@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');

* {
    margin: 0;
    padding: 0;
}
::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-thumb {
    background-color: gray;
}
html,
.menu_fix_mobile{
    scrollbar-width: thin;
    scrollbar-color: gray;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-body-family);
    font-weight: 400;
    margin: 10px 0;
    padding: 0;
    color: #717173;
}

table {
    width: 100%;
}
.elementor-widget-container p span iframe {
    width: 100%;
}
table,
th,
td {
    font-size: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding-left: 10px;
    border: 1px solid #ddd;
}

tr {
    margin-bottom: 10px;
}

td {
    vertical-align: central;
    padding: 5px !important;
    border-color: #ddd;
}

ul li {
    list-style: none;
    position: relative;
}

p {
    padding: 0;
    margin: 0;
}

body {
    font-family: var(--font-body-family);
    background-color: #fff !important;
    color: #717173;
}

img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    font-family: var(--font-body-family);
    color: #444;
}

ol,
ul {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #be9243;
}

html {
    scroll-behavior: smooth;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
{
  padding-right: 10px;
  padding-left: 10px;
}
.box_dattour button i {
    margin-left: 10px;
}

.quangcao_in {
    margin-bottom: 10px;
}

.product_list1 .box_folder_products span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu_fix_mobile {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 320px;
    top: 0;
    right: 0;
    background: #fff;
    transition: all 200ms linear 0s;
    transform: translateX(100%);
    box-shadow: 0 0 10px #d3d3d3;
    padding: 20px;
}

.btn-menu-mobile {
    cursor: pointer;
}

.main-menu-show {
    transform: translateX(0) !important;
    transition: all 200ms linear 0s;
    border-right: 1px solid #fff;
    overflow-y: scroll;
    /*! overflow: hidden; */
}

.menu_fix_mobile .close-menu {
    overflow: hidden;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

.menu_fix_mobile .close-menu .logo_menu {
    display: inline-block;
    padding: 10px 10px 10px 25px;
}

.menu_fix_mobile .close-menu .logo_menu img {
    width: auto;
    max-width: unset;
    height: 30px;
}

.menu-product {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.close-menu {
    padding-bottom: 15px;
}

.close-menu span {
    font-size: 15px;
    color: #9bcb3d;
    font-weight: 600;
}

.menu_fix_mobile .close-menu>a {
    float: right;
    color: #000;
    /*! width: 50px; */
    /*! height: 52px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /*! background: #3e3938; */
    font-size: 15px;
}

.menu_fix_mobile ul {
    display: inline-block;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.menu_fix_mobile ul li {
    float: left;
    position: relative;
    margin: 0;
    transition: 0.4s;
    width: 100%;
}

.menu_fix_mobile ul li a {
    font-size: 14px;
    font-weight: 300;
    /*! text-transform: uppercase; */
    padding: 8px 0px;
    color: #000;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #fff;
    line-height: normal;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.menu_fix_mobile ul li a:hover {
    transform: translateX(25px);
    color: #000;
}

.menu_fix_mobile ul li i.fa-chevron-down {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    transition: 0.3s;
    border-left: 1px solid #fff;
    cursor: pointer;
}

.menu_fix_mobile li ul.nav-sub {
    display: none;
    position: static;
    top: 100%;
    border: none;
    left: 0;
    padding: 0;
    background-color: transparent;
    text-align: left;
    min-width: 180px;
    transition: unset;
    float: left;
}

.menu_fix_mobile .nav-main>li:hover .nav-sub {
    transition: unset;
}

.menu_fix_mobile .nav-main li ul.nav-sub li {
    width: 100%;
    padding: 0;
}

.menu_fix_mobile .nav-main li ul.nav-sub li a {
    padding: 11px 15px 11px 35px;
    display: block;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    line-height: normal;
    white-space: normal;
    text-transform: inherit;
}

.menu_fix_mobile .nav-main li ul.nav-sub li a:hover {
    color: #fff;
}

.menu_fix_mobile .nav-main li .nav-sub li:not(:last-child):after {
    display: none;
}

.menu_fix_mobile li ul.nav-sub-child {
    display: none;
    position: static;
    top: 100%;
    border: none;
    left: 0;
    padding: 0;
    background-color: transparent;
    text-align: left;
    min-width: 180px;
    transition: unset;
    float: left;
}

.menu_fix_mobile .nav-main li ul.nav-sub-child li a {
    padding: 11px 15px 11px 70px;
}

.box-select-news {
    padding-top: 25px;
}
.header {
    left: 0;
    background-color:#fff9;
    position: unset;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 0;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    background-image: url(../images/footer-bg-2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.header.fixed {
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.header.fixed1 {
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}

#menu .container {
    position: relative;
}

.logo-scroll {
    display: none;
}

.logo-noscroll {
    display: block;
}

.header.fixed .logo-scroll {
    display: block;
}

.header.fixed .logo-scroll img {
    object-fit: contain;
    width: 175px;
}

.header.fixed .logo-noscroll {
    display: none;
}

.header.fixed .logo-head {
    position: unset;
    transform: unset;
}

.width_fix_logo {
    width: 184px;
    padding: 0 15px;
    float: left;
}
.box-header-right-ski {
    width: 100%;
    padding-left: 20px;
    display: flex;
}
.logo-head {
    top: 5px;
    z-index: 301;
}

.list_sale {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: auto;
}

.list_sale li {
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.list_sale li+li {
    margin-left: 2px;
}

.list_sale li.sale_value {
    background-image: linear-gradient(#ee3038, #ef0000);
}

.list_sale li.new_value {
    background-image: linear-gradient(#8d0000, #ef0000);
}

.list_sale li.hot_value {
    background-color: #f18800;
}

.list-bar {
    cursor: pointer;
    position: absolute;
    top: 27px;
    left: 20px;
    display: none;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #717173;
    margin: 6px 0;
    transition: 0.4s;
}

.list-bar2 {
    cursor: pointer;
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 2px;
    display: none;
}

.bar4,
.bar5,
.bar6 {
    width: 24px;
    height: 3px;
    background-color: #717173;
    margin: 4px 0;
    transition: 0.4s;
}

.language {
    display: inline-block;
    float: left;
    margin-left: 10px;
    position: relative;
}

.language a {
    display: block;
    font-size: 17px;
    line-height: 28px;
}

.box_search {
    display: flex;
    margin-left: 10px;
    position: relative;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}

.box_search svg {
    height: 12px;
    margin-right: 5px;
}

.box_search svg path {
    fill: #ffffffba;
}

.fix_hotline {
    display: none;
    margin: 0;
    padding: 0;
    left: 5px;
    bottom: 10px;
    position: fixed;
    z-index: 9;
}

.fix_hotline ul {
    float: left;
    width: 100%;
}

.fix_hotline li {
    padding: 5px;
    display: inline-block;
    position: relative;
    border-radius: 15px;
    border-radius: 50%;
    box-shadow: 0 3px 10px #888;
}

.fix_hotline li+li {
    margin-left: 10px;
}

.fix_hotline li img {
    width: 40px;
    height: auto;
    padding: 6px;
}

.call-floating-menu {
    background-color: #26c71f;
}

.zalo-floating-menu {
    background-color: #0078FF;
}

.messenger-floating-menu {
    background-color: #fff;
}

.filter_chungloai {
    padding: 0 10px;
    display: flex;
    float: left;
    width: 100%;
}

.filter_chungloai .name {
    width: 170px;
    color: #78b558;
    padding: 0 10px;
    display: flex;
    border: 1px solid #ddd;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.filter_chungloai .list_ds {
    padding: 6px 0;
    width: calc(100% - 160px);
    border: 1px solid #ddd;
}

.filter_chungloai .list_ds li {
    width: 33.333%;
    float: left;
}

.filter_chungloai .list_ds li a {
    display: block;
    font-weight: 500;
    padding: 3px 7px;
}

.search {
    position: absolute;
    left: 0px;
    top: 74px;
    margin: 0;
    padding: 0;
    z-index: 10;
    display: block;
}

.form_search {
    width: 0;
    z-index: 5;
    overflow: hidden;
    padding: 0;
    height: 34px;
    transition: 0.5s;
}

.open .form_search {
    width: 330px;
}

.form_search input {
    width: calc(100% - 60px);
    float: left;
    border: 1px solid #0d7182;
}

.form_search button {
    width: 60px;
    float: left;
    background-color: #0d7182;
    border: 1px solid #0d7182;
}

.form_search button i {
    font-size: 16px;
    color: #fff;
}

.form_search .form-control {
    border-radius: 0;
    box-shadow: none;
}


.width_fix_menu {
    width: calc(100% - 500px);
    padding-right: 0;
    position: unset;
    float: left;
}

#menu .container-fluid {
    padding: 0 5.73%;
}

.menu-desktop {
    width: 75%;
    height: 100%;
    display: flex;
    text-align: right;
    position: unset;
}

.menu-desktop .nav-main {
    display: inline-flex;
    align-items: center;
    padding: 0px 40px;
}

.menu ul li {
    float: left;
}

.menu>ul>li {
    /*! margin-top: 45px; */
    position: relative;
}

.menu>ul>li.open:hover>a {
    position: relative;
}

.menu>ul>li.open:hover>a:after {
    width: calc(100% - 10px);
    height: 0;
    display: block;
    content: '';
    position: absolute;
    bottom: -5px;
    left: 14px;
    background: linear-gradient(225deg, transparent 14px, #9bcb3d 14px);
}
.logo-head a img {
    width: 255px;
    height: auto;
}

.menu>ul>li.megamenu {
    position: unset;
}

.menu ul li a {
    color: #fff;
    font-size: 15px;
    padding: 0 16px;
    line-height: 20px;
    font-weight: 400;
    width: 100%;
    display: inline-block;
}
.title-dichvu h1 {
    position: relative;
}
.content-slider-dichvu a:hover h4 {
    color: #be9243;
}
.title-dichvu h1:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 2px;
    background: #be9243;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}
.menu>ul>li>a {
    line-height: 28px;
    padding: 23px 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.menu>ul>li>a:hover {
    color: #be9243;
}

.nav-sub {
    position: absolute;
    top: 94%;
    left: 0;
    display: none;
    min-width: 260px;
    z-index: 9999;
    padding: 0px 0px;
    background-color: #ebeced;
    transition: opacity .25s;
    border-top: 0px solid #9bcb3d;
}

li.nav-item.open:before {
    display: none;
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000001c;
    left: 0;
    top: 75px;
    z-index: 999;   
}
.content-address-footer ul li i {
    padding-right: 7px;
}
/* li.nav-item.open:hover:before {
    display: block;
} */
.nav-sub-in {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #ffffff;
    /*! border-top: 5px solid #9bcb3d; */
    padding: 15px 0px 25px 0px;
    transition: opacity .25s;
    opacity: 0;
    transform: translateY(30px);
    pointer-events: none;
    transition: .5s;
    -webkit-transition: .5s;
    z-index: 22;
}

.nav-sub-in .row .clm:nth-child(2){
    border-left: 1px solid #e3e3e3;
}

.nav-sub-in h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
    text-align: left;
    padding-bottom: 5px;
}

.nav-sub-in h3 svg {
    height: 13px;
}

.nav-sub-in ul li {
    float: unset;
}

.nav-sub-in ul li a {
    color: black;
    font-size: 14px;
    padding: 0 0px;
    line-height: 20px;
    font-weight: 300;
    width: 100%;
    display: flex;
    text-align: left;
    margin-bottom: 1px;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    padding: 5px 0px;
}

.nav-sub-in ul li:hover{
    background-color: #ffdfdf;
}
.nav-sub-in ul li a:hover {
    transform: translateX(25px);
    color: #da2128;
}
.nav-sub-in ul li a svg{
    width: 12px;
    height: 12px;
    fill: #da2128;
    display: none;
    margin-right: 7px;
    font-weight: 600;
    margin-top: 1px;
}
.nav-sub-in ul li a:hover  svg{
    display: block;
}

.nav-sub-in a img {
    padding-top: 25px;
    width: auto;
    height: 300px;
}

.nav-sub-in .item {
    width: 25%;
    float: left;
    position: relative;
}

.nav-sub-in .item:not(:last-child) {
    border-right: 1px solid #fff;
}

.nav-sub-in .item h3 {
    margin: 0;
}

.prd-menu {
    display: none;
    transition: .5s all;
    -webkit-transition: .5s all;
}

.prd-menu.active {
    display: block;
}

.nav-sub-in .item h3 a {
    padding: 6px 15px 6px;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    text-align: left;
    display: block;
    text-transform: uppercase;
}

.nav-sub-in .item ul {
    width: 100%;
    float: left;
}

.nav-sub-in .item ul li {
    width: 100%;
}

.nav-sub-in .item ul li a {
    text-align: left;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #3f4245;
    padding: 6px 15px;
}

.nav-sub-in .item ul li a:hover {
    color: #9bcb3d;
}

.nav-main li .nav-sub li {
    width: 100%;
}
.box-number-cout {
    display: flex;
    justify-content: center;
}
.nav-main li .nav-sub li a {
    text-align: left;
    white-space: nowrap;
    padding: 10px 15px;
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #3f4245;
}
.btn-view-list-right-pipop button {
    color: #fff;
    padding: 0px;
    font-size: 16px;
}
.menu-desktop .nav-sub-item a:hover {
    background: #be9243;
    color: #fff !important;
}
.product_page .content-slider-dichvu h4 {
    font-size: 15px;
}

.product_page .content-slider-dichvu {
    padding-bottom:8px;
}
ul.nav-sub {
    border: 2px solid #fff;
}
.nav-main li .nav-sub li:last-child a {
    border-bottom: none;
}

.nav-main li .nav-sub li a:hover {
    color: #9bcb3b;
}

.nav-sub-child {
    position: absolute;
    display: none;
    left: 100%;
    top: 0;
    min-width: 250px;
    background-color: #717173;
    border-left: 1px solid #fff;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.fl_right {
    float: right;
}

.fl_left {
    float: left;
}

.group_hotline_header {
    display: inline-block;
    width: 293px;
    margin-left: 23px;
    margin-top: 45px;
    float: right;
    /* padding-right: 15px; */
}

.box_hotline_header {
    color: #717173;
    font-size: 16px;
    display: inline-block;
    float: left;
    line-height: 28px;
    font-weight: 500;
}

.box_hotline_header span {
    display: inline-block;
    margin-right: 0px;
    font-weight: 300;
    color: #9bcb3d;
}

.box_hotline_header .phone_number {
    display: inline-block;
    font-weight: 500;
    color: #9bcb3d;
}

.slide {
    position: relative;
}

.nd_banner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    z-index: 3;
}

.nd_banner .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: normal;
}

.nd_banner .title h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: normal;
}

.nd_banner .desc {
    color: #fff;
    width: 45%;
    font-size: 16px;
    line-height: 24px;
}

.product_list1 {
    /*! display: flex; */
    /*! flex-wrap: wrap; */
    /*! justify-content: space-between; */
}

.bg_goc {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    z-index: 2;
}

/* slideshow */
.slideshow .slick-arrow i {
    font-size: 30px;
    color: #ffffffb2;
    margin-top: 2px;
}
.slideshow .slick-prev{
    left: 50px;
}
.slideshow .slick-next{
    right: 50px;
}
.ban-view {
    padding-top: 200px;
    padding-bottom: 200px;
}

.slide__title {
    font-size: 35px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.slide__desc p {
    color: white;
    font-size: 18px;
}

.slide__more span {
    display: block;
    width: fit-content;
    padding: 12px 60px;
    border: 1px solid rgba(255, 255, 255, .33);
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    margin-top: 50px;
    transition: all .3s;
    position: relative;
    color: white;
}

/* end slide-show */


.slide:before {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.50;
    z-index: 1;
}

.slide .image img {
    opacity: 0;
}

.box-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slick-dots {
    left: 0;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slide .slick-prev,
.slide .slick-next {
    margin: 0;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    z-index: 66;
    text-align: center;
    opacity: 0.75;
    background-color: none;
    border-radius: 100%;
}

.slide .slick-prev i,
.slide .slick-next i {
    color: #fff;
    line-height: 24px;
    font-size: 25px;
}

.slide .slick-prev {
    left: 30px;
}

.slide .slick-next {
    right: 30px;
}

.slick-active .ban-view {
    animation-name: ctbanner;
    animation-duration: 3s;
}

@keyframes ctbanner {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }

    100% {
        transform: auto;
        opacity: 1;
    }
}


.abouthead-content {
    padding-top: 20px;
    margin: 0px -10px;
}

.abouthead-box {
    padding: 0px 10px;
}

.abouthead-box-img {
    position: relative;
    z-index: 1;
    transition: .6s;
    overflow: inherit;
}

.abouthead-box-img::before {
    padding-bottom: 89.71%;
    content: "";
    display: block;
}

.abouthead-box:hover .abouthead-box-img {
    transform: translateY(-5px);
}

.abouthead-box-img::after {
    content: "";
    position: absolute;
    width: 117px;
    height: 14px;
    background: url(https://sunhouse.com.vn/themes/1000000/assets/css/images/shadow.png) no-repeat center center;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    visibility: initial;
    transition: .8s;
    opacity: .7;
}

.abouthead-box:hover .abouthead-box-img::after {
    opacity: 0;
}

.abouthead-box-img a {
    display: inline-block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
}

.abouthead-box-img a img {
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    display: block;
    width: auto;
}

.abouthead__title {
    text-align: center;
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px;
}

.product-list {
    background-color: #fbfbfb;
    padding-bottom: 20px;
}

.product-list:nth-child(3) {
    padding-top: 20px;
}

.product-list-head {
    display: flex;
    width: 100%;
    border-bottom: solid 2px #3c8c9b;
    padding-right: 20px;
    overflow: hidden;
}

h2.product-list__title {
    background-color: #da2128;
    min-width: 215px;
    position: relative;
    padding: 12px 10px 12px 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

h2.product-list__title a {
    color: white;
}

h2.product-list__title::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-left: 30px solid #dc0021;
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0px;
    right: -30px;
}

.product-img img {
    aspect-ratio: 1/.8;
    object-fit: contain;
}

.product-list-right a {
    color: #da2128;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.product-list-right ul li a {
    font-size: 14px;
    color: #111;
    font-weight: 500;
    margin-right: 20px;
    text-transform: full-size-kana;
}

.product-list-body {
    background-color: whitesmoke;
    padding: 20px 10px;
}

.product-box {
    border: solid 1px #eee;
    background-color: white;
}

.product__title {
    text-align: center;
    font-size: 15px;
    color: black;
    font-weight: 500;
    padding: 0px 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.product__price span {
    padding: 0px 5px;
}

.price_new {
    color: #da2128;
    font-weight: 600;
}

.price_old {
    font-size: 12px;
    text-decoration: line-through;
    margin-top: 3px;
}

.cart__product {
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.cart__product .add-to-cart {
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;

}

.cart__product a:nth-child(1) {
    border-right: 1px solid #eee;
}

.cart__product .box_cart {
    flex: 1;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background-color: #da2128;
}
.cart__product .box_cart svg{
    fill: #fff;
    width: 16px;
    margin-right: 5px;
}

.sale {
    background-image: url(../images/bg-sale.png);
    position: absolute;
    top: 10px;
    left: 10px;
    background-size: 100% 100%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.product-list-box {
    padding: 0px 10px;
}

.news-list {
    padding-top: 20px;
    position: relative;
}

.news-list .container {
    z-index: 2;
}



.news-box {
    padding: 0px 10px;
}

.news-img img {
    aspect-ratio: 1/.6;
}

.news-list-body {
    padding: 0px 0px 20px 0px;
    margin: 0px -10px;
}

.news-list-head {
    border-bottom: 2px solid #0d7182;
    overflow: hidden;
}

h2.news-list__title {
    background-color: #da2128;
    min-width: 215px;
    position: relative;
    padding: 12px 10px 12px 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

h2.news-list__title a {
    color: white;
}

h2.news-list__title:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-left: 30px solid #da2128;
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0px;
    right: -30px;
}

.news-list-right a {
    color: black;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.news__title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0px;
    height: 48px;
}

.news-content{
    background-color: #f4f4f4;
    padding: 22px;
    margin-top: 10px;
}

.news-content .desc p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: rgb(49, 49, 49);
    line-height: 1.4;
}

.read-detail {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding-top: 10px;
}

.read-detail svg {
    height: 15px;
    margin-left: 10px;
}



.send_contact {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    margin-top: 10px;
}

.support_client {
    background-image: url(../images/bg_support_client.jpg);
    width: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 130px;
}

.support_client .content {
    width: 100%;
    display: flex;
    justify-content: center;
}

.support_client .box_left {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support_client .box_left .nd_left {
    text-align: center;
}

.support_client .box_left .nd_left .title {
    color: #9bcb3d;
    text-transform: uppercase;
    font-size: 56px;
    font-weight: 300;
    line-height: normal;
}

.support_client .box_left .nd_left p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 10px;
}

.support_client .box_left .nd_left a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #9bcb3d;
    display: inline-block;
    padding: 11px 10px;
    width: 264px;
    border-radius: 15px;
}

.support_client .box_left .nd_left a:hover {
    background-color: #9bcb3d;
}

.support_client .box_right {
    width: 60%;
    display: flex;
    align-items: center;
}

.support_client .box_right .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 25px;
}

.support_client .box_right .desc {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
}

.support_client2 {
    background-image: url(../images/bg_support_client2.jpg);
    width: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 100px;
}

.support_client2 .content {
    width: 100%;
    display: inline-block;
    justify-content: center;
}

.support_client2 .box_left {
    width: 50%;
    float: right;
    display: flex;
}

.support_client2 .box_left .nd_left {
    text-align: center;
}

.support_client2 .box_left .nd_left .title {
    color: #3ec3cd;
    text-transform: uppercase;
    font-size: 54px;
    font-weight: 300;
    line-height: normal;
}

.support_client2 .box_left .nd_left p {
    color: #3ec3cd;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
}

.support_client2 .box_left .nd_left a {
    color: #3ec3cd;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #3ec3cd;
    display: inline-block;
    padding: 9px 10px;
    font-size: 20px;
    width: 264px;
    border-radius: 24px;
}

.support_client2 .box_left .nd_left a:hover {
    color: #fff;
    background-color: #3ec3cd;
}

.bosanphan {
    background: #f41118;
    border: none;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 0px;
}

.bosanphan i {
    margin-right: 5px;
}

.guidi10 {
    margin-right: 5px;
    padding-left: 35px;
    padding-right: 35px;
    height: 30px;
    border: none;
    border-radius: 5px;
    background-color: #ee3038;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    float: left;
    cursor: pointer;
}

.contact_primary1 {
    margin-top: 0px;
    background: #fff;
    border: solid 1px #eee;
    overflow: hidden;
    padding: 15px;
    line-height: 32px;
    margin-bottom: 20px !important;
}

.contact_primary1 input {
    width: 100%;
    outline: 0;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 32px;
    margin-bottom: 15px !important;
}

.contact_primary1 select {
    width: 100%;
    outline: 0;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 32px;
    margin-bottom: 15px !important;
}

.contact_primary1 textarea {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 80px;
    margin-bottom: 0px !important;
    outline: 0;
}

table .count .abate::before {
    margin: 13px auto;
}

table .count .augment::before {
    margin: 13px auto;
}

table .count .augment::after {
    top: 10px;
}

.home_top .payment .step .link {
    padding: 8px 35px 8px 30px;
}

.title_thongtin {
    background: #f7f7f7;
    padding: 10px 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #717173;
}

.box_dattour button {
    background: #d60c0c;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 12px;
    font-weight: bold;
    border: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 20px;
}

.payment {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.payment .step .item {
    float: left;
    width: 33.33%;
}

.payment .step .link {
    display: block;
    padding: 8px 35px 8px 30px;
    padding-left: 30px;
    font-size: 13px;
    line-height: 20px;
    color: #717173;
    font-weight: bold;
    background: #f0f0f0;
    position: relative;
    margin-bottom: 0;
}

.payment .step .active .link {
    background: #f4f9fd;
}

.payment .step .item:first-child .link {
    padding-left: 20px;
}

.payment .step .number {
    display: inline-block;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #999;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}

.payment .step .active .number {
    background: #9bcb3d;
}

.dat_hang {
    margin-top: 10px;
    text-align: right;
    margin-bottom: 20px !important;
}

.dat_hang button {
    border: none;
    background: #9bcb3d;
    color: #fff;
    font-weight: bold;
    padding: 8px 15px;
    cursor: pointer;
    text-transform: uppercase;
}

.dat_hang button i {
    font-size: 15px;
    margin-right: 10px;
}

.box_dattour {
    height: 0px;
    position: relative;
}

.box_dattour a {
    background: #9bcb3d !important;
}

.count {
    text-align: center;
}

.count .abate {
    left: -30px;
    top: 20px;
}

.count .abate::before {
    background: #288ad6;
}

.count .abate::before {
    width: 8px;
    height: 2px;
    content: "";
    margin: 13px auto;
    display: block;
}

.count .btn {
    position: absolute;
    width: 30px;
    line-height: 30px !important;
    height: 30px;
    border: 1px solid #dfdfdf;
    border-right-color: rgb(223, 223, 223);
    border-right-style: solid;
    border-right-width: 1px;
    top: 0;
    cursor: pointer;
    padding: 0;
}

.count .augment {
    right: -30px;
}

.count .augment::before {
    background: #288ad6;
}

.count .augment::before {
    width: 8px;
    height: 2px;
    margin: 14px auto;
    content: "";
    display: block;
}

.count .augment::after {
    content: "";
    width: 2px;
    height: 8px;
    background: #288ad6;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 11px;
    left: 0px;
    right: 0;
}

.count .quantity {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #dfdfdf;
}

.count>* {
    display: inline-block;
}

.uk-position-relative {
    position: relative;
}

.khach_hang {
    width: 100%;
    padding: 35px 0 15px;
    position: relative;
    background: #fff;
}

.khach_hang .list_kh {
    margin-top: 35px;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}

.list_kh .khach_hang_item {
    width: 33.3333%;
    padding: 0 15px;
    float: left;
    margin-top: 10px;
    margin-bottom: 15px;
}

.khach_hang_item .box_kh {
    width: 100%;
    float: left;
    padding: 15px 15px;
}

.khach_hang_item .box_kh:hover {
    box-shadow: 0 0 9px 4px #ddd;
}

.khach_hang_item .box_kh .image {
    width: 100%;
    margin-bottom: 10px;
}

.khach_hang_item .box_kh .image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.khach_hang_item .box_kh .info_kh {
    width: 100%;
    padding-top: 15px;
    padding: 10px 0;
    min-height: 130px;
}

.khach_hang_item .box_kh .info_kh h3 {
    margin: 0;
    font-size: 18px;
    padding-bottom: 11px;
    line-height: normal;
    min-height: 60px;
    border-bottom: 1px solid #717173;
}

.khach_hang_item .box_kh .info_kh .desc {
    font-size: 14px;
    margin: 10px 0 0;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.khach_hang_item .box_kh .info_kh .date-time {
    padding: 0;
    font-size: 12px;
    font-style: italic;
    color: #717171;
}

.more_kh {
    width: 150px;
    height: 40px;
    text-transform: uppercase;
    background-color: #9bcb3d;
    display: block;
    border-radius: 5px;
    margin: 20px auto 15px;
}

.more_kh a {
    font-size: 17px;
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    line-height: 40px;
}

.more_kh a i {
    font-size: 20px;
    line-height: 36px;
    display: inline;
    margin-left: 2px;
}
.item-slider-doitac img {
    padding: 10px;
    margin-bottom: 10px;
    width: 135px;
    height: 135px;
    box-shadow: 0 1px 3px -2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    border: 1px solid #cdcdcd8c;
}
.doitac {
    padding: 0px 0 30px;
    clear: both;
    display: block;
    background-color: #fff;
}

.doitac .slick-prev,
.doitac .slick-next {
    transform: translateY(-50%);
    transition: 0.5s;
    margin: 0;
    z-index: 10;
    opacity: 1;
    height: 28px;
}

.doitac .slick-prev .fa-chevron-left:before {
    content: "\f104";
}

.doitac .slick-next .fa-chevron-right:before {
    content: "\f105";
}


.doitac .slick-prev {
    left: 0px;
}

.doitac .slick-next {
    right: 0px;
}

.doitac .slick-prev i,
.doitac .slick-next i {
    color: #9bcb3d;
    font-size: 34px;
}

.title-headding {
    margin-bottom: 20px;
    text-align: center;
}

.title-headding .bg_img {
    display: inline-block;
    width: 290px;
    height: 42px;
    padding: 2px;
    background-image: linear-gradient(#9bcb3d, #9bcb3d);
    border-radius: 10px;
}

.title-headding .bg_img .title {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    background-image: linear-gradient(to right, #ebebeb, #ffffff);
    border-radius: 10px;
    color: #717173;
    font-size: 18px;
    line-height: 38px;
}

.doitac_list {
    padding: 0 30px;
    margin-top: 50px;
}

.doitac_list:before {
    content: '';
    position: absolute;
    right: 35px;
    height: 100%;
    width: 2px;
    background-color: #f6f6f6;
    z-index: 1;
}

.doitac_item {
    padding: 0px 5px;
    width: 20%;
    float: left;
}

.doitac_item .image {
    padding: 5px 0;
    margin: 0;
    display: flex;
    text-align: center;
    height: 80px;
    box-shadow: 0px 0px 0px 0px #ccc;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-right: solid 1px #ccc;
    align-items: center;
    justify-content: center;
}

.doitac_item .image img {
    margin: auto;
    width: auto;
}

.doitac_item2 {
    padding: 0px 5px;
    width: 20%;
    float: left;
}

.doitac_item2 h2 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

.doitac_item2 h2 a {
    color: #717173;
}

.doitac_item2 h2 a:hover {
    color: #f18800;
}

.doitac_item2 .image {
    margin: 0 0 10px 0;
    display: flex;
    text-align: center;
    background: #fff;
    height: 220px;
    border: solid 1px #eee;
    padding: 5px;
    align-items: center;
    justify-content: center;
}

.doitac_item2 .image img {
    margin: auto;
    width: auto;
}

.box_content_slide {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: left;
    z-index: 3;
    transform: translateY(-50%);
}

.box_content_slide .block_nd {
    display: inline-block;
    width: 100%;
    max-width: 450px;
    float: left;
}

.box_content_slide .block_nd h2 {
    margin: 0 0 20px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 36px;
}

.box_content_slide .block_nd .desc {
    font-size: 16px;
    color: #fff;
    text-align: left;
    max-width: 390px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 23px;
}

.box_content_slide .block_nd .title_slide {
    max-width: 410px;
    color: #fff;
    text-transform: uppercase;
}

.box_content_slide .block_nd .title_slide .with_me {
    font-size: 17px;
    display: block;
    text-align: right;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 5px;
}

.box_content_slide .block_nd .title_slide .you_can {
    font-size: 30px;
    line-height: normal;
}

.box_content_slide .block_nd .trust {
    font-size: 34px;
    color: #9bcb3d;
    text-transform: uppercase;
    margin-top: 5px;
}

.group_button_link {
    width: 100%;
    display: inline-block;
}

.group_button_link .more_about {
    width: 160px;
    height: 46px;
    text-transform: uppercase;
    background-color: #fff;
    display: inline-block;
    border-radius: 5px;
    float: left;
}

.group_button_link .more_about a {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    color: #717173;
    font-weight: 500;
    font-size: 18px;
    line-height: 46px;
}

.group_button_link .more_about a:hover {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.group_button_link .video_slide {
    display: inline-block;
    float: left;
    margin-left: 20px;
}

.group_button_link .video_slide .icon_play {
    height: 54px;
    width: 54px;
    border-radius: 100%;
    background-color: #717173;
    border: none;
    box-shadow: unset;
    position: relative;
    text-align: center;
    outline: 0;
    margin-right: 15px;
    top: 0;
    left: 0;
    transform: unset;
}

.group_button_link .video_slide .icon_play:before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #717173;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: line-bounce 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
    animation-delay: 1.5s;
}

.group_button_link .video_slide .icon_play:hover {
    background-color: #9bcb3d;
}

.group_button_link .video_slide .icon_play i {
    color: #fff;
    font-size: 16px;
    line-height: 52px;
    margin-left: 5px;
}

.group_button_link .video_slide .icon_play i:after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #717173;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: line-bounce 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
    animation-delay: .5s;
}

@keyframes line-bounce {
    0% {
        transform: scale(.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.group_button_link .video_slide span {
    font-size: 18px;
    color: #717173;
    font-weight: 700;
    text-transform: uppercase;
}

.group_button_link .more_product {
    width: 150px;
    height: 42px;
    display: inline-block;
    padding: 1px;
    background-image: linear-gradient(#f18800, #ffb44a);
    border-radius: 5px;
    margin-left: 5px;
}

.group_button_link .more_product a {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    background-image: linear-gradient(to right, #ffffff, #ffb878);
    border-radius: 5px;
    color: #717173;
    font-size: 18px;
    line-height: 38px;
}

.group_button_link .more_product a:hover {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    background-image: linear-gradient(to right, #ffb878, #fff);
    border-radius: 5px;
    color: #717173;
    font-size: 18px;
    line-height: 38px;
}

.support {
    padding: 14px 0;
    z-index: 5;
    margin-top: -90px;
    width: 100%;
    position: relative;
    display: block;
}

.support:before {
    content: '';
    position: absolute;
    background-image: linear-gradient(to right, #ffb44a, #cf7400);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.36;
}

.support_item {
    padding: 0 15px;
    float: left;
    position: relative;
    width: 33.3333%;
}

.support_item .box_support {
    width: 100%;
    display: inline-block;
}

.support_item .box_support .image {
    float: left;
    margin-right: 15px;
    display: inline-block;
}

.support_item .box_support .nd {
    display: inline-block;
    float: left;
}

.support_item .box_support .title {
    margin-bottom: 8px;
}

.support_item .box_support .title a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.support_item .box_support .title a:hover {
    color: #fff;
}

.support_item .box_support span {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.slick-slider {
    margin-bottom: 0;
}

.nav-pills>li>a {
    width: 284px;
    padding: 13px 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    background-image: linear-gradient(to right, #f2f2f2, #d2d2d2);
    border-radius: 10px;
}

.nav-pills>li+li {
    margin-left: 10px;
}

.nav-pills {
    padding: 10px;
    display: inline-block;
    box-shadow: 0 0 7px 0 #ccc;
    border-radius: 15px;
}

.tab_title {
    text-align: center;
}

.product {
    padding: 40px 0 50px;
}

.product_page {
    padding: 20px 0 20px;
}

.product_list {
    /*! padding: 0 7.5px; */
    /*! width: 100%; */
    /*! float: left; */
}

.tab-content {
    margin-top: 15px;
}

.product_item {
    /*! padding: 0px 15px; */
    float: left;
    text-align: left;
}

.related_products .product_item,
.product_search .product_item {
    width: 25%;
}

.product_item .image {
    width: 100%;
}

.product_item .image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}

.product_item .box_product {
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    /*! padding: 0px 10px; */
    border: solid 0px #eee;
}

.product_list {
    margin: 0px -10px;
}

.product_item .box_info {
    padding-top: 20px;
    position: relative;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 25px;
}

.product_item .box_product h3 {
    margin: 0 0 4px;
}

.product_item .box_product h3 a {
    color: #333;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0px;
    width: 100%;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    height: auto;
    /*! line-height: 20px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}

.product_item .box_product h3 a:hover {
    color: #9bcb3d;
}

.product_item .box_product .box_nd {
    padding: 11px 15px;
    background-color: #e8e8e8;
    overflow: hidden;
}

.product_item .box_product .box_nd .type {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #717173;
}

.product_item .box_product .box_nd .code {
    width: 50%;
    float: left;
    text-align: right;
    color: #717173;
    line-height: 24px;
    font-size: 16px;
}

.product_item .box_product .desc {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 8px;
    color: #717173;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product_item .box_product .rating {
    display: none;
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
}

.product_item .box_product .rating i {
    color: #fdcc0d;
    font-size: 18px;
}

.product_item .box_product .rating i:not(:last-child) {
    margin-right: 3px;
}

.product_item .box_product .box_order {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_item .box_product .view_more {
    width: 48%;
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

.product_item .box_product .view_more a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #9bcb3d;
    font-size: 15px;
    height: 30px;
    font-weight: 500;
    line-height: 30px;
    border-radius: 5px;
    background-color: #eee;
}

.product_item .box_product .view_more a:hover {
    color: #78b558;
}

.product_item .box_product .view_more i {
    font-weight: 700;
    margin-right: 3px;
}

.product_item .box_product .order_button {
    width: 48%;
    display: inline-block;
    position: relative;
}

.product_item .box_product .order_button a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #e60012;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #eee;
}

.product_item .box_product .order_button a:hover {
    color: #b70614;
}

.product_item .box_product .order_button a i {
    margin-right: 3px;
}

.abouthead-icon svg {
    height: 75px;
    fill: #c2e0e6;
    margin-top: 10px;
}

.abouthead-contentpage p {
    padding-bottom: 15px;
    color: rgb(40, 40, 40);
    font-size: 14px;
    line-height: 1.9;
}

.abouthead-contentpage ul li {
    list-style: disc !important;
    margin-left: 20px;
    text-align: left;
    color: rgb(40, 40, 40);
    font-size: 14px;
    line-height: 1.9;
}

.abouthead--page::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 250px);
    background: #ebf6f8;
    z-index: -1;
}

#collapseButton,
#expandButton {
    color: #257f8f;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 25px;
    border: solid 1px #257f8f;
    transition: .5s;
    padding: 9px 43px 11px 40px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
}

#collapseButton {
    margin-top: 20px;
}

.abouthead-contentpage {
    margin: 0px;
}


.solution_services {
    margin-top: 75px;
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 0px 0 10px;
    background-image: url(../images/bg_solution.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.group_title_heading {
    width: 100%;
    text-align: center;
}

.title_heading span {
    color: #9bcb3d;
}

.group_title_heading .sub_title_heading {
    color: #0f5062;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
}

.group_title_heading .title_heading {
    color: #717173;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    line-height: normal;
    position: relative;
}

.group_title_heading .title_heading:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    height: 2px;
    width: 160px;
    transform: translateX(-50%);
    background-color: #9bcb3d;
}

.list_service {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.list_service .service_item {
    width: 25%;
    float: left;
    display: flex;
    padding: 5px 15px;
}

.service_item .box_service {
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 0 0 7px 0 #ddd;
    border-radius: 7px;
    padding: 30px 15px 35px 35px;
}

.service_item .box_service h3 {
    margin: 0 0 25px;
}

.service_item .box_service h3 a {
    color: #717173;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.service_item .box_service h3 a:hover {
    color: #9bcb3d;
}

.service_item .box_service .image {
    width: 100%;
    height: 76px;
    display: flex;
    align-items: center;
    margin-left: -11px;
}

.service_item .box_service .image img {
    width: auto;
}

.service_item .box_service .line {
    background-color: #9bcb3d;
    width: 40px;
    height: 3px;
    display: inline-block;
    margin: 20px 0;
}

.service_item .box_service .desc {
    color: #717173;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}


.number_special {
    padding: 60px 0 130px;
    width: 100%;
    background-image: linear-gradient(#fcfcfc, #fcfcfc);
    position: relative;
}

.number_special .mx_width {
    position: relative;
    width: 100%;
}

.number_special .col-md-12 {
    position: unset;
}

.number_special .img_bg_number {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.number_special .img_bg_number img {
    width: 38vw;
}

.number_special .bg_goc_count {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    z-index: 2;
}

.number_special .bg_img_count {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    z-index: 2;
}

.number_special .bg_img_count img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.number_special .title {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    position: relative;
    z-index: 3;
}

.list_count {
    width: 60%;
    float: right;
    position: relative;
    z-index: 3;
}

.list_count .item {
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 0 15px;
    display: flex;
}

.list_count .item:not(:last-child) {
    margin-bottom: 35px;
}

.list_count .item .icon_image {
    margin-right: 15px;
}

.list_count .item .box_nd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 145px;
    border-right: 1px solid #9bcb3d;
}

.list_count .item .desc {
    width: calc(100% - 145px);
    display: flex;
    align-items: center;
    color: #717173;
    font-weight: 400;
    padding-left: 25px;
    text-align: left;
}

.list_count .item .counter-value {
    display: block;
    font-size: 56px;
    font-weight: 700;
    color: #717173;
    line-height: normal;
    text-align: left;
    margin-bottom: 0px;
}

.number_ok::after {
    font-size: 26px;
    vertical-align: middle;
    display: inline-block;
    margin-top: 0px;
    padding-left: 4px;
    content: "+";
    font-weight: 400;
    color: #9bcb3d;
    height: 18px;
    line-height: 18px;
    position: relative;
    top: -16px;
}

.list_count .item p {
    margin: 0;
    color: #717173;
    text-align: left;
}

.folder_products {
    width: 100%;
    padding: 50px 0 40px;
    position: relative;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.folder_products .nav-pills>li>a {
    background-color: #9bcb3d;
    color: #717173;
    border-radius: 0;
    font-weight: 700;
    background-image: unset;
    position: relative;
}

.folder_products .nav-pills>li.active>a,
.folder_products .nav-pills>li.active>a:focus,
.folder_products .nav-pills>li.active>a:hover {
    background-color: #9bcb3d;
    color: #fff;
}

.folder_products .nav-pills>li.active>a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #9bcb3d;
}



.folder_tab_title {
    margin-top: 50px;
    text-align: center;
}

.folder_products .nav-pills {
    padding: 0;
    box-shadow: unset;
    border-radius: 0;
}

.list_folder_products {
    width: 100%;
    float: left;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}

.folder_products_item {
    padding: 0px;
}

.box_folder_products {
    box-shadow: 0 1px 5px #eaeaea;
    padding: 20px;
    margin-bottom: 20px;
}

.box_folder_products {
    box-shadow: 0 1px 5px #eaeaea;

    padding: 20px;

    margin-bottom: 20px;
}

.box_folder_products .seemore {
    color: #2d2d2d;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
}

.box_folder_products .seemore svg {
    height: 9px;
    margin-left: 5px;
}

.box_folder_products .image {
    height: auto;
    width: 100%;
}

.box_folder_products .image img {
    width: 100%;
    object-fit: contain;
    margin: 0;
    height: 190px;
    border-radius: 5px;
}

.box_folder_products h3 {
    text-align: left;
}

.box_folder_products h3 a {
    color: #0d0d0d;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.box_folder_products h3 a:hover {
    color: #9bcb3d;
}



.tabs {
    display: flex;
    justify-content: center;
}

.tablinks {
    border: none;
    outline: none;
    cursor: pointer;
    display: inline-block;
    display: inline;
    zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.4;
    color: #888;
    margin-right: 1.5rem;
    transition: all .3s;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
    margin-left: 20px;
}

.tablinks:hover {
    color: #9bcb3d;
}

/* Tab active */
.tablinks.active {
    color: #9bcb3d;
    font-size: 20px;
    height: 90px;
    font-weight: 600;
    margin-left: 0;
}

/* tab content */
.tabcontent {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    height: 0;
}

/* Text*/
.tabcontent p {
    color: #333;
    font-size: 16px;


}

/* tab content active */
.tabcontent.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    height: auto;
}

.nav-pills .tablinksRb {
    background-color: #9bcb3d;
    color: #000;
    border-radius: 0;
    font-weight: 700;
    background-image: unset;
    position: relative;
    margin: 0px 5px;
    font-size: 20px;
    padding: 14px 35px;
    line-height: 1.4;
}

.nav-pills .tablinksRb.active,
.nav-pills .tablinksRb.active:focus,
.nav-pills>li.active:hover {
    color: #fff;
}

.nav-pills .tablinksRb.active:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #9bcb3d;
}



.folder_tab_title {
    margin-top: 50px;
    text-align: center;
}

.nav-pills {
    padding: 20px 0px 20px 0px !important;
    box-shadow: unset;
    border-radius: 0;
}

.list_folder_products .folder_products_item {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 50px;
}

.list_folder_products .box_folder_products .image {
    height: 160px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.list_folder_products .box_folder_products .image img {
    width: 225px;
    margin: 0;
}

.list_folder_products .box_folder_products h3 {
    text-align: center;
}

.list_folder_products .box_folder_products h3 a {
    color: #717173;
    font-size: 18px;
    font-weight: 500;
}

.list_folder_products .box_folder_products h3 a:hover {
    color: #9bcb3d;
}

.model {
    color: #257f8f;
    font-size: 13.5px;
}

.selected {
    display: flex;
    align-items: center;
}

.article_star {
    margin-left: 5px;
    font-size: 15px;
    color: #acacac;
}

.star li{
    display: flex;
}

.wrapper_tabcontent h3 {
    text-align: left;
    line-height: 1.4;
    margin: 0;
    padding: 0px 0 0 0;
    margin-top: 15px;
}

.projectRb .slick-arrow {
    top: 34%;
}

.news {
    width: 100%;
    padding: 35px 0 40px;
    position: relative;
    background: #f6f6f6;
}

.news_home .mx_width {
    position: relative;
    width: 100%;
}

.news_home .group_title_heading {
    margin-bottom: 60px;
}

.news_home .img_tamgiac {
    width: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.news_home .img_tamgiac img {
    width: auto;
}

.page_news,
.page_post {
    width: 100%;
    padding: 30px 0;
    background: #ff;
}

.post_list {
    width: 100%;
}

.post_list .post_item {
    width: 100%;
    margin-bottom: 40px;
    float: left;
}

.post_list .post_item .group_date_time {
    float: left;
    background: #fff;
    border: 1px solid #ededed;
    margin: 0 20px 0 0;
    text-align: center;
    width: 58px;
}

.group_date_time ul li {
    min-height: 52px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
}

.group_date_time ul li a {
    display: block;
    font-size: 30px;
    color: #9bcb3d;
    height: 100%;
    width: 100%;
    border-bottom: 1px solid #ededed;
}

.group_date_time ul li a i {
    line-height: 52px;
}

.post_list .post_item .box-post {
    width: calc(100% - 80px);
    float: left;
}

.post_item .box-post .image {
    width: 100%;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
}

.post_item .box-post .image img {
    width: 100%;
    transition: all 0.5s ease;
}

.post_item .box-post .image:hover img {
    transform: scale(1.1);
}

.post_item .box-post .image .desc {
    padding: 20px 20px 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 24px;
    opacity: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: opacity 0.35s, transform 0.35s;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
}

.post_item .box-post .image:hover .desc {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    font-weight: normal;
}

.post_item .box-post .image .desc strong {
    font-size: 100% !important;
    color: #fff !important;
    font-weight: 500;
}


.post_item .box-post .post-info h3 {
    padding-bottom: 15px;
    margin: 0;
    border-bottom: 1px solid #dbdbdb;
}

.post_item .box-post .post-info h3 a {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}

.entry-metadata {
    display: inline-block;
    padding: 20px 0 0;
    width: 100%;
}

.entry-metadata p {
    float: left;
    margin: 0 15px 0 0;
    color: #333334;
    font-size: 14px;
    line-height: 25px;
}

.entry-metadata p a {
    color: #333334;
    font-size: 14px;
}

.entry-metadata span {
    margin-right: 5px;
}

.first_news {
    width: 33.3333%;
    padding: 0 15px;
    float: left;
}

.first_news .image {
    position: relative;
}

.first_news .image img {
    height: 225px;
    object-fit: cover;
}


.first_news h3 a {
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    color: #717173;
}

.first_news h3 a:hover {
    color: #9bcb3d;
}

.first_news .desc {
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    max-height: 40px;
    text-overflow: ellipsis;
}

.news_right {
    width: 66.6666%;
    float: left;
    padding: 0 15px;
}

.page_news .news_item {
    margin-bottom: 20px;
}

.news_item .image {
    width: 120px;
    height: 85px;
    object-fit: cover;
    margin-right: 15px;
}
.newwu-content {
    margin-bottom: 10px;
}
.date-content p {
    padding: 0px !important;
}
.page_news .news_item .image {
    width: 100%;
}
.news_list.mewelisst img {
    width: 100% !important;
    max-width: 100% !important;
}
.news_item .image img {
    height: 100%;
    width: 120px;
    max-width: 120px;
    object-fit: cover;
    height: 85px;
}

.page_news .news_item .image img {
    height: 190px;
    object-fit: cover;
}

.news_item .news_infor {
    width: calc(100% - 0px);
    padding: 0px 0px 8px;
    position: relative;
}

.news_item .news_infor p {
    padding: 15px 0;
    font-size: 14px;
    color: #717171;
}

.page_news .news_item .news_infor {
    width: calc(100% - 0px);
}

.news_item .news_infor:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 0px;
    background-image: linear-gradient(to right, #9bcb3d, #9bcb3d);
    right: 0;
    top: 0;
}

.news_right .news_item {
    display: flex;
    margin-bottom: 30px;
}

.news_rale .news_item {
    align-items: center;
    display: flex;
}

.news_item .news_infor h3 {
    line-height: 0px;
    margin-bottom: 0px;
    margin: 0 0 6px;
}

.news_item .news_infor h3 a {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    max-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.news_item .news_infor h3 a:hover {
    color: #be9243;
}

.page_news .news_item .news_infor h3 a {
    font-size: 17px;
}

.page_news .news_item .news_infor h3 a:hover {
    color: #be9243;
}

.news_item .news_infor .desc {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.page_news .news_item .news_infor .desc {
    font-size: 14px;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pagination span {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #f18800;
    background-color: #fff;
    color: #f18800;
    font-size: 14px;
}

.pagination a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #f18800;
    background-color: #f18800;
    color: #fff;
    font-size: 14px;
}

.files_list {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.files_list .files_item {
    width: 20%;
    float: left;
    padding: 0 15px;
}

.files_item .image {
    width: 100%;
}

.files_item .image img {
    max-width: 120px;
    height: auto;
    margin: auto;
    display: block;
}

.files_item .files_infor {
    width: 100%;
}

.files_item h3 {
    margin: 0;
    text-align: center;
}

.files_item h3 a {
    color: #545454;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    justify-content: center;
    padding: 0px 5px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}

.files_item h3 a:hover {
    color: #f18800;
}

.footer {
    padding: 0;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    background-image: url(../images/footer-bg-2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.footer-main {
    padding: 50px 0 30px;
    position: relative;
}

.group_social_foot {
    margin-top: 15px;
    overflow: hidden;
    display: inline-block;
    float: left;
}

.group_social_foot span {
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    line-height: 36px;
}

.ma_code {
    width: 80%;
    max-width: auto;
    float: right;
    padding-top: 10px;
}


.social_foot {
    position: relative;
    display: inline-block;
    float: left;
    width: auto;
    text-align: center;
}

.social_foot ul {
    display: inline-block;
}

.social_foot li {
    float: left;
}

.social_foot li a {
    display: inline-block;
    height: 36px;
    width: 36px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    border: 1px solid #595755;
}

.social_foot li a:hover {
    background-color: #9bcb3d;
    color: #fff;
}

.social_foot li i {
    line-height: 34px;
    font-size: 16px;
}

.social_foot li:not(:last-child) {
    margin-right: 8px;
}

.box_content_bottom {
    margin-top: 50px;
}

.logo_footer {
    margin-top: -25px;
    margin-bottom: 30px;
    width: 100%;
}

.logo_footer .image {
    width: auto;
}

.logo_footer .image img {
    width: auto;
}

.box_address {
    color: #fff;
    font-size: 14px;
    float: left;
}

.box_address ul {
    float: left;
}

.box_address .item {
    line-height: 26px;
}

.name_company {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    line-height: 30px;
}

.name_company:before {
    position: absolute;
    content: '';
    width: 110px;
    height: 2px;
    display: block;
    bottom: -3px;
    background-color: #fff;
}

.box_address li {
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    float: left;
}

.box_address li .lal {
    width: 124px;
    float: left;
}

.box_address li .content {
    width: calc(100% - 124px);
    float: left;
}

.title_underline {
    line-height: 30px;
    margin: 0 0 20px;
    font-size: 20px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}

.title_underline:before {
    position: absolute;
    content: '';
    width: 85px;
    height: 2px;
    display: block;
    bottom: -3px;
    background-color: #9bcb3d;
}

.footer_links {
    font-size: 18px;
}

.footer_links li {
    padding: 0;
    line-height: 30px;
    list-style: none;
}

.footer_links li a {
    font-size: 15px;
    color: #fff;
}

.footer_links li a:hover {
    color: #9bcb3d;
}

.about_foot {
    font-size: 18px;
    color: #ccc;
    line-height: 26px;
    margin-bottom: 5px;
}

.form_dky .form-control {
    box-shadow: none;
    height: 40px;
    font-size: 15px;
}

.form_dky input {
    font-style: italic;
    border: 1px solid #fff;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 1);
}

.form_dky input::placeholder {
    color: #717173;
}

.form_dky button {
    width: 134px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 2px;
    background-color: #9bcb3d;
    border-radius: 5px;
}

.form_dky button .bg {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    line-height: 36px;
}

.form_dky button i {
    margin-right: 10px;
}

.footer_bottom {
    padding: 25px 0;
    background-color: #363636;
}

.copyright-text {
    line-height: 27px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

.back_to_top {
    display: inline-block;
    float: right;
}

.back_to_top span {
    display: inline-block;
    float: left;
    line-height: 27px;
    color: #fff;
}

.back_to_top img {
    margin-left: 5px;
    width: auto;
    float: left;
    margin-top: 3px;
}

.banner_top {
    display: block !important;
    position: relative;
}

.slide .banner_top .box-slide {
    background-position: center center;
}

.banner_top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.91;
    z-index: 1;
}

.breadcrumbs {
    padding: 10px 0;
    position: relative;
    width: 100%;
    background-color: #eee;
    border-top: 0;
}

.breadcrumbs ul {
    float: left;
    width: 100%;
}

.breadcrumbs .breadcrumbs-item:nth-child(1) a {
    padding-left: 0px;
}

.breadcrumbs .breadcrumbs-item {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: -ms-flex-wrap;
    flex-wrap: wrap;
    float: left;
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #be9243 !important;
    text-transform: none;
    font-weight: 500;
}

.breadcrumbs .breadcrumbs-item a {
    color: #717173;
    font-size: 14px;
    padding: 0 12px;
    position: relative;
}

.breadcrumbs .breadcrumbs-item a:before {
    content: '';
    right: -1px;
    top: 3px;
    position: absolute;
    height: 13px;
    width: 1px;
    background-color: #333;
    transform: rotate(20deg);
}

.breadcrumbs .breadcrumbs-item:last-child a:last-child:before {
    display: none;
}

.breadcrumbs .breadcrumbs-item .currentcat {
    color: #be9243;
    border-right: 0px solid #333;
}

.breadcrumbs .breadcrumbs-item span {
    display: inline-block;
    margin: 0 0px;
    color: #717173;
}

.breadcrumb {
    margin-bottom: 0px;
}

.list_thuong_hieu {
    width: 100%;
    padding: 45px 0 30px 0;
}

.list_thuong_hieu .nav-pills {
    box-shadow: unset;
    padding: 0;
    width: 100%;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
}

.list_thuong_hieu .nav-pills>li {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 15px;
}

.list_thuong_hieu .nav-pills>h3 .active {
    color: #9bcb3d;
}

.list_thuong_hieu .nav-pills>h3.active>a,
.folder_products .nav-pills>h3.active>a:focus,
.folder_products .nav-pills>h3.active>a:hover {
    color: #9bcb3d;
    background: none;
}

.list_thuong_hieu .nav-pills>li+li {
    margin-left: 0;
}

.list_thuong_hieu .nav-pills>li>a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    border-radius: 0;
    background-color: unset;
    background-image: unset;
}

.list_thuong_hieu .nav-pills>li>a h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #717173;
    line-height: 20px;
    text-transform: uppercase;
}

.list_thuong_hieu .nav-pills>li.active>a h3 {
    color: #9bcb3d;
}

.list_thuong_hieu .nav-pills>li>a h3 {
    color: #717173;
}

.list_thuong_hieu .nav-pills>li>a h3:hover {
    color: #9bcb3d;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: transparent;
    background-image: unset;
    color: #fff;
}

.list_thuong_hieu .nav-pills>li .image {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    margin-bottom: 20px;
    border-radius: 5px;
}

.list_thuong_hieu .nav-pills>li img {
    width: auto;
    height: 160px;
    object-fit: cover;
    border-radius: 5px;
}

.categories_about {
    padding: 40px 0;
    background-color: #9bcb3d;
}

.categories_about .content {
    padding-left: 90px;
    display: flex;
    align-items: center;
}

.categories_about .icon_video_category {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.categories_about .icon_video_category:before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #717173;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: line-bounce 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
    animation-delay: 1.5s;
}

.categories_about .icon_video_category img {
    width: auto;
}

.categories_about .icon_video_category a:before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #fff;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: line-bounce 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
    animation-delay: .5s;
}

.categories_about .content .desc {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    max-width: 400px;
}

.list_categories {
    padding: 30px 0;
}

.list_categories .box_categories {
    width: 100%;
}

.list_categories .box_categories .row {
    display: flex;
    flex-wrap: wrap;
}

.list_categories .box_categories .categories_item {
    width: 25%;
    float: left;
    display: flex;
    padding: 0 15px;
    margin-bottom: 35px;
}

.list_categories .categories_item .categories_info {
    float: left;
    width: 100%;
    text-align: left;
}

.list_categories .categories_info a {
    display: block;
}

.list_categories .categories_info .image {
    width: 100%;
    margin-bottom: 15px;
    height: 275px;
}

.list_categories .categories_info .image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.list_categories .categories_info h3 {
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    color: #333;
}


.list_categories .categories_info h3:hover {
    color: #9bcb3d;
}

.list_categories .categories_info span {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

blockquote {
    border-left: 5px solid #9bcb3d;
}
.box-static-news {
    position: sticky;
    top: 95px;
}
.col-left {
    float: left;
    position: relative;
}

.col-right {
    float: right;
    position: relative;
}

.project {
    margin-top: 0px;
    padding: 15px 0px;
}

.tim_kiem_right {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}

.form_search2 input {
    width: calc(100% - 60px);
    float: left;
    height: 40px;
    border: 1px solid #be9243;
}

.form_search2 button {
    width: 60px;
    height: 40px;
    float: left;
    background-color: #be9243;
    border: 0;
}

.form_search2 button i {
    font-size: 16px;
    color: #fff;
}

.form_search2 .form-control {
    border-radius: 0;
    box-shadow: none;
}


.news_rale .project {
    background: none;
    padding-bottom: 0px;
    padding-left: 0px;
}
.project h3 {
    text-align: left;
	text-transform: uppercase;
    margin: 0;
    padding-bottom: 10px;
    line-height: 22px;
    font-weight: 700;
    font-size: 18px;
    display: block;
    color: #be9243;
    background: url(../images/mt-kengang.png) repeat-x bottom;
}

.project h4 {
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 700;
    font-size: 18px;
    display: block;
    color: #be9243;
    background: url(../images/mt-kengang.png) repeat-x bottom;
}

.project li {
    overflow: hidden;
    padding: 15px 0;
    background: url(../images/mt-kengang.png) repeat-x bottom;
}

.project li h4 {
    margin: 0 0 10px;
}

.project li a {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    line-height: normal;
    display: block;
}

.project li a:hover {
    color: #be9243;
}

.project li img {
    width: 80px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
}

.project li .desc {
    color: #333;
    font-size: 12px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.project li .desc3 {
    font-size: 13px;
    margin: 0px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 300;
}

.news_detail {
    width: 100%;
    padding-bottom: 20px;
}

.box_news_detail {
    width: 100%;
    color: #717173;
    line-height: 26px;
    text-align: justify;
    font-size: 16px !important;
}

.box_news_detail h1 {
    color: #be9243;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 50px 0 20px;
    text-align: left;
}

.date_time {
    color: #888;
    display: inline-block;
    margin-bottom: 20px;
}

.date_time i {
    margin-right: 5px;
    font-size: 16px;
}
.noi_dung_in p {
    color: #000;
}
video.video-bg.fill.visible {
    object-fit: cover;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: center center;";
    width: 100%;
    height: 100%;
}
.noi_dung_in li {
    color: #000;
}
.box_news_detail .news_note {
    padding: 10px 22px;
    background-color: #eee;
    color: #000;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 15px;
}

.share {
    margin: 20px 0 10px;
}

.popup_auto .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: unset;
}

.popup_auto .modal-content .close {
    color: #fff;
    opacity: 1;
    font-size: 26px;
    position: absolute;
    right: -30px;
    line-height: 25px;
    top: 0px;
}

.popup_auto .modal-body {
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

.form_popup {
    background-color: #f18800;
    padding: 20px 25px 25px;
}

.form_popup .title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: normal;
    margin-bottom: 20px;
}

.form_popup .form-group .form-control {
    width: 100%;
    height: 34px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 4px 12px;
    color: #717173;
    box-shadow: unset;
    font-size: 15px;
}

.form_popup .form-control[type=submit] {
    width: auto;
    background: #fff;
    display: block;
    line-height: 40px;
    color: #f18800;
    height: 40px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border: 0px hidden #ffffff;
    border-radius: 10px 10px 10px 10px;
    margin: auto;
    padding: 0px 30px 0px 30px;
}

.form_popup ul li {
    font-size: 15px;
    padding: 5px 0;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.roll_the_mouse {
    position: sticky;
    top: 70px;
}   
.news_rale {
    width: 100%;
    margin: 0 auto;
    color: #717173;
    padding-top: 20px;
}

.news_rale .title-headding {
    margin-bottom: 15px;
}

.page-product-detail {
    width: 100%;
    padding-top: 40px;
    background: #fff;
}

.box_images_detail {
    position: relative;
    border-radius: 10px;
    margin-bottom: 31px;
}
.box-slider-dichvu .slick-dots li.slick-active {
    background: #000c;
}
.info_detail {
    position: relative;
}

.info_detail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 24px solid transparent;
    /*! border-left: 28px solid #9bcb3d; */
}

.images_detail {
    border: 0px solid #f0eceb;
    position: relative;
    text-align: center;
}

.images_detail a {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.images_detail img {
    height: auto;
    padding: 0px;
    max-height: 100%;
    width: 100%;
    vertical-align: middle;
}

.box_dat_mua {
    /* float: left; */
    width: 100%;
    background: #e2e2e2;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.box_dat_mua .box_price {
    width: 50%;
    float: left;
    padding: 15px;
}

.box_dat_mua .box_price .name_price {
    width: 125px;
    font-size: 15px;
    line-height: 25px;
    text-align: right;
    padding-right: 20px;
    float: left;
}

.price_top {
    margin-bottom: 0px;
    margin-top: 5px;
    display: flex;
    width: 100%;
}

.price_top span {
    font-weight: 700 !important;
    font-size: 23px !important;
    line-height: 25px;
    color: #9bcb3d;
}

.box_dat_mua .box_price .box_value_price {
    width: calc(100% - 130px);
    float: left;
}

.box_dat_mua .box_price .value_price {
    font-size: 18px;
}

.box_dat_mua .box_price .value_price .new_price {
    display: inline-block;
    color: #717173;
    font-weight: 600;
    font-size: 17px;
}

.sidebar-product-box .box__img {
    width: 50%;
}

.sidebar-product-box .box__img a {
    display: block;
    border: 1px solid #f2f2f2;
    border-radius: 6px;
}

.sidebar-product-box .box__img a img {
    border: 4px solid #fff;
    border-radius: 6px;
    height: 126px;
}

.sidebar-product-box .box-content {
    padding-left: 10px;
}

.sidebar-product-box .box-content h5 {
    font-size: 16px;
    color: #0d7182;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sidebar-product-box .box-content p {
    color: black;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.sidebar-product-box {
    margin-bottom: 30px;
}

.sidebar-product-box h4 {
    color: #0d7182;
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 20px;
}

.sidebar-product-box .box {
    margin-bottom: 20px;
}

.sidebar-product-box tr td:nth-child(1) {
    width: 20% !important;
    background-color: #f2f2f2;
}

.sidebar-product-box tr td {
    color: #4d4d4d;
    text-align: left !important;
    font-size: 14px;
    padding: 10px !important;
}

.giao_hang {
    border: solid 1px #ccc;
    line-height: 30px;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.giao_hang .giao_hang1 {
    width: 50%;
    padding: 5px;
    float: left;
}

.giao_hang .giao_hang1 p {
    color: #9bcb3d;
    font-weight: bold;
}

.giao_hang .giao_hang1:nth-child(1) {
    border-right: solid 1px #ccc;
}

.giao_hang .giao_hang2 {
    padding: 5px;
    color: #717173;
    font-weight: 500;
}

.box_dat_mua .box_price .value_price .old_price {
    display: inline-block;
    text-decoration: line-through;
    color: #999;
    font-size: 15px;
}

.box_dat_mua .line-dr {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #ccc;
    width: 100%;
    float: left;
}

.box_status {
    width: 50%;
    /* float: left; */
    padding: 15px;
}

.box_status .name_status {
    width: 100px;
    font-size: 15px;
    float: left;
    line-height: 34px;
}

.box_status .group_nd_button {
    width: calc(100% - 100px);
    float: left;
}

.box_status .value_status {
    display: inline-block;
    background-color: #9bcb3d;
    color: #fff;
    width: 190px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
    font-weight: 600;
    font-size: 14px;
    padding: 0 20px;
    text-transform: uppercase;
}

.box_status .value_status a {
    color: #fff
}

.box_status button {
    border: none;
    float: left;
    display: inline-block;
    outline: 0;
    box-shadow: unset;
    background-color: transparent;
}

.tinhtrang_in {
    padding: 8px 0px 8px 0;
    margin: 0;
    float: left;
    border-bottom: solid 1px #ccc;
    width: 100%;
    font-size: 14px;
}

.tinhtrang p {
    width: 140px;
    padding-right: 15px;
    text-align: left;
    float: left;
}

.tinhtrang span {
    font-weight: bold;
    color: #3c8c9b;
    font-weight: 500;
}

.box_status button a {
    background-color: #9bcb3d;
    color: #fff;
    height: 30px;
    width: 190px;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 0 20px;
    text-transform: uppercase;
}

.info_payment {
    float: left;
    width: 100%;
    padding: 0 0 25px 0;
}

.info_payment .item {
    width: 100%;
    display: flex;
}

.info_payment .item.bot-10 {
    margin-bottom: 10px;
}

.info_payment .payment_left {
    align-items: center;
    justify-content: left;
    text-align: right;
    padding-right: 10px;
    width: 140px;
    color: #636363;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.info_payment .payment_right {
    width: calc(100% - 90px);
    padding-left: 10px;
    line-height: 22px;
    font-weight: bold;
}

.info_payment .payment_right1 {
    width: calc(100% - 90px);
    padding-left: 10px;
    line-height: 22px;
    font-size: 13px;
    font-weight: normal;
}


.info_payment .payment_right .sh-nwr {
    font-size: 14px;
}

.info_payment .payment_right .sh-nwr a {
    color: #0654ba;
}

.info_payment .payment_right a {
    text-decoration: underline;
}


.list_bank img {
    background-image: url(../images/list_bank.png);
    background-repeat: no-repeat;
    width: 39px;
    height: 24px;
    display: inline-block;
}

.list_bank .vi-pv2-paypal {
    background-position: -155px 0;
}

.list_bank .vi-pv2-visa {
    background-position: 0 0;
}

.list_bank .vi-pv2-master_card {
    background-position: -39px 0;
}

.list_bank .vi-pv2-am_ex {
    background-position: -77px 0;
}

.list_bank .vi-pv2-discover {
    background-position: -116px 0;
}

.img_nho {
    margin: 10px auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.img_nho .column {
    width: 80px;
    height: 60px;
    text-align: center;
    margin: 0 5px 0px 5px;
    border: 1px solid #f2f2f2;
    display: flex;
    line-height: 50px;
    vertical-align: middle;
    align-items: center;
}

.img_nho img {
    height: auto;
    cursor: pointer;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    vertical-align: middle;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.img_nho .slick-prev,
.img_nho .slick-next {
    margin: 0;
    width: auto;
    height: auto;
    transform: translateY(-50%);
    z-index: 6;
    text-align: center;
    opacity: 1;
    border-radius: 100%;
}

.img_nho .slick-prev i,
.img_nho .slick-next i {
    color: #000;
    line-height: 24px;
    font-size: 18px;
}

.slick-slide {
    outline: 0;
}

.img_nho .slick-prev {
    left: 5px;
}

.img_nho .slick-next {
    right: 5px;
}

.button_support {
    cursor: pointer;
    width: 312px;
    height: 56px;
    border-radius: 10px;
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    background-image: linear-gradient(to right, #f18801, #ffb44a);
    display: flex;
    align-items: center;
    justify-content: center;
}

.button_support .icon {
    margin-right: 10px;
}

.button_support .icon img {
    width: auto;
}

.button_support .name {
    font-size: 18px;
    color: #FFF;
    font-weight: 500;
}

.info_detail h1 {
    color: #333;
    margin: 0px 0 10px 0;
    padding: 0px 0px;
    font-size: 28px;
    border-left: 0;
    font-weight: 500;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    min-height: 50px;
}

.info_detail .thong_so {
    padding: 0px 0px 10px 10px;
}

.thong_so ul {
    float: left;
    margin: 20px 0;
}

.thong_so li {
    width: 100%;
    font-size: 13px;
    /*! line-height: ; */
    /*! float: left; */
    font-weight: 400;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}

.thong_so li:last-child {
    border-bottom: 0;
}

.thong_so li .lal {
    width: 150px;
    float: left;
    padding-left: 0;
}

.thong_so li .content {
    width: calc(100% - 150px);
    float: left;
}

.thong_so li:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 0px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #979797;
}

.thong_tin_lien_he {
    margin-top: 15px;
    text-align: left;
    overflow-wrap: break-word;
}

.thong_tin_lien_he .title_l {
    font-size: 24px;
}

.thong_so .time_ship {
    width: 100%;
    color: #212121;
    padding: 5px 0 12px 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.info_hotline {
    padding: 9px 15px;
    width: 100%;
    float: left;
    background-image: linear-gradient(to right, #f18801, #ffb44a);
    border-radius: 0 10px 10px 0;
    display: flex;
    align-items: center;
    margin-top: 0px;
}

.info_hotline .icon_hotline {
    display: inline-block;
    margin-right: 15px;
}

.info_hotline .icon_hotline img {
    width: 36px;
}

.info_hotline span {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.description_product_detai {
    margin-bottom: 10px;
    display: none;
}

.box_thong_so {
    padding: 0;
    font-size: 16px !important;
}

.box_thong_so li {
    list-style: disc;
    margin-left: 15px;
}

.box_thong_so p {
    padding-bottom: 14px;
}

.box_thong_so a {
    color: #f18800;
}

.box_thong_so .title {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    color: #717173;
    margin-bottom: 30px;
}

.box_thong_so .content {
    font-size: 15px;
    color: #717173;
    line-height: 26px;
    text-align: justify;
}
.map-ss iframe {
    width: 100%;
}
.para_product {
    display: none;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
}

.tab_product {
    width: 100%;
}

.tab_product .tab-content {
    width: 100%;
    padding-top: 30px;
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #0d7182;
}

.tab_product .nav-tabs {
    background-color: #ebebeb;
    border-bottom: 0;
    width: 100%;
    position: relative;
    float: left;
}

.tab_product .nav-tabs:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    /*! background-color: #ebebeb; */
    top: 0;
    right: calc(100% - 1px);
}

.tab_product .nav-tabs:after {
    content: '';
    width: 200%;
    position: absolute;
    height: 100%;
    /*! background-color: #ebebeb; */
    top: 0;
    left: calc(100% - 1px);
}

.nav-tabs>li {
    position: relative;
}

.nav-tabs>li>a {
    color: #717173;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 25px;
    border: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #da2128;
    font-weight: 600;
    font-size: 16px;
    text-transform: full-size-kana;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.sidebar_right {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 15px;
}

.sidebar_right li {
    width: 100%;
    display: flex;
    align-items: center;
}

.sidebar_right li:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar_right li .image {
    width: 58px;
    margin-right: 15px;
}

.sidebar_right li .image img {
    width: 100%;
    height: auto;
}

.sidebar_right li .name {
    width: calc(100% - 73px);
}

.sidebar_right li .name a {
    font-size: 16px;
    color: #717173;
}

.related_products .title {
    color: #717173;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

.filters {
    width: 100%;
    background: #fff;
    padding: 0;
}

.filter-item {
    width: 100%;
    box-shadow: 0 1px 5px #dedede;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 8px 0;
}

.filter-item-name {
    height: 26px;
    padding: 0px 20px;
    margin: 0;
    display: block;
    border-bottom: 0;
    position: relative;
    cursor: pointer;
}

.filter-item-name .drop_down_filter {
    height: 26px;
    display: inline-block;
    width: 26px;
    position: absolute;
    font-size: 20px;
    right: 10px;
    top: 0;
    text-align: center;
    line-height: 26px;
    transform: rotate(-180deg);
    transition: 0.5s;
}

.filter-item.active .filter-item-name .drop_down_filter {
    transform: rotate(0deg);
}

.filter-item-name span {
    color: #717173;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
}

.filter-item-value {
    padding: 0px 20px;
    border-top: 0;
    margin-top: 0;
}

.active .filter-item-value {
    display: none;
}

.filter-item-value input {
    position: relative;
    top: 2px;
}

.filter-item-value .label-radio {
    padding: 0px 0 0px 0;
    position: relative;
}

.filter-item-value .label-radio i {
    position: absolute;
    top: 10px;
    left: 0;
    color: #cfcfcf;
    font-size: 15px;
    display: none;
}

.filter-item-value .label-radio label {
    font-weight: 500;
    margin-bottom: 0;
}

.filter-title {
    display: none;
    width: 100%;
    border: 0;
    margin: 10px 0 0;
    color: #fff;
    position: relative;
    font-size: 14px;
}

.filter-title-name {
    color: #fff;
    width: 100%;
    background: #f18800;
    font-size: 14px;
    text-align: center;
    margin: auto;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1px 20px;
    line-height: 30px;
    vertical-align: middle;
    cursor: pointer;
}

.filter-title-name .drop_down_filter {
    display: none;
}

.sidebar {
    background-color: #eee;
    width: 100%;
    border-radius: 5px;
    border: solid 1px #ccc;
}

.sidebar .title {
    position: relative;
    background-color: #4a1e1c;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0px 10px 0px 40px;
    border: solid 1px #4a1e1c;
    font-size: 15px;
    margin: 0;
    color: #fff;
}

.icon-danhmuc {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 10px;
}

.icon-danhmuc-item {
    width: 18px;
    height: 2px;
    background-color: #fff;
    margin: 3px 20px 0 0;
    transition: 0.4s;
}

.sidebar ul li {
    position: relative;
    padding-left: 25px;
}

.sidebar ul li:not(:last-child) {
    border-bottom: 1px dashed #ccc;
}

.sidebar ul li i {
    position: absolute;
    font-size: 15px;
    color: #717173;
}

.sidebar ul li i.fa-caret-right {
    left: 10px;
    top: 10px;
}

/* video */
.library_image_list {
    margin-top: 20px;
}

.library_image_list,
.library_video_list {
    padding: 0 8px;
}

.library_image_item,
.library_video_item {
    margin-bottom: 15px;
    padding: 0 7px;
}

.library_image_item,
.library_video_item p {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.library_image_item,
.library_video_item p a {
    font-size: 16px;
    text-align: center;
}

.library_image_item .image,
.library_video_item .image {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.library_image_item .image a,
.library_video_item .image a {
    display: block;
}

.library_image_item .image img,
.library_video_item .image img {
    object-fit: cover;
    height: 220px;
    border: solid 1px #ccc;
}

.library_image_item .image img {
    transition: 0.3s;
}

.library_image_item .image:hover img {
    transform: scale(1.2);
}

.library_video_item:hover .icon_play {
    background-color: #ff0000;
}

.library_video_item h3,
.library_image_item h3 {
    margin: 6px 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
    text-align: center;
}

.library_video_item h3 a,
.library_image_item h3 a {
    font-size: 16px;
    line-height: 18px;
    color: #717173;
    font-weight: 600;
}

.library_video_item h3 a:hover,
.library_image_item h3 a:hover {
    color: #199cdb;
}

.icon_play {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon_play i {
    font-size: 16px;
    margin-left: 2px;
    color: #fff;
    line-height: 50px;
}

.video_detail h2 {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 25px;
    color: #d4d7e0;
}

.video_item iframe {
    width: 100%;
    height: 500px;
}

.links_gp {
    margin-bottom: 20px;
    overflow: hidden;
}

.box_video_detail .title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.ct-left,
.ct-right {
    margin-top: 15px;
    margin-bottom: 15px !important;
    color: #333;
    font-size: 15px;
}

.ct-left p {
    margin-bottom: 10px;
}

.map {
    margin-top: 10px;
}

.ct-left form input {
    font-size: 14px;
    color: #717173;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 0px;
    height: 35px;
    padding: 0 15px;
    margin-bottom: 15px;
    outline: 0;
}

.ct-left form textarea {
    font-size: 14px;
    color: #717173;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 10px;
    outline: 0;
}

.ct-left form button {
    font-size: 14px;
    color: #fff;
    background: #be9243;
    border: none;
    height: 40px;
    width: 170px;
    border-radius: 7px;
    cursor: pointer;
    outline: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.ct-right h1 {
    font-weight: 600;
    color: #333;
    font-size: 25px;
    text-transform: uppercase;
}

.label-radio h2 {
    font-size: 15px;
    line-height: 30px;
}

.label-radio h2 a {
    font-weight: 600;
    text-transform: uppercase;
}

.label-radio h2 a i {
    color: #f18800;
    padding-right: 10px;
}

.label-radio h2 a:hover {
    color: #f18800
}

.modal .pps-wrap {
    box-sizing: border-box;
    position: relative;
    z-index: 10008;
    height: 100%;
    max-height: inherit;
    padding: 15px 20px 15px 20px;
    background-color: #e2f1e2;
    border-radius: 5px;
}

.modal .pps-close {
    position: absolute;
    top: -14px;
    right: -14px;
    z-index: 999;
}

.pps-close a.pps-close-link {
    padding: 6px;
    box-sizing: content-box;
    display: block;
    outline: none;
    border: 0;
    cursor: pointer;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 1;
    background-color: #FFFFFF;
    border-radius: 18px;
}

.pps-close a.pps-close-link i {
    font-size: 18px;
    line-height: 1;
    color: #999999;
}

.pps-content {
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
}

.pps-content iframe {
    width: 100%;
    height: 360px;
}

.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
}

.modal.fade .modal-dialog {
    transform: translate(-50%, -50%);
}

.modal.in .modal-dialog {
    transform: translate(-50%, -50%);
}

.noi_dung_in {
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.noi_dung_in img {
    padding: 15px 0;
    width: auto;
}

.noi_dung_in p {
    padding-bottom: 10px;
}

.noi_dung_in ul {
    padding-left: 25px;
}

.noi_dung_in ul li {
    list-style: disc;
}

.info_contact {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.info_download {
    float: left;
    margin-bottom: 10px;
    margin-right: 15px;
}

.info_contact p {
    text-align: justify;
    font-size: 12px;
    line-height: 22px;
    color: #ff9600;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.table_contact {
    float: left;
    width: 100%;
}

.textfield_contact {
    width: 303px;
    height: 30px;
    background: #fff;
    border: 1px solid #eaeae9;
    padding: 0px 5px;
    float: left;
    color: #5a5959;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

.textarea_contact {
    width: 303px;
    float: left;
}

.noidung_contact {
    float: left;
    width: 100%;
}

.txt_noidung_contact {
    float: left;
    width: 100%;
    height: 100px;
    background: #fff;
    border: 1px solid #eaeae9;
    padding: 0px 5px;
    color: #5a5959;
    border-radius: 4px;
    -moz-border-radius: 4px;
    padding-top: 5px
}

.guidi {
    float: left;
    margin-right: 5px;
    width: 120px;
    height: 30px;
    text-align: center;
    background-color: #ff9600;
    border: none;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}

#video_home .modal2 {
    max-width: 900px;
    margin: 100px auto;
    width: 100%;
}

#video_home video {
    width: 100%;
}

.fixed-contact-icons {
    position: fixed;


    bottom: 55px;
    left: 5px;
    z-index: 9;
}

.fixed-contact-icons img {
    width: auto;
}

.fixed-contact-icons i {
    color: white;
    font-size: 30px;
    background: #0083FE;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
}

.fixed-contact-icons ._zalo {
    background: url(../images/zalo-icon.png) 0 0 no-repeat;
    background-size: cover;
}

.fixed-contact-icons ._msg {
    background: #0083FE url(../images/icon-msg.png) 0 0 no-repeat;
    background-size: cover;
}

.fixed-tel {
    left: 5px;
    bottom: 10px;
    position: fixed;
    display: inline-block;
    min-width: 70px;
    height: 40px;
    line-height: 40px;
    background: #cc1111;
    color: #FFF;
    font-weight: 700;
    font-size: 125%;
    border-radius: 25px;
    padding: 0 10px 0 15px;
    box-shadow: 0 0 3px #fff;
    z-index: 999;
}

.fixed-tel i {
    padding-right: 10px;
    font-size: 25px;
    padding-top: 5px;
    line-height: 30px;
}

/* cart */
.box_order_success {
    margin-top: 50px;
}

.box_order_success .box_icon_sucess {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.box_order_success .box_icon_sucess .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgb(87 209 124);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.box_order_success .box_icon_sucess .icon:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: rgba(87, 209, 124, 0.3);
    border-radius: 50%;
    left: -10px;
    top: -10px;
}

.box_order_success .box_icon_sucess .icon i {
    color: #fff;
    font-size: 40px;
    position: relative;
}

.box_order_success .box_icon_sucess .icon:after {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: rgba(87, 209, 124, 0.2);
    border-radius: 50%;
    left: -20px;
    top: -20px;
}

.box_order_success .box_icon_sucess .title_success {
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    margin-top: 31px;
}

.box_info_order_success {
    border: 1px solid #000;
    padding: 25px;
    font-size: 20px;
}

.box_info_order_success .info_customer {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}

.box_info_order_success .info_customer .name {
    margin-bottom: 8px;
}

.box_info_order_success .info_customer .phone {
    font-size: 20px;
    margin-bottom: 8px;
}

.box_info_order_success .list_sp_order_success {
    width: 100%;
}

.box_info_order_success .list_sp_order_success .item {
    width: 100%;
    margin-bottom: 15px;
}

.box_info_order_success .list_sp_order_success .box {
    display: flex;
    align-items: center;
}

.list_sp_order_success .cart-product-image img {
    height: 83px;
    padding-right: 20px;
}

.box_info_order_success .list_sp_order_success .box_name {
    width: 55%;
    margin-right: 5%;
}

.box_info_order_success .list_sp_order_success .box_name .name {
    font-weight: 700;
}

.box_info_order_success .list_sp_order_success .box_info {
    width: 40%;
}

.box_info_order_success .list_sp_order_success .box_info .qty {
    font-size: 15px;
}

.box_info_order_success .list_sp_order_success .box_info .price {
    font-size: 15px;
}

.thank_you {
    width: 100%;
    text-align: center;
    margin-top: 24px;
}

.thank_you .content_thank {
    text-align: center;
    width: 100%;
    font-size: 20px;
    max-width: 700px;
    display: block;
    margin: 0 auto 30px;
}

.group_button_home a.back_home {
    background-color: #595959;
    color: #fff;
    margin-right: 15px;
}

.group_button_home a {
    display: inline-block;
    width: 100%;
    max-width: 210px;
    line-height: 40px;
    border-radius: 5px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #9bcb3d;
    border-color: #9bcb3d;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 5px 12px 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #9bcb3d;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.map iframe {
    width: 100%;
    height: 220px;
}

.wrap-breadcrumbs {
    background: #f5f5f5
}

.slide {
    position: relative;
}

.contentss {
    position: absolute;
    top: 50%;
    width: 50%;
    left: 5%;
}

.contentss span {
    font-size: 16px;
    color: black;
    font-weight: bold;
}


.follow .icon {
    width: 60px;
    position: relative;
    display: inline-block;
    display: inline;
    zoom: 1;

    display: block;
}

.follow .icon img {
    width: 100%;
    transition: all .3s;
    background: #f6ab00;
    border-radius: 50%;
    padding: 10px;
}

.follow .icon .hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.follow .text-box {
    display: inline-block;
    display: inline;
    zoom: 1;
    vertical-align: middle;
    text-align-last: left;
    margin-left: .7rem;
}

.follow .text-box .title {
    font-size: 16px;
    line-height: 1.4;
    transition: all .3s;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
}

.follow .text-item {
    display: inline-block;
    display: inline;
    zoom: 1;
    margin-right: 15px;
    position: relative;
}

.follow .text-item .tit {
    font-size: 14px;
    line-height: 1.4;
    color: #888;
}

.follow .item:hover .init {
    opacity: 0;
}

.follow .item:hover .icon .hover {
    opacity: 1;
}

.follow .text-item .img-box {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    padding-top: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    z-index: 2;
}

.follow .text-item:hover .img-box {
    visibility: visible;
    opacity: 1;
}

.follow .text-item .img-box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: transparent;
    border-bottom-color: #fff;
}

.follow .text-item .img {
    width: 120px;
    padding: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 4px;
}

.slick-prev {
    left: 3px;
}

.slick-next {
    right: 4px;
}

.slick-arrow {
    opacity: 1;
    z-index: 1;
    border-radius: 100%;
}

.slick-arrow i {
    font-size: 15px;
    color: black;
    margin-top: 2px;
}

.foot_li1 {
    padding: 0px 10px;
}

.foot_ul1 {
    margin: 0px -10px;
}

.foot_li1 h2 {
    text-transform: uppercase;
    color: #333;
    font-size: 17px;
    font-weight: 700;
}


.footer-left {
    text-align: center;
}

#footer-foot_nav {
    padding-bottom: 30px;
}

#footer-foot_nav ul li a {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 13px;
}

footer .tit {
    color: black;
}

.footer-right .link-box a {
    margin-left: 20px;
    margin-bottom: 5px;
    display: inline-block;
    color: black;
}

.footer-right .build a {
    font-size: 14px;
}

.pd-section-top {
    padding-top: 30px;
}

.pd-section-bottom {
    padding-bottom: 30px;
}

.container {
    width: 100%;
}

.text-list p {
    font-size: 13px;
}

.content-page {
    padding: 20px 0;
}

.content-page p {
    padding-bottom: 12px;
}



.foot_li1 svg {
    display: none;
}



.folder_products_item h3 {
    line-height: 0.7;
    margin: 10px 0;
}

.box-price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
    align-items: center;
    justify-content: space-between;
}

.box-price .new-price {
    color: #ff0000;
    font-weight: 500;
    font-size: 14px;
    margin-right: 7px;
}

.box-price .old-price {
    font-size: 13px !important;
    text-decoration: line-through;
    color: #ccc !important;
    font-weight: 400 !important;
}

.service-delivery {
    padding: 20px 0px;
    background-color: white;
    border-top: 1px solid #f5f5f5;
}

.service-delivery__img {
    width: 65px;
    margin-right: 12px;
}

.service-delivery__info h5 {
    font-size: 15px;
    font-weight: 600;
    color: black;
    margin-bottom: 2px;
    margin-top: 0px;
}

.service-delivery__info p {
    font-size: 14px;
    color: #404040;
}

.service-delivery-body {
    background-color: white;
    padding: 0px 20px;
}

.service-delivery-body .clm {
    height: 100%;
    padding-inline: 8px
}

.service-delivery-box {
    padding: 20px 0px;
}

.service-delivery-body .slick-track {
    display: flex;
    align-items: center;
}

.box_search--mobile,
.bar-menu--mobile {
    display: none !important;
}

.tab-content img,
.tab-content .content p {

    padding-bottom: 15px;
}

.evaluate {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgb(223, 223, 223);
}

.evaluate__title {
    color: #0d7182;
    margin-right: 13px;
    font-size: 30px;
    font-weight: 800;
}

.evaluate-result .point {
    color: #da2128;
    margin-right: 13px;
    font-size: 30px;
    font-weight: 800;
}

.evaluate-body .star li svg {
    height: 25px;
    width: 25px;
    fill: gray;
}

.evaluate-body .star li.selected svg {
    fill: #f7d30b;
}

.evaluate-body textarea,
.evaluate-body input {
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 8px 15px;
    width: 100%;
    margin-top: 10px;
}

.evaluate-body button {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #9bcb3d;
    color: white;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    height: 40.4px;
    margin-top: 10px;
}

#commentForm {
    margin-top: 10px;
}

.evaluate-result .quantity {
    color: black;
    font-size: 14px;
    margin-left: 10px;
}

.evaluate-body .form .text {
    color: black;
    margin-right: 9px;
}

.lightbox {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}

.lb-outerContainer {
    height: 100% !important;
    width: 100% !important;
}

.lb-outerContainer {
    position: relative !important;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #0000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lb-data .lb-close {
    position: absolute;
    top: 16px;
    right: 19px;
    z-index: 999;
}

.menu ul li .nav-home {
    background-image: url(../images/homeHoverBg.png);
    font-size: 0;
    width: 50px;
    height: 48px;
    display: flex;
    text-align: center;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.menu ul li .nav-home:hover,
.menu ul li .nav-home i:hover {
    color: white;
}

.menu ul li .nav-home i {
    font-size: 20px;
}

.star-list li {
    display: flex;
}
.list__star {
    align-items: center;
}
.list__star ul{
    padding: 0;
    margin: 0;
}
.list__star ul li{
    margin-bottom: 0;
    padding-right: 4px !important;
}
.comment{
    margin-top: 20px;
    display: flex;
}
.f-cmusers{
    display: flex;
    width: 40px;
    height: 40px;
    background-color: #5d7f99;
    color: white;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.comment-info {
    font-size: 13px;
    position: relative;
    color: #171d30;
    flex: 1;
    line-height: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
}

.name-of-comment {
    font-weight: 700;
    /*! flex: 0 0 96%; */
    margin-right: 10px;
    font-size: 15px;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 0px;
    margin-top: 0;
}

.comment-content {
    margin: 3px 0 5px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
}

.comment-info ul li {
    font-size: 11px;
    color: #808495
}
.content-address-footer strong img{
    height: 13px;
    width: auto;
}





/* footer */
.dangky_cuoitrang{overflow: hidden;background-color: #f5f5f5;padding: 20px 0;}

.dangky_cuoitrang .box_info{
    padding: 10px 0;
    border: 1px solid #ebebeb;
    min-height: 140px;
    background: #fff;
}

.dangky_cuoitrang .box_info .title{
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
    min-height: 35px;
    letter-spacing: 3px;
}
.dangky_cuoitrang .box_info .icon{
    width: 100px;
    padding: 15px;
    border-right: 1px solid #ebebeb;
    min-height: 100px;
    margin-right: 0px;
    display: inline-block;
}

.dangky_cuoitrang .box_info .giam{
    padding: 10px;
    display: inline-block;
    line-height: 26px;
    flex: 1;
}

.dangky_cuoitrang .box_info .giam b{
    color: #fff;
    padding: 0 7px 0 23px;
    margin-left: 10px;
    margin-right: 6px;
    font-weight: normal;
    line-height: 36px;
    display: inline-block;
    background-image: url(../images/h.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.dangky_cuoitrang .box_info .giam strong1{
    color: #fff;
    padding: 0 7px 0 23px;
    margin-left: 10px;
    margin-right: 6px;
    font-weight: normal;
    line-height: 36px;
    display: inline-block;
    background-image: url(../images/h.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.box_form_dky {
    padding: 10px 0px;
    border: 1px solid #ebebeb;
    min-height: 140px;
    background: #fff;
}

.box_form_dky form{
    padding: 6px 0;
}

.box_form_dky input.form-control{
    width: calc(100% - 110px);
    float: left;
    border: solid 1px #e9e9e9;
    padding: 10px 15px;
    line-height: 18px;
    height: auto;
    border-radius: 8px 0 0 8px;
    outline: 0;
    box-shadow: unset;
    height: 45px;
}

.box_form_dky button{
    width: 110px;
    height: 45px;
    background-color: #dc0021;
    border: 0;
    border-radius: 0 8px 8px 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    outline: 0;
}

.box_form_dky button i{
    margin-left: 6px;
}
.box_form_dky .icon {
    width: 100px;
    padding: 15px;
    border-right: 1px solid #ebebeb;
    min-height: 120px;
    margin-right: 0px;
    display: inline-block;
}
.box_form_dky .giam {
    padding: 0 10px;
    display: inline-block;
    flex: 1;
}
.box_form_dky h2{
    font-size: 16px;
    color: black;
    font-weight: 600;
}
footer {
    padding: 30px 0 10px;
    color: #fff;
    background-color: rgba(12, 112, 130, 0.8);
    display: inline-block;
    width: 100%;
}
.footer-main {
    padding: 30px 0 10px;
    color: #fff;
    display: inline-block;
    width: 100%;
}
.footer-top-right {
    padding-left: 10px;
}
.box-footer-main-info {
    color: #fff;
}
.logo-footer {
    width: auto;
    margin-bottom: 5px;
}
.logo-footer img {
    width: 240px;
    margin-bottom: 10px;
    height: auto;
    max-width: 100%;
}
.content-address-footer {
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
}
.list-address-footer {
    position: relative;
    padding-left: 0px;
    font-size: 15px;
}
.footer-top-left {
    width: 60%;
    float: left;
    padding-right: 20px;
}
.title-footer {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 2px;
    position: relative;
    font-weight: 500;
    color: #fff;
}
.title-footer:before {
    content: "";
    width: 70px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
}
.footer-link {
     color: #ffffff;
}
.list-link-footer ul li {
    list-style: disc !important;
    margin-left: 20px;
    color: #fff;
}
.footer-link li a {
    line-height: 25px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
}
.pt_social {
    display: flex;
    margin: 0 auto 10px;
    justify-content: flex-start;
    align-items: center;
}
.pt_social li:not(:last-child) {
    margin-right: 5px;
}
.pt_social li:first-child {
    font-size: 14px;
}
.pt_social li a {
    align-items: center;
height: 35px;
width: 35px;
text-align: center;
float: left;
border: 1px solid #fff;
border-radius: 100%;
background-color: #fff;
color: #fff;
display: flex;
justify-content: center;
}
.pt_social li a i {
    font-size: 17px;
    line-height: 35px;
    color: #000;
}

.footer-bottom {
    padding: 10px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 1px solid #525050;
}
.coppy-right {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #fff;
}
.box-footer{
    margin-bottom: 15px;
}
.listNews {
	margin-top:50px
}



span.disc-resd {
    position: absolute;
    left: 50%;
}

.row.row-center-resd .clm:first-child .hr-resd {
    width: 50%;
}
.row.row-center-resd .clm:last-child .hr-resd {
    width: 50%;
}
.row.row-center-resd .clm:last-child {
    justify-content: left;
}
.row.row-center-resd {
    padding-top: 10px;
}

span.disc-resd {
    width: 9px;
    height: 9px;
    display: inline-block;
    background: #fff;
    border-radius: 100%;
}

span.hr-resd {
    width: 100%;
    display: inline-block;
    background: #fff;
    height: 2px;
}

.row.row-center-resd .clm {
    position: relative;
    justify-content: right;
    padding: 0px;
    display: flex;
    align-items: center;
}

.item-img-icon-resd-ssugn img {
    width: 75px;
    height: 75px;
    object-fit: unset;
}

.item-img-icon-resd-ssugn {
    text-align: center;
}

.box-img-item-resd-sungd img {
    height: 75px;
    padding-bottom: 0;
    width: auto;
}

section.resd-sund {
    padding: 25px 0px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}

.box-resd-sund {
    padding-bottom: 25px;
    text-align: center;
}

.box-img-item-resd-sungd {
    padding-bottom: 20px;
}

.search-resd-sund {
    width: 530px;
    margin: 0 auto;
}

.search-resd-sund input {
    width: 100%;
    padding: 7px 10px;
    border-radius: 5px;
}

.cnt-number-item {
    text-align: center;
}

.row.row-bottom-resd {
    padding-top: 10px;
}

.cnt-number-item p {
    font-size: 40px;
    color: #9ccc3d;
    line-height: 1.2;
    font-weight: 700;
}

.cnt-number-item span {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 0px 51px;
}

.title-dichvu {
    text-align: center;
}

.title-dichvu h1 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 30px;
}

section.box-dichvu {
    padding: 20px 0px;
}
.img-slider-dv img {
    border-radius: 10px 10px 0px 0px;
    height: 194px;
}
.img-slider-dv {
    overflow: hidden;
}

.box-dichvu .clm.slick-slide:hover img {
    transform: scale(1.1);
    transition: 2s ease;
}
.content-slider-dichvu h4 {color: #231f20;font-size: 16px;font-weight: 700;margin-bottom: 5px;margin-top: 0px;padding-top: 10px;}

.content-slider-dichvu p {
    font-size: 14px;
    color: #231f20;
    font-weight: 400;
}

.content-slider-dichvu {
    background-color: #f5f5f5;
    padding: 0px 20px;
    display: block;
    justify-content: center;
    border-radius: 0px 0px 10px 10px;
}
.btn-send-gui {
    padding: 20px;
    text-align: center;
}

.btn-send-gui a {
    padding: 10px 30px 10px 30px;
    display: inline-block;
    color: #be9243;
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid;
}

.btn-send-gui a:hover {
    background: #be9243;
    color:#fff;
}

.btn-send-gui a i {
    padding-left: 10px;
}



.box-dichvu .slick-dots {
    padding-top: 10px;
    position: unset;
}

.box-dichvu .slick-dots li {
    background: #cdcdcd;
    width: 10px !important;
    height: 10px !important;
}

.box-dichvu #slick-slide01 {
    background: #1111118a;
}

section.nb-public-pages {
    background: rgb(245,245,245);
    padding: 20px 0px;
}

.img-pages-public img {
    height: 200px;
}

.content-public-pages a {
    font-size: 17px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    color: #111;
}

.content-public-pages {
    border-radius: 5px;
        padding: 10px;
    background: #fff;
}
.list-news-pages .img-pages-public img {
    height: 250px;
}
.box-slider-public-pages {
    box-shadow: 0 0 26px 0 rgba(22,73,172,.12);
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    height: 100%;
}

.thong-tin-du-an-pages ul {
    padding: 5px 0px;
}
.thong-tin-du-an-pages i.fa.fa-map-marker ~ span {
    min-height: 0px;
}
.thong-tin-du-an-pages ul li {
    display: flex;
    align-items: center;
    color: #000;
    padding-bottom: 5px;
}

.thong-tin-du-an-pages ul li span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    padding-left: 10px;
}

.thong-tin-du-an-pages ul li i {
    width: 10px;
    font-size: 16px;
}

.thong-tin-du-an-pages ul li i.fas.fa-expand-arrows-alt {
    color:#ee3038;
}
.thong-tin-du-an-pages i.fa.fa-map-marker {
    color: #ee3038;
}
.btn-view-public a {
    vertical-align: super;
    background: #fff;
    border: 1px solid #111;
    padding: 5px 11px;
    box-shadow: none;
    font-size: 17px;
    color: #111;
    border-radius: 7px;
    font-weight: 500;
    display: inline-block;
}

.btn-view-public {
    text-align: end;
}


.box-slider-public-pages:hover {
    transition: 0.5s;
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
}

.img-pages-public {
    position: relative;
    overflow: hidden;
}

.img-pages-public:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@keyframes shine {
    100% {
        left: 125%
    }
}

.img-pages-public:hover:before {
    animation: shine .75s;
}
.box-maps-dat-pages {
    height: 100%;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #7777773b;
    box-shadow: 0 0 26px 0 rgba(22,73,172,.12);
}
    section.box-dat-nb {
        padding-bottom: 20px;
    padding-top: 20px;
}

.box-right-ss-pages ul li a img {
    width: 110px;
    height: 77px;
    border-radius: 5px;
}

.box-right-ss-pages ul li a {
    display: flex;
}

.box-right-ss-pages ul li a .item-content-ss-pages-right {
    flex: 1;
    padding-left: 10px;
}
span.pricevite {
    display: flex !important;
    align-items: center;
    color: #000;
}

span.pricevite p {
    font-weight: 600;
    color: #ee3038;
}

.item-content-ss-pages-right p {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    line-height: 21px;
}
.item-content-ss-pages-right p:hover{
    color: #ee3038;
}


.item-content-ss-pages-right .pricevite {
    padding-top: 5px;
    font-size: 14px !important;}

.item-content-ss-pages-right .pricevite p {
    font-size: 14px;
}

.thong-tin-du-an-pages ul li .pricevite {
    font-size: 14px;
    font-weight: 600;
}
.item-content-ss-pages-right span {
    font-weight: 700;
}

.box-right-ss-pages {
    padding-left: 15px;
}
.box-right-ss-pages ul li {
    padding-bottom: 14px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 15px;
}
.box-dat-nb .btn-send-gui {
    padding: 0px;
    text-align: left;
}

.box-img-maps-dat:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.box-img-maps-dat {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.box-img-maps-dat:hover:before {
    animation: shine .75s;
}
section.box-dat-nb.pusan-2 {
    background: rgb(245,245,245);
}

.item-img-key-pull:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.item-img-key-pull {
    position: relative;
    overflow: hidden;
}

.item-img-key-pull:hover:before {
    animation: shine .75s;
}
section.box-kyhop {
    padding-top: 30px;
    padding-bottom: 20px;
}

.item-img-slider-kansops img {
    height: 400px;
    width: 100%;
}

.item-top-dichvu {
    display: flex;
}
.item-img-slider-kansops {
    width: 50%;
    padding: 3px;
}

.item-img-slider-kansops img:hover {
    box-shadow:0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
}

.item-top-dichvu.box-dichpage-2 .item-img-slider-kansops img {
    height: 200px;
}
.box-slider-suport button i {
    color: #fff;
    width: 35px;
    height: 35px;
    border: 2px solid #ffffffbd;
    line-height: 35px;
    border-radius: 100px;
    font-size: 23px;
}

button.slick-prev.slick-arrow {
    top: 50%;
    left: 14px;
}

button.slick-next.slick-arrow {
    top: 50%;
    right: 30px;
}

a.box-title-news-tintuc {
    position: relative;
    background: #be9243;
    width: 195px;
    color: #333 !important;
    font-size: 21px !important;
    text-transform: uppercase !important;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
}

a.box-title-news-tintuc:before {
    content: "";
    width: 0px;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 30px solid #be9243;
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0px;
    right: -29px;
}


section.news-thitruong {
    padding: 30px 0px;
    background: rgb(245,245,245);
}
a.view-news i {
    font-size: 16px;
    color: #aca8a8;
    margin-left: 5px;
}
.title-news-pull {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cdcdcd4f;
}
.box-slider-news-thitruong button.slick-arrow {
    width: 33px;
    height: 33px;
    top: 50%;
}
.footer-dky .row {
    align-items: center;
}

.box-slider-news-thitruong button.slick-arrow i{
    font-size: 20px;
}
.box-slider-news-thitruong button.slick-prev.slick-arrow{
    left: -30px;
}

.box-slider-news-thitruong button.slick-next.slick-arrow{
    right: -30px;
}
.box-slider-news-thitruong {
    padding-top: 40px;
}

.title-news-pull a {
    text-transform: none;
    border-bottom: 2px solid ee3038;
    color: ee3038;
    font-weight: 700;
    font-size: 28px;
}

a.view-news {
    color: #343e44;
    font-size: 24px;
    border: none;
    font-weight: 800;
}


.content-pikey h5 {
    color: #231f20;
    font-weight: 700;
    font-size: 1.15em;
}

.post-meta-op {
    font-size: 12px;
    position: relative;
    padding-bottom: 10px;
}

.post-meta-op:before {
    content: "";
    width: 45px;
    height: 2px;
    background: #cdcdcd;
    position: absolute;
    bottom: 5px;
}

.content-pikey p {
    color: #111;
}
.item-img-key-pull img {
    height: 200px;
}
button.is-small-crent {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding: 0px;
    padding-top: 10px;
}
.item-news-key a:hover {
    color: #be9243;
}
.content-pikey a:hover h5 {
    color: #be9243;
}


a.view-news {
    display: inline-flex;
    justify-content: space-between;
    color: #c10013;
    font-size: 15px;
    font-weight: 500;
    align-items: center;
}

a.view-news svg {
    height: 15px;
    fill: #c10013;
    margin-left: 5px;
}
section.product-list {
    display: none;
}

section.submit-email {
    display: none;
}


.footer-dky {
    padding-bottom: 20px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 34px;
}

.box-tt-form h3 {
    margin-top: 0px;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 3px;
}

.box-tt-form span {
    font-size: 14px;
}

form.ss-form-kays {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

form.ss-form-kays input {
    width: 75%;
    height: 50px;
    border-radius: 8px;
    line-height: 50px;
    margin-bottom: 0;
    float: left;
    padding: 0 20px;
    outline: none;
    color: #7c7c7c;
    font-size: 15px;
}

form.ss-form-kays button {
    width: 24%;
    height: 50px;
    border-radius: 8px;
    line-height: 50px;
    margin-bottom: 0;
    padding: 0 20px;
    outline: none;
    color: #333;
    font-size: 15px;
    padding: 0px;
    background: #fdd580;
}

form.ss-form-kays button i {
    padding-right: 8px;
}

.logo-head {
    display: flex;
}
.box-select-news {
    position: sticky;
    top: 90px;
}
.phantrang nav {
    text-align: center;
}

.phantrang nav ul {
    margin: 0px;
}


.box-header-left-opio {
    padding-bottom: 0;
    border-bottom: 0;
    display: flex;
    align-items: center;
}

.header.fixed .box-header-left-opio {
    border: none;
}

.box-right-opio {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-end;
}

.item-opiton-right-hedding {
    text-align: center;
    padding-right: 20px;
}

.item-opiton-right-hedding span {
    font-size: 13px;
	color: #fff
}

.item-opiton-right-hedding p {
    color: #fdd580;
    font-weight: 800;
    font-size: 16px;
}

.item-double-btn {
    display: flex;
    align-items: center;
    background: #fdd580;
    padding: 9px 27px;
    color: #000;
    border-radius: 50px;
}

.item-double-btn a {
    color: #000;
    font-weight: 700;
}

.item-double-btn a:nth-child(1) {
    color: #000;
}
.list-news-pages .btn-view-public {
    display: flex;
    justify-content: space-between;
}

.list-news-pages .view-ss {
    border: none;
    color: #111;
    font-weight: 700;
    font-size: 19px;
    text-decoration: underline;
    padding-left: 0px;
}


.list-news-pages .a-view-angle {
    display: flex;
    align-items: center;
}

.list-news-pages .a-view-angle i {
    margin-left: 8px;
}

.box-right-list-new p {
    font-size: 14px;
    color: #111;
    font-weight: 300;
}
.box-title-top-list-news {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.box-left-titlpe-left span {
    color: #231f20;
    font-size: 25px;
    font-weight: 800;
}

.brack-list-new ul {
    display: flex;
    padding: 10px 0px;
}

.brack-list-new ul li {
    padding-left: 10px;
    position: relative;
    padding-right: 1px;
}

.brack-list-new ul li:before {
    content: "/";
    padding-right: 10px;
}

.brack-list-new ul li:nth-child(1):before {
    content: "";
    padding-right: 0px;
}

.brack-list-new ul li {
    padding-left: 0px;
}

.brack-list-new ul li a {
    font-size: 13px;
    color: ee3038;
}
.brack-list-new ul li:last-child a{
    font-weight: 700;
    color: #222;
}


.box-select-news select {
    color: #000;
    height: 40px;
    width: 100%;
    box-shadow: inset 0 -1.4em 1em 0 rgba(0,0,0,.02);
    padding-left: 10px;
    border: 1px solid #cdcdcda1;
}
.sidebar-inner-box {
    margin-top: 20px;
    background: #f8f8f8;
    padding: 25px;
}

span.shop-sidebar {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e7e7e7;
    color: #111;
    font-weight: 700;
}

.sidebar-inner-box form {
    padding-top: 20px;
}

.item-form-input label {
    font-weight: 300;
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.sidebar-inner-box form input {
    height: 40px;
    width: 100%;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    padding-left: 10px;
    border: 1px solid #cdcdcda1;
}

.btn-view-list-right-pipop {
    background: #be9243 !important;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
}

.btn-view-list-right-pipop a {
    color: #fff;
}

.box-list-product-sp {
    padding-top: 20px;
}

.title-priviered h2 {
    margin-bottom: 15px;
    text-align: left;
    color: #111;
    font-weight: 600;
    font-size: 21px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 5px;
}
.box-menu-c2-pages {
    padding-left: 20px;
    display: none;
}

li.box-dmsp-right-list-news-item.active .box-menu-c2-pages {
    display: block;
}
.box-dmsp-right-list-news ul li a img {
    width: 20px;
    height: 20px;
}

.box-dmsp-right-list-news ul li a span {
    padding-left: 5px;
    font-size: 16px;
}

.box-dmsp-right-list-news ul li .item-c2-menu-list-news{
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.box-dmsp-right-list-news ul li a {
    width: 90%;
    display: inline-block;
}

.icon-dmsp-list {
    width: 20%;
}
















.box-detail-inst {
    padding: 18px 20px;
    border-radius: 8px;
    box-shadow: 0 0 26px 0 rgba(22,73,172,.12);
    height: auto;
    overflow: hidden;
}

.brack-content-inst ul {
    overflow: auto;
    display: flex;
}

.brack-content-inst ul li {
    min-width: max-content;
    max-width: fit-content;
    padding-left: 5px;
}

.brack-content-inst ul li:nth-child(1) {
    padding-left: 0px;
}

.brack-content-inst ul li:before {
    content: "/";
    margin-right: 5px;
}

.brack-content-inst ul li:nth-child(1):before {
    content: "";
}

.brack-content-inst ul li a {
    color: ee3038;
    font-size: 13px;
}

.title-name-product-ins h2 {
    color: #231f20;
    font-weight: 800;
    font-size: 30px;
}

.title-name-product-ins {
    padding-bottom: 10px;
}

.content-pIns ul li p {
    color: #231f20;
    font-size: 14px;
}




.box-add-details {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.box-add-details p {
    color: #231f20;
    padding-left: 10px;
}

.box-add-details span i {
    color: #ff4a26;
    font-size: 12px;
}
.price-detail-ins p {
    color: #ee3038;
    font-size: 27px;
    font-weight: 800;
}

.price-detail-ins {
    padding-bottom: 15px;
}


.bottom_extentions ul::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.bottom_extentions ul::-webkit-scrollbar
{
    height: 10px;
    width: 3px;
    background-color: #28a745;
}

.bottom_extentions ul::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}

.bottom_extentions ul li {
    min-width: max-content;
    max-width: fit-content;
    color: #343e44;
    font-size: 14px;
    padding: 0px 5px;
}
.content-pIns li ul li {
    list-style: disc;
    margin-left: 21px;
    color: #333;
}
.box-ss-content-details-accer ul li img {
    width: 25px;
}
.box-ss-content-details-accer p {
    padding-bottom: 10px;
    font-size: 14px;
}

.box-ss-content-details-accer p span strong {
    font-size: 20px;
}

.box-ss-content-details-accer {
    color: #333;
    font-size: 14px;
}

.box-ss-content-details-accer ul li {
    list-style: disc;
    margin-left: 15px;
    color: #333;
}

.box-content-right-details {
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 0 26px 0 rgba(22,73,172,.12);
    background: #fff;
    height: 100%;
    overflow: hidden;
}

.bottom_extentions ul {
    overflow-x: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom_extentions {
    padding-bottom: 15px;
    border-bottom: 1px solid #cdcdcd;
}



.close_tuvan {
    cursor: pointer;
    position: absolute;
    right: 15px;
}
.form_tuvan .form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 49%;
    width: 49%;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
  }
  
  .form_tuvan .title {
    font-size: 28px;
    color: #ee3038;
    font-weight: 600;
    letter-spacing: -1px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
  }
  
  .form_tuvan .title::before,.title::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    left: 0px;
    background-color: #ee3038;
  }
  
  .form_tuvan .title::before {
    width: 18px;
    height: 18px;
    background-color: #ee3038;
  }
  
  .form_tuvan .title::after {
    width: 18px;
    height: 18px;
    animation: pulse 1s linear infinite;
  }
  
  .form_tuvan .message, .signin {
    color: rgba(88, 87, 87, 0.822);
    font-size: 14px;
  }
  
  .form_tuvan .signin {
    text-align: center;
  }
  
  .form_tuvan .signin a {
    color: #ee3038;
  }
  
  .form_tuvan .signin a:hover {
    text-decoration: underline #ee3038;
  }
  
  .form_tuvan.flex {
    display: flex;
    width: 100%;
    gap: 6px;
  }
  
  .form_tuvan .form label {
    position: relative;
  }
  
  .form_tuvan .form label .input {
    margin-bottom: 10px;
    width: 100%;
    padding: 10px 10px 20px 10px;
    outline: 0;
    border: 1px solid rgba(105, 105, 105, 0.397);
    border-radius: 10px;
  }
  
  .form_tuvan .form label .input + span {
    position: absolute;
    left: 10px;
    top: 15px;
    color: grey;
    font-size: 0.9em;
    cursor: text;
    transition: 0.3s ease;
  }
  
  .form_tuvan .form label .input:placeholder-shown + span {
    top: 15px;
    font-size: 0.9em;
  }
  
  .form_tuvan .form label .input:focus + span,.form label .input:valid + span {
    top: 0px;
    font-size: 0.7em;
    font-weight: 600;
  }
  
  .form_tuvan .form label .input:valid + span {
    color: green;
  }
  
  .form_tuvan .submit {
    text-transform: uppercase;
    width: 140px;
    margin: 0 auto;
    border: none;
    outline: none;
    background-color: #ee3038;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    transform: .3s ease;
  }
  
  .form_tuvan .submit:hover {
    background-color: #ee3038;
    cursor: pointer;
  }
  
  @keyframes pulse {
    from {
      transform: scale(0.9);
      opacity: 1;
    }
  
    to {
      transform: scale(1.8);
      opacity: 0;
    }
  }
  
  .form_tuvan.active_tuvan {
      display: block;
  }






.item-div-right img {
    width: 115px;
    height: 115px;
}

.mess-div-right img {
    display: inline-block;
    width: 115px;
    object-position: center;
    object-fit: cover;
    border-radius: 99%;
    border: 1px solid #ececec;
    padding: 5px;
}

.mess-div-right {
    padding-top: 20px;
}

.mess-div-right {
}

.item-div-right {
    display: flex;
    align-items: center;
}

.thong-tin-nguoi-ban {
    padding-left: 10px;
}

p.ho-ten {
    line-height: 30px;
    color: #3d4d65;
    font-size: 25px;
    margin-bottom: 5px;
    display: block;
}

p.so-dien-thoai {
    text-align: center;
    padding: 6px 12px;
    background: #eb5155;
    border-radius: 15px;
    width: auto;
    margin: 0 auto;
}

p.so-dien-thoai a {
    color: #fff;
    font-weight: 700;
    background: url(https://www.redsunland.vn/wp-content/themes/bds2/images/phone-call-red.gif) no-repeat;
    background-size: 25px;
    padding-left: 25px;
    background-position-y: -5px;
}

p.ghi-chu {
    margin-bottom: 0;
    font-style: italic;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

.item-datlich img {
    height: 40px;
    width: auto;
}

.item-datlich span {
    display: block;
}

.item-datlich {
    text-align: center;
    padding-right: 30px;
    display: none;
}

.nut-lien-he {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

a.btn-view-mua-ngay {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    margin-right: 15px;
    width: 46%;
    display: block;
    text-align: center;
}

a.btn-view-tu-van {
    color: #fff;
    background-color: #ee3038;
    border-color: #ee3038;
    width: 46%;
    display: inline-block;
    text-align: center;
}

.nut-lien-he a {
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    font-size: 22px;
    animation: call 3.5s ease infinite;
}

@keyframes call {
    0% {
        transform: scale(1)
    }

    15% {
        box-shadow: 0 0 0 5px rgba(40,167,69,.4)
    }

    20% {
        box-shadow: 0 0 0 5px rgba(40,167,69,.4),0 0 0 10px rgba(40,167,69,.2)
    }
}
@keyframes advise {
    0% {
        transform: scale(1)
    }

    15% {
        box-shadow: 0 0 0 5px rgba(0,123,255,.4)
    }

    20% {
        box-shadow: 0 0 0 5px rgba(0,123,255,.4),0 0 0 10px rgba(0,123,255,.2)
    }
}


a.btn-view-tu-van {
    animation: advise 3.5s ease infinite;
    animation-delay: 5s;
}

.box-ss-content-details-accer {
    width: 100%;
    box-shadow: 0 0 26px 0 rgba(22,73,172,.12);
    padding: 30px 20px;
    border-radius: 8px;
}

span.title-mota {
    color: ee3038;
    text-transform: none;
    display: inline-block;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}
.title.title-img:after {
    content: "";
    background: none;
}
.maps-footer iframe {
    width: 100%;
    height: 170px;
    margin-bottom: 10px;
}
.box-ss-content-details-accer p {
    color: #343e44;
}
.box-lienhe-button {
    box-shadow: 0 0 26px 0 #1649ac1f;
    padding: 30px 20px;
    border-radius: 8px;
    margin-top: 30px;
}
.box-lienhe-button h2 {
    font-weight: 600;
    color: #231f20;
}
.box-footer-news-nd {
    width: 100%;
    box-shadow: 0 0 26px 0 rgba(22,73,172,.12);
    padding: 30px 20px;
    border-radius: 8px;
}

.box-form-right-ss-acres {
    position: sticky;
    top: 90px;
    margin-top: 45px;
    width: 100%;
    box-shadow: 0 0 26px 0 rgba(22,73,172,.12);
    padding: 5px 20px;
    border-radius: 8px;
}

.box-form-right-ss-acres h2 {
    color: #d83131;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 21px;
}

.item-ss-acserper input {width: 100%;border: 1px solid #ddd;box-shadow: inset 0 1px 2px rgba(0,0,0,.1);height: 35px;}

.item-ss-acserper label {
    font-weight: 600;
    color: #222;
}

.item-ss-acserper {
    padding-bottom: 10px;
}

.box-select-news.loc-mobiles {
    display: none;
}


.row.slider-2-footer-bottom {
    padding-top: 30px;
}
















.close-form-kry i {
    color: #000;
}
label select ~ span {
    top: 15px !important;
    font-size: 0.9em !important;
    color: grey !important;
}


.box-form-krypop .form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 49%;
    width: 49%;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
  }
  .content-public-pages a:hover {
    color: #be9243;
}


  .box-form-krypop .title {
    text-transform: uppercase;
    font-size: 28px;
    color: #ee3038;
    font-weight: 600;
    letter-spacing: -1px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
  }
  
  .box-form-krypop .title::before,.title::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    left: 0px;
    background-color: #ee3038;
  }
  
  .box-form-krypop .title::before {
    width: 18px;
    height: 18px;
    background-color: #ee3038;
  }
  
  .box-form-krypop .title::after {
    width: 18px;
    height: 18px;
    animation: pulse 1s linear infinite;
  }
  
  .box-form-krypop .message, .signin {
    color: rgba(88, 87, 87, 0.822);
    font-size: 14px;
  }
  
  .signin {
    text-align: center;
  }
  
  .signin a {
    color: #ee3038;
  }
  
  .signin a:hover {
    text-decoration: underline #ee3038;
  }
  
  .box-form-krypop .flex {
    display: flex;
    width: 100%;
    gap: 6px;
  }
  .box-form-acrikey {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
  .box-form-krypop .form label {
    position: relative;
  }
  
  .box-form-krypop .form label .input {
    margin-bottom: 10px;
    width: 100%;
    padding: 10px 10px 20px 10px;
    outline: 0;
    border: 1px solid rgba(105, 105, 105, 0.397);
    border-radius: 10px;
  }
  
  .box-form-krypop .form label .input + span {
    position: absolute;
    left: 10px;
    top: 15px;
    color: grey;
    font-size: 0.9em;
    cursor: text;
    transition: 0.3s ease;
  }
  
  .box-form-krypop .form label .input:placeholder-shown + span {
    top: 15px;
    font-size: 0.9em;
  }
  
  .box-form-krypop .form label .input:focus + span,.form label .input:valid + span {
    top: 0px;
    font-size: 0.7em;
    font-weight: 600;
  }
  
  .box-form-krypop .form label .input:valid + span {
    color: green;
  }
  
  .box-form-krypop .submit {
    text-transform: uppercase;
    border: none;
    outline: none;
    background-color: #ee3038;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    transform: .3s ease;
    width: 140px;
    margin: 0 auto;
  }
  
  .box-form-krypop .submit:hover {
    background-color:#ee3038;
    cursor: pointer;
  }
  .form_tuvan.active {
    display: block;
}
  @keyframes pulse {
    from {
      transform: scale(0.9);
      opacity: 1;
    }
  
    to {
      transform: scale(1.8);
      opacity: 0;
    }
  }
  .form_tuvan label {
    width: 49%;
}

  .form_tuvan {
    display: none;
      position: fixed;
      z-index: 999;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      background: #0009;
  }
  
  .form_tuvan .form {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }

  .form_tuvan.active_tuvan {
    display: block;
}




















































  
.box-form-acrikey label select {
    font-size: 13px;
}

.box-form-acrikey select {
    height: 56.6px;
}

.box-form-acrikey textarea {
    height: 56.6px;
}

.close-form-kry {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
}
.box-form-acrikey textarea ~ span{
    top: 15px !important;
    color: gray !important;
    font-size: 0.9em !important;
}
.close-form-kry i {
    color: #000;
}
label select ~ span {
    top: 15px !important;
    font-size: 0.9em !important;
    color: grey !important;
}


.box-form-krypop .form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 49%;
    width: 49%;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
  }
  
  .box-form-krypop .title {
    font-size: 28px;
    color: #f00;
    font-weight: 600;
    letter-spacing: -1px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
  }
  .news_rale .title:after {
    content: "";
    background: none;
}
  
  .box-form-krypop .title::before,.box-form-krypop .title::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    left: 0px;
    background-color: #f00;
  }
  
  .box-form-krypop .title::before {
    width: 18px;
    height: 18px;
    background-color: #f00;
  }
  
  .box-form-krypop .title::after {
    width: 18px;
    height: 18px;
    animation: pulse 1s linear infinite;
  }
  
  .box-form-krypop .message, .signin {
    color: rgba(88, 87, 87, 0.822);
    font-size: 14px;
  }
  
  .signin {
    text-align: center;
  }
  
  .signin a {
    color: #f00;
  }
  
  .signin a:hover {
    text-decoration: underline #f00;
  }
  
  .box-form-krypop .flex {
    display: flex;
    width: 100%;
    gap: 6px;
  }
  .box-form-acrikey {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
  .box-form-krypop .form label {
    position: relative;
  }
  
  .box-form-krypop .form label .input {
    margin-bottom: 10px;
    width: 100%;
    padding: 10px 10px 20px 10px;
    outline: 0;
    border: 1px solid rgba(105, 105, 105, 0.397);
    border-radius: 10px;
  }
  
  .box-form-krypop .form label .input + span {
    position: absolute;
    left: 10px;
    top: 15px;
    color: grey;
    font-size: 0.9em;
    cursor: text;
    transition: 0.3s ease;
  }
  
  .box-form-krypop .form label .input:placeholder-shown + span {
    top: 15px;
    font-size: 0.9em;
  }
  
  .box-form-krypop .form label .input:focus + span,.form label .input:valid + span {
    top: 0px;
    font-size: 0.7em;
    font-weight: 600;
  }
  
  .box-form-krypop .form label .input:valid + span {
    color: green;
  }
  
  .box-form-krypop .submit {
    border: none;
    outline: none;
    background-color: #f00;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    transform: .3s ease;
    width: 140px;
    margin: 0 auto;
  }
  
  .box-form-krypop .submit:hover {
    background-color:#ee3038;
    cursor: pointer;
  }
  .box-form-krypop.active {
    display: block;
}
  @keyframes pulse {
    from {
      transform: scale(0.9);
      opacity: 1;
    }
  
    to {
      transform: scale(1.8);
      opacity: 0;
    }
  }
  .box-form-krypop label {
    width: 49%;
}

  .box-form-krypop {
    display: none;
      position: fixed;
      z-index: 9999;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      background: #0009;
  }
  
  .box-form-krypop .form {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }
















.item-slider-img {
    position: relative;
}
.button-send-details button {
    background: #ee3038;
    color: #fff;
    font-size: 14px;
}
.item-slider-img.slick-slide.slick-active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000006b;
    opacity: 1.5;
}

.item-slider-img.slick-slide.slick-current.slick-active.slick-center:before {content: "";position: absolute;width: 100%;height: 100%;background: none;}
.item-slider-img img {
    height: 317px;
}

.item-slider-img.slick-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000063;
}
.auto-play-pages-detail button {
    background: #fff;
    border-radius: 5px;
    width: 30px;
    height: 30px;
}
.auto-play-pages-detail button i{
     color:#ee3038;
}

.phantrang ul li span {
    display: flex;
    justify-content: center;
    margin-left: 10px;
    border-radius:100%;
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
    border-top-left-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
    border: 2px solid #000;
    color: #000;
    align-items: center;
    font-weight: 800;
}
.phantrang ul li a {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 10px;
    border-radius:100%;
    display: flex;
    justify-content: center;
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
    border-top-left-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
    border: 2px solid #000;
    color: #000;
    font-weight: 800;
}
.phantrang ul li a:hover {
    border: 2px solid #000;
    color: #000;
}


.search-resd-sund button svg {
    width: 30px;
    height: 30px;
}

.search-resd-sund button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    padding: 0px;
}

.search-resd-sund form {
    position: relative;
}
.product_page .content-slider-dichvu h4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}










.box-dichvu .content-slider-dichvu h4 {
    min-height: 20px;
}




















.float-contact-mobile {
    right: unset;
    left: 15px;
}

.float-contact {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 99;
    width: 50px;
}
.chat-face {
    border-radius: 20px;
    color: #fff;
    display: block;
    margin-bottom: 6px;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.chat-face {
    padding: 0px;
}
.chat-zalo a, .chat-face a, .hotline a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    line-height: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.chat-zalo {
    border-radius: 20px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    border: none;
    /* width: 45px; */
    height: 45px;
    border-radius: 50%;
    padding: 0px;
}

button.chat-zalo.btn-right img {
    height: 45px;
}
.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 70px;
    width: 70px;
    top: initial !important;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    z-index: 20 !important;
    left: 5px;
    bottom: 23px;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: rgba(255, 153, 0, 0.4);
}

.suntory-alo-ph-circle-fill {
    border: 2px solid transparent;
    border-radius: 100%;
    height: 52px;
    width: 52px;
    left: 6px;
    position: absolute;
    top: 11px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #ee3038;
}
.suntory-alo-ph-img-circle img {
    color: #fff;
    width: 25px;
    position: relative;
    top: 7px;
    left: 7px;
}
.suntory-alo-phone span {
    padding: 5px 10px;
    background:#ee3038;
    color: #FFF;
    position: absolute;
    top: 21px;
    left: 62px;
    border-radius: 5px;
    font-size: 16px;
    white-space: nowrap;
}
.suntory-alo-ph-img-circle {
    border: 2px solid transparent;
    border-radius: 100%;
    height: 44px;
    width: 44px;
    left: 10px;
    opacity: 1;
    position: absolute;
    top: 15px;
    transform-origin: 50% 50% 0;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
    background-color: #f00;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
    background-color: #f00;
}
.suntory-alo-phone span:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #ee3038 transparent transparent;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


.news_list .image {
    height: unset;
}
.news_list .news_item .news_infor {
    padding-top: 10px;
}


.date-content.price-content p {
    color: #be9243;
    font-weight: 700;
}









@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}



@media (min-width: 1200px) {
    .ban-view.container {
        width: 1085px;
    }

    .container {
        width: 1200px;
        max-width: 100%;
    }

    .pd-section-top {
        padding-top: 50px;
    }

    .pd-section-bottom {
        padding-bottom: 50px;
    }
}

@media(min-width: 1440px) {
    .ban-view.container {
        width: 1370px;
    }

    .number_special .mx_width {
        max-width: 1350px;
        margin: auto;
    }

    .news_home .mx_width {
        max-width: 1350px;
        margin: auto;
    }


    .number_special .img_bg_number img {
        width: 100%;
    }

    .container {
        width: 1320px;
    }

    .pd-section-top {
        padding-top: 70px;
    }

    .pd-section-bottom {
        padding-bottom: 70px;
    }
}


@media(min-width: 1990px) {

    .container {
        width: 1500px;
    }

    .ban-view.container {
        width: 1695px;
    }
}

@media (max-width: 1199px) {
    .menu>ul>li>a {
        font-size: 13px;
    }

    .folder_products .nav-pills>li>a {
        font-size: 16px;
        width: 230px;
        padding: 13px 10px;
    }

    .nav-sub-in {
        width: 90%;
    }

    .filter_chungloai .list_ds li {
        width: 33.3333%;
    }

    .files_list .files_item {
        width: 25%;
    }

    .box_search {
        margin-left: 8px;
    }

    .nd_banner .title {
        margin-bottom: 0;
    }

    .slide .banner_top .nd_banner .desc {
        display: none;
    }

    .box_hotline_header {
        font-size: 15px;
    }

    .box_hotline_header span {
        display: none;
    }

    .box_search>i {
        padding: 5px 6px;
    }

    .form_dky button {
        margin-top: 0;
    }

    .width_fix_menu {
        width: calc(100% - 420px);
    }

    .group_hotline_header {
        margin-left: 15px;
        width: 221px;
    }
}

@media (min-width: 992px) {
    .menu-desktop .nav-main>li:hover .nav-sub {
        display: block;
    }

    .menu-desktop .nav-sub>li:hover .nav-sub-child {
        display: block;
    }

    .menu-desktop .nav-main>li:hover .nav-sub-in {
        display: flex;
        flex-wrap: wrap;
        opacity: 1;
        transform: translateY(0px);
        pointer-events: unset;
    }

    .menu-mobile {
        display: none !important;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

}

@media (max-width: 991px) {

   
    .suntory-alo-phone span {
        display: none;
    }
    .header.fixed .logo-scroll img{
        width: 80px !important;
    }
    
    .box-tt-form span {
        font-size: 14px;
    }
    .box-tt-form h3 {
        font-size: 21px;
    }
   
    .content-slider-dichvu h4{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .box-slider-news-thitruong button.slick-next.slick-arrow {
        right: 0px;
    }
    .box-slider-news-thitruong button.slick-prev.slick-arrow {
        border: none;
        left: 0px;
    }
    a.box-title-news-tintuc{
        font-size: 16px !important;
        width: 100px;
    }
    .cnt-number-item p{
        font-size: 32px;
    }
    .cnt-number-item span {
        font-size: 14px;
    }
    
    .box-select-news {
        display: none;
    }
    .title-dichvu h1 {
        font-size: 22px;
    }
    .box-select-news.loc-mobiles {
        z-index: 999;
        display: block;
    }



    .btn-view-public a {
        padding: 0px 17px;
    }
    .logo-head a img {
        width: auto;
        height: 65px;
        object-fit: cover;
        max-width: unset;
        padding: 8px 0px;
    }
    .bottom_extentions ul {
        overflow: auto;
        scrollbar-width: thin;
    }
    .bottom_extentions ul li {
        min-width: max-content;
        max-width: fit-content;
    }
    form.ss-form-kays button {
        width: 34%;
    }
    form.ss-form-kays input {
        width: 65%;
    }
    button.slick-next.slick-arrow{
        border: none;
    }
    .clm.box-nd-pubnic {
        padding-bottom: 15px;
    }
    .box-resd-sund{
        padding-bottom: 20px;
    }
    .cnt-number-item span{
        padding: unset;
    }
    .box-tt-form {
        padding-bottom: 20px;
    }
    .cnt-number-box {
        padding-bottom: 20px;
    }
    
    .search-resd-sund{
        width: 100%;
    }
    .header.fixed .logo-scroll img{
        height: 63px;
    }
    .box-header-right-ski {
        display: none;
    }
    
    .ai-center.box_search--mobile.js-right {
        display: none !important;
    }
    
    div#menu {
        display: flex;
        justify-content: space-between;
        align-content:center;
    }

    .foot_li1 {
        padding: 0px 5px;
    }

    .foot_ul1 {
        margin: 0px -5px;
    }

    .foot_ul2 li {
        padding: 5px 0px;
    }

    .foot_li1 svg {
        display: block;
        transform: rotate(90deg);
        width: 6px;
        height: 10px;
    }

    .bar-menu svg {
        height: 28px !important;
    }

    .box_search svg {
        height: 15px !important;
    }

    .menu-desktop {
        display: none !important;
    }

    .bar-menu--mobile {
        order: 2;
        margin-left: 0px !important;
    }

    .bar-menu--mobile,
    .box_search--mobile {
        justify-content: right;
        display: flex !important;
    }

    .list_kh .khach_hang_item {
        width: 50%;
    }

    .slide .banner_top .image img {
        height: 210px;
    }

    .filter_chungloai {
        padding: 0 15px;
    }

    .filter-title-name .drop_down_filter {
        position: absolute;
        height: 40px;
        right: 0;
        display: inline-block;
        top: 0;
        width: 40px;
        line-height: 40px;
        text-align: center;
        border-left: 1px solid #fff;
    }

    .filter-item-name .drop_down_filter {
        transform: rotate(0deg);
    }

    .filter-item.active .filter-item-name .drop_down_filter {
        transform: rotate(-180deg);
    }

    .slide .banner_top .box-slide {
        background-position: calc(100% - 26%) center;
    }

    .nd_banner .title {
        font-size: 22px;
        font-weight: 700;
    }

    .box_thong_so .content {
        line-height: 24px;
    }

    .thong_so ul {
        margin: 10px 0;
    }

    .filter-title-name {
        background-color: #9bcb3d;
        text-align: left;
        padding: 5px 10px;
        position: relative;
    }

    .filter-item-name {
        margin: 0;
        position: relative;
    }

    .support_client .content {
        flex-direction: column;
        align-items: center;
    }

    .support_client .box_left {
        width: 100%;
        order: 2;
        padding: 0 15px;
    }

    .support_client {
        padding: 60px 0;
    }

    .support_client .box_right {
        order: 1;
        width: 100%;
        padding: 0 15px;
        text-align: center;
        margin-bottom: 30px;
    }

    .list_categories {
        padding: 0;
    }

    .list_thuong_hieu {
        padding: 30px 0 0;
    }

    .categories_about {
        padding: 25px 0;
    }

    .categories_about .content {
        padding-left: 0;
    }

    .list_categories .box_categories .categories_item {
        width: 25%;
    }

    .list_thuong_hieu .nav-pills>li {
        width: 25%;
    }

    .list_thuong_hieu .nav-pills>li>a h3 {
        font-size: 15px;
    }

    .list_categories .categories_info h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .list_service {
        margin-top: 40px;
    }

    .title_underline {
        margin-top: 30px;
    }

    .copyright-text {
        width: 100%;
    }

    .news_home .img_tamgiac img {
        width: 100px;
    }

    .news_home .group_title_heading {
        margin-bottom: 40px;
    }

    .list_service .service_item {
        width: 50%;
        margin-bottom: 15px;
    }

    .list_thuong_hieu .nav-pills>li {
        padding: 0 5px;
    }

    .box_content_slide .block_nd .desc {
        display: none;
    }

    .slide .slick-prev,
    .slide .slick-next {
        display: none !important;
    }

    .box_content_slide .block_nd .title_slide .with_me {
        font-size: 15px;
    }

    .box_content_slide .block_nd .title_slide .you_can {
        font-size: 22px;
    }

    .box_content_slide .block_nd .trust {
        font-size: 22px;
    }

    .filters-container {
        display: none;
    }

    .group_button_link .more_about {
        width: 130px;
        height: 36px;
    }

    .group_button_link .more_about a {
        font-size: 14px;
        line-height: 36px;
    }

    .group_button_link .video_slide {
        margin-left: 10px;
    }

    .box_content_slide .block_nd {
        max-width: 246px;
    }

    .group_button_link .video_slide .icon_play {
        height: 36px;
        width: 36px;
        margin-right: 0;
    }

    .group_button_link .video_slide .icon_play i {
        font-size: 16px;
        line-height: 36px;
        margin-left: 2px;
    }

    .solution_services {
        margin-top: 25px;
    }

    .group_button_link .video_slide span {
        display: none;
    }

    .filter-title {
        display: block;
        margin-top: 0;
    }

    .filter-item {
        border-top: 1px solid #fff;
        cursor: pointer;
    }

    .filter-item-value {
        display: none;
    }

    .active .filter-item-value {
        display: block;
    }

    .files_list .files_item {
        width: 33.3333%;
    }

    .search {
        top: 59px;
        left: unset;
        right: 0;
    }

    .group_hotline_header {
        width: 221px;
    }

    .list-bar2 {
        display: inline-block;
    }

    .breadcrumbs {
        padding: 10px 0;
    }

    .breadcrumbs .breadcrumbs-item {
        font-size: 14px;
    }



    .page_news .news_item .image img {
        height: 190px;
    }

    .page_news .news_item .news_infor {
        width: 100%;
        padding: 15px 8px 8px;
    }

    .page_news .news_item .news_infor h3 a {
        font-size: 14px;
    }

    .page_news .news_item .news_infor .desc {
        font-size: 13px;
        max-height: 72px;
    }

    .breadcrumbs {
        margin-top: 0;
    }

    .filters {
        margin-top: 15px;
    }

    .product_item .box_product .box_nd .type {
        width: 100%;
    }

    .product_item .box_product .box_nd .code {
        width: 100%;
        text-align: left;
    }

    .first_news {
        width: 50%;
    }

    .news_right {
        width: 50%;
    }

    .news_right .news_item {
        width: 100%;
    }

    .news_right .news_item:nth-child(3) {
        display: none;
    }

    .news_right .news_item:nth-child(4) {
        display: none;
    }

    .support:before {
        opacity: 1;
    }

    .support_item .box_support .title {
        margin-bottom: 0;
    }

    .group_hotline_header {
        margin: 28px 0 28px 20px;
    }

    .logo-head {
        display: inline-block;
        width: 100px;
    }

    .support {
        margin-top: 0;
    }

    .box_content_slide {
        transform: unset;
        top: unset;
        left: 0;
        bottom: 20px;
    }

    .menu-mobile {
        display: none;
        float: left;
        width: 100%;
        background-color: #9bcb3d;
    }

    .bg_goc {
        width: 40%;
    }

    .nav-main {
        padding: 0;
        width: 100%;
        float: left;
    }

    .menu>ul>li {
        width: 100%;
        margin-top: 0;
        padding-bottom: 0;
    }

    .menu>ul>li>a {
        line-height: 35px;
        font-size: 16px;
    }

    .menu>ul>li>a:hover {
        color: #fff;
    }

    .menu ul li a {
        border-bottom: 1px solid #fff;
        color: #fff;
    }

    .nav-main li i.fa-chevron-down {
        position: absolute;
        right: 0;
        top: 0;
        width: 36px;
        height: 36px;
        font-size: 12px;
        color: #fff;
        transition: 0.3s;
        border-left: 1px solid #fff;
        line-height: 36px;
        text-align: center;
    }

    .header .container {
        width: 100%;
    }

    .nav-sub {
        position: static;
        background-color: transparent;
        padding: 0;
        border: none;
    }

    .nav-main li .nav-sub li {
        width: 100%;
    }

    .nav-main li .nav-sub li a {
        padding: 0 15px 0 40px;
        color: #fff;
        border-bottom: 1px solid #fff;
    }

    .nav-main li .nav-sub li a:hover {
        color: #fff;
    }

    .nav-sub-child {
        position: static;
        border: none;
        background-color: transparent;
    }

    .nav-main li .nav-sub-child li a {
        padding: 0 15px 0 70px;
    }

    .width_fix_logo {
        width: auto;
        text-align: left;
    }

    .width_fix_menu {
        width: 100%;
        padding: 0;
    }

    .list_folder_products .folder_products_item {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .box-tt-form h3{
        font-size: 19px;
    }
    .box-tt-form span {
        font-size: 14px;
    }
    .box-title-top-list-news{
        display: block;
    }
   
    .nut-lien-he a {
        height: 40px;
        line-height: 40px;
        font-size: 17px;
    }
    .item-slider-doitac img{
        height: 120px;
        width: 100%;
    }
    .box-dat-nb .btn-send-gui {
        text-align: center;
    }
    a.view-news{
        font-size: 17px;
    }
    .title-news-pull a{
        font-size: 14px;
    }
    .row.row-top-resd {
        display: none;
    }
    
    .row.row-center-resd {
        display: none;
    }
    .container {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .home_top .payment .step .link {
        display: block;
        padding: 8px;
    }

    .nd_banner .title h1 {
        font-size: 22px;
    }

    .payment .step .item:first-child .link {
        padding-left: 8px;
    }

    .home_top .payment .step .item.step-1 {
        width: 24%;
    }

    .home_top .payment .step .item.step-2 {
        width: 38%;
    }

    .home_top .payment .step .item.step-3 {
        width: 38%;
    }


    .fixed-contact-icons {
        display: none;
    }

    .fixed-tel {
        display: none;
    }

    .nd_banner .title {
        max-width: 300px;
    }

    .box_dat_mua .box_price .name_price {
        width: 80px;
    }

    .box_dat_mua .box_price .box_value_price {
        width: calc(100% - 80px);
    }

    .folder_products .nav-pills>li.active>a:before {
        display: none;
    }

    .list_kh .khach_hang_item {
        width: 100%;
    }

    .khach_hang_item .box_kh .image {
        text-align: center;
    }

    .khach_hang_item .box_kh .image img {
        height: auto;
        max-width: 300px;
    }

    .folder_products .nav-pills>li {
        width: 100%;
    }

    .folder_products .nav-pills>li+li {
        margin-left: 0;
        margin-top: 5px;
    }

    .folder_products .nav-pills>li.active>a {
        content: unset;
    }

    .folder_products .nav-pills>li>a {
        width: 100%;
        padding: 10px;
    }

    .filter_chungloai {
        flex-direction: column;
    }

    .filter_chungloai .name {
        order: 1;
        width: 100%;
        padding: 10px 5px;
    }

    .filter_chungloai .list_ds {
        order: 2;
        width: 100%;
    }


    .support_client2 .box_left {
        width: 100%;
        padding: 0 15px;
        justify-content: center;
    }

    .support_client2 {
        padding: 60px 0;
    }

    .nav-tabs>li>a {
        font-size: 14px;
        padding: 10px 17px;
    }

    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        font-size: 14px;
    }

    .list_categories .box_categories .categories_item {
        width: 33.3333%;
    }

    .list_thuong_hieu .nav-pills>li {
        width: 33.3333%;
    }

    .related_products .product_item,
    .product_search .product_item {
        width: 50%;
    }

    .fix_hotline {
        display: inline-block;
    }

    .modal-dialog {
        width: calc(100% - 30px);
    }

    .news_rale .news_item {
        width: 100%;
    }

    .product_item .box_product .box_nd .type {
        width: 50%;
    }

    .product_item .box_product .box_nd .code {
        width: 50%;
        text-align: right;
    }

    .support_item {
        width: 100%;
    }

    .support_item:not(:last-child) {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #fafafa;
    }

    .support_item .box_support .image {
        width: 62px;
        text-align: center;
    }

    .support_item .box_support .image img {
        width: auto;
    }

    .tab-content {
        margin-top: 30px;
    }

    .nav-pills>li>a {
        width: 200px;
        padding: 11px 10px;
        font-size: 18px;
    }

    .product {
        padding: 40px 0 30px;
    }

    .news {
        padding: 30px 0;
    }

    .news_home {
        padding: 35px 0 0;
    }

    .doitac_list {
        margin-top: 35px;
    }

    .doitac {
        padding: 0px 0 20px;
    }

    .number_special .img_bg_number {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
        text-align: left;
        margin-bottom: 25px;
    }

    .number_special .img_bg_number img {
        width: 45vw;
    }

    .number_special {
        padding: 30px 0;
    }

    .list_count {
        width: 100%;
    }

    .list_count .item .box_nd {
        width: 100px;
    }

    .list_count .item .desc {
        width: calc(100% - 100px);
    }

    .number_ok::after {
        top: -12px;
    }

    .list_count .item .counter-value {
        font-size: 44px;
    }

    .noi_dung_in {
        padding: 0;
    }

    .product_list1 {
        padding: 0;
    }
}

@media (max-width: 550px) {
.box-ss-content-details-accer table tbody tr td {
    width: 100% !important;
    display:block !important;
}
.noi_dung_in tbody tr td {
    width: 100% !important;
    display: block;
}
    .price-detail-ins p {
        font-size: 22px;
    }
    .title-name-product-ins h2 {
        font-size: 22px;
    }
    .footer-top-right{
        padding-left: 0px;
    }
    .item-img-slider-kansops img {
        height: 200px;
    }
    .item-top-dichvu.box-dichpage-2 .item-img-slider-kansops img {
        height: 120px;
    }
    section.box-dat-nb{
        padding-bottom: 0px;
    }
    section.box-dichvu{
        padding-bottom: 0px;
    }
    section.nb-public-pages{
        padding: 20px 0px;
    }
    .content-public-pages a {
        font-size: 16px;
    }
    .btn-send-gui {
        padding: 10px;
    }
    .title-dichvu h1 {
        font-size: 22px;
    }
    section.box-kyhop{
        padding-bottom: 20px;
    }
    section.box-dat-nb{
        padding-bottom: 20px;
    }
    form.ss-form-kays button{
        margin-top: 20px;
        width: 100%;
    }
    form.ss-form-kays input{
        width: 100%;
    }
    form.ss-form-kays{
        display: block;
    }
    .box-right-ss-pages {
        padding: 0px;
        margin-top: 10px;
    }

    table .count .uk-position-relative {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    table .count .btn {
        position: relative;
    }

    table .count .augment {
        order: 1;
        right: unset;
    }

    table .count .quantity {
        order: 2;
    }

    table .count .abate {
        order: 3;
        left: unset;
    }

    .logo-head {
        padding: 0;
        display: flex;
        align-items: center;
    }

    .slide .banner_top .image img {
        height: 160px;
    }

    .box_dat_mua .box_price {
        width: 100%;
        padding-bottom: 0;
    }

    .box_status .value_status {
        margin-bottom: 0;
        font-size: 12px;
    }

    .box_status button a {
        font-size: 12px;
    }

    .price_top {
        display: flex;
        justify-content: center;
    }

    .box_status {
        width: 100%;
    }

    .list_kh .khach_hang_item {
        margin-bottom: 10px;
    }

    .khach_hang_item .box_kh .info_kh {
        min-height: unset;
    }

    .khach_hang_item .box_kh .info_kh h3 {
        font-size: 15px;
        height: auto;
        min-height: unset;
    }

    .box_content_slide .block_nd .title_slide {
        max-width: 134px;
    }

    .box_content_slide .block_nd .title_slide .you_can {
        font-size: 20px;
    }

    .slide .banner_top .box-slide {
        background-position: calc(100% - 26%) center;
    }

    .slide .box-slide {
        background-position: calc(100% - 31%) center;
    }

    .list_folder_products .box_folder_products .image {
        height: auto;
    }

    .list_folder_products .box_folder_products .image img {
        width: 100%;
    }

    .box_status .group_nd_button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .box_status .name_status {
        width: 100%;
    }

    .filter_chungloai .list_ds li {
        width: 50%;
    }

    .service_item .box_service h3 a {
        font-size: 15px;
        line-height: 20px;
    }

    .related_products {
        padding-top: 15px;
    }

    .nav-tabs>li {
        width: 50%;
    }

    .support_client2 {
        padding: 40px 0;
    }

    .support_client {
        padding: 40px 0;
    }

    .categories_about .icon_video_category {
        margin-right: 15px;
        width: 50px;
    }

    .logo_footer {
        margin-top: 0;
    }

    .list_categories .box_categories .categories_item {
        width: 50%;
    }

    .list_thuong_hieu .nav-pills>li {
        width: 50%;
    }

    .news_home .img_tamgiac img {
        width: 40px;
    }

    .list_count .item {
        font-size: 15px;
        padding: 0;
    }

    .slide .image img {
        height: auto;
    }

    .files_list .files_item {
        width: 50%;
    }

    .list_count .item .desc {
        padding-left: 15px;
    }

    .open .form_search {
        width: 280px;
    }

    .form_search input {
        width: calc(100% - 40px);
    }

    .form_search button {
        width: 40px;
    }

    .service_item .box_service .line {
        margin: 15px 0;
    }

    .list_service {
        padding: 0 7.5px;
    }

    .list_service .service_item {
        padding: 0 7.5px;
    }

    .service_item .box_service {
        padding: 25px 15px 25px 20px;
    }

    .ma_code {
        width: 100%;
        max-width: auto;
        float: left;
        padding-top: 10px;
    }

    .doitac_item2 .image {
        height: auto;
    }

    .group_social_foot {
        width: 100%;
    }

    .library_image_item .image img,
    .library_video_item .image img {
        height: 165px;
    }

    .list_folder_products .box_folder_products h3 a {
        font-size: 16px;
    }

    .list_folder_products .folder_products_item {
        margin-bottom: 30px;
    }

    .folder_products {
        padding: 50px 0 20px;
    }

    .pps-content iframe {
        height: 250px;
    }

    .box_thong_so .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .page-product-detail {
        padding-top: 25px;
    }

    .box_news_detail h1 {
        margin: 25px 0 20px;
    }

    .news_detail {
        padding-bottom: 15px;
    }

    .page_news {
        padding: 20px 0 10px;
    }

    .product_page .product_item {
        width: 100%;
        padding: 0;
    }

    .related_products .product_item,
    .product_search .product_item {
        width: 100%;
    }

    .footer-main {
        padding: 30px 0 0px;
    }
    .pt_social {
        margin: 0 auto 0px;
    }
    .footer_bottom {
        padding: 15px 0;
    }

    .copyright-text {
        font-size: 14px;
        line-height: normal;
    }

    .footer_bottom {
        text-align: center;
    }

    .back_to_top {
        float: unset;
    }

    .back_to_top span {
        font-size: 14px;
        float: left;
    }

    .product_item .image img {
        height: auto;
    }

    .name_company {
        font-size: 18px;
        line-height: normal;
    }

    .title_underline {
        font-size: 18px;
    }

    .news_right .news_item {
        margin-bottom: 15px;
    }

    .first_news {
        width: 100%;
        margin-bottom: 30px;
    }

    .support {
        padding: 10px 0;
    }

    .nav-pills>li>a {
        width: 142px;
        padding: 9px 5px;
        font-size: 13px;
    }

    .list_count .item .icon_image img {
        width: 60px;
    }

    .list_count .item .counter-value {
        font-size: 36px;
    }

    .support_item .box_support .image {
        width: 45px;
    }

    .support_item .box_support .title a {
        font-size: 17px;
    }

    .support_item .box_support span {
        font-size: 14px;
    }

    .number_ok::after {
        top: -10px;
    }

    .list_count .item p {
        font-size: 15px;
    }

    .number_special .img_bg_number img {
        width: 70vw;
    }

    .number_special {
        padding: 30px 0 20px;
    }

    .list_count {
        margin-top: 20px;
    }

    .product {
        padding: 40px 0 10px;
    }

    .news {
        padding: 15px 0 0px;
    }

    .slide .slick-prev,
    .slide .slick-next {
        top: 64%;
        opacity: 1;
        display: none !important;
    }

    .news_right {
        width: 100%;
    }

    .search {
        left: unset;
        top: 37px;
        right: 0;
    }



    .width_fix_logo {
        text-align: left;
        width: 145px;
        padding-right: 0;
    }

    .home_top .payment .step .item.step-1 {
        width: 100%;
    }

    .home_top .payment .step .item.step-2 {
        width: 100%;
    }

    .home_top .payment .step .item.step-3 {
        width: 100%;
    }

    .noi_dung_in iframe {
        width: 100%;
    }

    .nav-pills .tablinksRb {
        min-width: 270px;
        margin-bottom: 25px;
        padding: 10px 10px;
        width: 100%;
    }

    .number_special .img_bg_number {
        text-align: center;
    }

    .box_dat_mua {
        flex-direction: column;
        justify-content: center;
    }

    .box_folder_products .image img {
        height: 130px;
    }

    .wrap-fill2 {
        width: 24%;
    }

    .group-title .title-img {
        width: 70%;
    }

    .foot_li1 h2 {
        font-size: 13px;
        margin: 6px 0px;
        line-height: 1.2;
        font-weight: 600;
    }

    footer .tit {
        color: #4b4b4b;
        font-weight: 400;
    }

    .content-page tr {
        display: flex;
        flex-wrap: wrap;
    }

    .content-page tr td {
        width: 100% !important;
    }

    .list_categories .box_categories .categories_item {
        padding: 0 5px;
    }

    .list_categories .categories_info .image {
        height: 150px;
    }

    .info_detail h1 {
        font-size: 22px;
    }

    .info_detail .thong_so {
        padding: 0px 0px 10px 20px;
    }

    .info_detail h1 {
        margin: 0px;
        margin-top: 10px;
    }

    .thong_so li::before {
        left: -15px;
    }

    .thong_so li {
        font-size: 14px;
    }

}

@media (max-width: 425px) {
    .box_hotline_header {
        display: none;
    }

    .group_hotline_header {
        width: 118px;
    }
}

.category {
    background-color: whitesmoke;
}

.category__icon img {
    height: 30px;
    width: auto;
    max-width: unset;
}

.category__name {
    font-size: 13px;
    color: black;
    text-transform: uppercase;
    padding-left: 5px;
    font-weight: 500;
    flex: 1;
}

.category-box {
    padding: 15px 5px;

}

.category .clm {
    margin: 10px 0px;
    position: relative;
}

.category .clm::before {
    content: "";
    position: absolute;
    width: 92%;
    height: 1px;
    background-color: #e4e4e4;
    bottom: -10px;
}

.category .clm:not(:nth-child(2n)) {
    border-right: 1px solid #e4e4e4;
}

.date {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 2px;
}

.seemore-cnt {
    margin-top: 25px;
}

.seemore-cnt a {
    padding: 4px 19px;
    border: 1px solid #9bcb3d;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 3px;
    color: #9bcb3d;
    display: inline-block;
}

.product-mobile,
.seemore-cnt {
    display: none;
}

.product-desktop {
    margin: 0px -15px;
}

.header-bars svg {
    height: 19px;
    margin-top: 7px;
    margin-left: 14px;
}

.menu-mobile-right,
.category {
    display: none;
}

.foot_ul2 li {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

.cart_logo {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-left: 10px;
}

.cart_logo svg {
    fill: white;
}

.cart_logo a {
    position: relative;
}

.cart_logo a span {
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: #ee3038;
    font-size: 12px;
    top: -10px;
    right: -10px;
    color: white;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projectRb-btn-right svg {
    height: 10px;
}

.fix-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    padding: 10px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    display: block;
}

.fix-footer-box svg {
    height: 20px;
    width: 33px;
    fill: #9bcb3d;
}

.fix-footer-box img {
    height: 20px;
    width: auto;
    margin-top: -1px;
    margin-bottom: 8px;
}

footer {
    padding-bottom: 60px;
}

#button-contact-vr {
    bottom: 10px;
    left: 10px;
    margin: -10px;
    transform: scale(0.8);
    margin-bottom: 0px !important;
    position: fixed;
    z-index: 99999;
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #dd3333;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #dd3333;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #dd3333;
}

#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #dd3333;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

#viber-vr .phone-vr-img-circle {
    background-color: #2196f3;
}




@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.info_product_modal {
    width: 45%;
    height: 100%;
}

.newsletter-content {
    margin-left: auto;
    text-align: center;
    padding: 10px;
    float: right;
    width: 55%;
}

.modal.fade.modal-First.show.stoklist {
    background: #cdcdcdcc;
}

.modal {
    display: unset !important;
}

.fade {
    opacity: unset !important;
}

.modal.fade.modal-First.show.stoklist .clone {
    position: absolute;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -13px;
    top: -15px;
    left: unset;
    opacity: 1;
    color: #fff;
    font-size: 27px;
    background: #ee2034 url(https://vitysolar.vn/frontend/images/ik.png) no-repeat center center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.stoklist .image-modal .info_product_modal .title {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 18px;
}

.image-modal .info_product_modal .image img {
    height: 260px;
    object-fit: contain;
    border: solid 1px #ccc;
    margin-left: 5px;
}

.modal.fade.modal-First.show.stoklist .newsletter-content h2 {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.6px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
    color: #000;
    margin-top: 0px;
}

.newsletter-content .input-wrapper-inline {
    position: relative;
    max-width: 613px;
    width: 100%;
}

.newsletter-content .form-control {
    border: 1px solid #222;
    background: #fff;
    flex: 1;
    min-width: 40px;
    border-radius: 3px;
    min-height: 35px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    background-color: Transparent;
    padding: 7px 10px;
    height: auto;
    overflow: hidden;
    height: 35px;
    border: solid 1px #ddd;
    background-color: #fff;
    margin-bottom: 12px;
}

.modal-body .close {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    top: -33px;
    justify-content: center;
    right: -33px;
    left: unset;
    opacity: 1;
    color: #fff;
    font-size: 27px;
    background: #0d7182 url(https://vitysolar.vn/frontend/images/ik.png) no-repeat center center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 5px;
}

.newsletter-content .input-wrapper-inline button {
    border-radius: 3px;
    padding: 0;
    border-color: #0d7182;
    display: block;
    background-color: #0d7182;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    position: relative;
    line-height: 40px;
    text-align: center;
    width: 100%;
    font-weight: 400;
}

.modal-content {
    border: none;
}

.modal-body {
    padding: 0px;
}

.modal.fade.modal-First.show.stoklist {
    background: #cdcdcdcc;
    opacity: unset;
    opacity: 1 !important;
    transition: 1s ease;
    visibility: inherit;
}

.banner-product-news img {
    height: 420px;
}

h2.title-products-flash:hover {
    color: #f46020;
}


.stoklist {
    opacity: 0;
    visibility: hidden;
}


.modal.fade.modal-First.stoklist .modal-dialog {
    transform: translate(-50%, -250%) !important;
}

.logo_menu a img {
    opacity: 0;
}

.modal.fade.modal-First.show.stoklist .modal-dialog {
    transition: 1s ease;
    transform: translate(-50%, -50%) !important;
}


.modal-dialog.modal-dialog-centered {
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 16px;
    border-radius: 15px;
}

.abouthead {
    margin-top: -210px;
    position: relative;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.abouthead span {
    color: white;
    font-size: 27px;
    text-transform: uppercase;
}

.abouthead h2 {
    font-size: 60px;
    color: white;
    font-weight: 600;
}

.bar-menu {
    margin-left: 20px;
}

.bar-menu svg {
    height: 14px;
    fill: #fff;
    margin-right: 5px;
}

.bar-menu span {
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

.view__infor ul {
    display: flex;
    float: unset;
}

.view__infor ul li {
    width: fit-content;
    padding-left: 0px;
    padding-right: 17px;
    font-size: 14px;
}

.view__infor ul li span {
    color: #0d7182;
}

.view__infor ul li::before {
    content: unset;
}
.list-category-box{
    background: #f3f3f3;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
}
.list-category-box a {
    text-align: center;
}
.list-category-box a img{
    height: 250px;
    width: auto;
    object-fit: contain;
}
.list-category-box a  h3{
    color: black;
    font-size: 19px;
    font-weight: 700;
}
.list-category{
    margin-top: 20px;
}
.list-category-body .row{
    justify-content: center;
}
.listNew-box a{
    display: block;
}
.listNew-box a img{
    width: 135px;
    margin-right: 20px;
}
.listNew-content h3{
    font-size: 15px;
    line-height: 1.5;
    height: auto;
    max-height: 66px;
    overflow: hidden;
    display: inline-block;
    margin: 0px;
    transition: .4s;
    text-transform: uppercase;
    color: black;
    font-weight: 500;
}
.listNew-content .date {
    font-size: 13px;
}
.news-list-body .slick-dots {
    top: -25px;
    bottom: unset;
    right: 6px;
    left: unset;
    text-align: right;
}
.news-list-body .slick-dots li{
    border: 1px solid #0d7182;
    list-style: none !important;
}
.news-list-body .slick-dots li.slick-active{
    background-color: #0d7182;;
}
.listNew-box{
    margin-bottom: 10px;
}
.slick-dots li button::before{
    content: unset;
}
.slick-dots li button{
    width: 0px;
}

.submit-email{
    padding: 60px 0px 50px 0px;
    position: relative;
}
.submit-email::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: white;
    opacity: .5;
}
.submit-email .container .row .clm:nth-child(1){
    z-index: 1;
    position: relative;
}
.submit-email .container .row .clm:nth-child(2) img{
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    top: 50%;
  transform: translateY(-33%);
}
.submit-email-body p{
    color: black;
  line-height: 1.4;
  font-size: 14px;
}
.submit-email-body form{
    padding-top: 50px;
}
.submit-email-body form input{
    width: calc(100% - 23px);
    height: 50px;
    border-bottom: solid 1px #257f8f;
    padding: 0px 18px;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
}
.submit-email-body form button{
    position: absolute;
    width: 51px;
    height: 51px;
    z-index: 100;
    top: 0;
    right: 0;
    padding: 0;
}
.submit-email-body form .form-group{
    margin-top: 12px;
}
.close-mobile-ss{
    display: none;
}
.box-nd-pubnic {
    padding-bottom: 20px;
}
.item-ss-acserper textarea {
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    height: 70px;
}
.loc-select-news {
    display: none;
}
.box-text.text-left {
    min-height: 120px !important;
}
.content-pikey a h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.slideshow {
}
.content-pikey p {
    text-align: justify;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-slider-dichvu p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
@media (min-width:992px) {
    .fix-footer {
        display: none;
    }
    footer {
        padding-bottom: 0px;
    }
    .image-modal{
        display: flex;
    }
}

@media (max-width:586px) {
    .fix-footer-box span {
        font-size: 12px;
    }

    .fix-footer-box svg {
        height: 17px;
    }

    .fix-footer-box img {
        height: 20px;
    }
    .news-content{
        padding: 10px;
    }
    .news__title{
        height: 40px;
    }
}





@media (max-width: 1400px) {
    .menu>ul>li>a {
        line-height: 28px;
        padding: 20px 10px;
    }
    .submit-email .container .row .clm:nth-child(2) img{
        height: 78%;
    }
}
@media (max-width: 1200px) {
    .submit-email .container .row .clm:nth-child(2) img{
        height: 53%;
    }
}

@media (max-width: 992px) {
    video.video-bg.fill.visible {
        display: none;
    }
    section.slideshow {
        display: block;
    }
    .float-contact.float-contact-mobile {
        display: none;
    }
    
    a#suntory-alo-phoneIcon {
        display: none;
    }
    .box-dichvu .content-slider-dichvu h4{
        min-height: 53px;
    }
    .box-select-news select {
        width: 200px;
        border-radius: 5px;
        padding: 0px 11px;  
    }
    .box-select-news {
        padding: 0px;
    }
    section.list-news-pages {
        padding: 0px;
    }
    .close-mobile-ss{
        display: block;
    }
    .close-mobile-ss {
        position: absolute;
        right: 15px;
        top: 10px;
    }
    
    .close-mobile-ss i {
        font-size: 20px;
        color: #333;
    }

.bg-mobile-bef {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000096;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.sidebar-inner-box {
    display: none;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    right: 0;
    background: #fff;
    bottom: 0;
    width: 80%;
    margin: 0px;
}

.loc-select-news {
    padding-bottom: 8px;
    display: block;
}
.loc-select-news button i {
    padding-right: 10px;
}
.loc-select-news button {
    color: #000;
    height: 40px;
    font-size: 18px;
    font-weight: 700;
}

.box-title-top-list-news {
    display: block;
    text-align: center;
}

.brack-list-new ul {
    justify-content: center;
}

.box-select-news.loc-mobiles {
    text-align: center;
    padding-bottom: 15px;
}










    .submit-email .container .row .clm:nth-child(2) img{
        display: none;
    }
    .category {
        display: block;
    }

    .menu-mobile-right {
        display: flex;
    }

    .product-desktop {
        margin: 0px 0px;
    }

    #menu .container-fluid {
        padding: 0px 15px;
    }

    .header {
        z-index: 2;
    }

    .slideshow .slick-arrow {
        display: none !important;
    }

    .ban-view {
        padding-top: 100px;
        padding-bottom: 150px;
        background-color: #00000082;
    }

    .slide__title {
        font-size: 50px;
        text-align: center;
    }

    .slide__desc {
        text-align: center;
    }

    .slide__more span {
        margin: 0 auto;
        padding: 5px 40px;
        margin-top: 15px;
    }

    .projectRb-btn-right {
        display: none;
    }

    .tablinks {
        margin-right: 15px;
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .tablinks.active {
        color: #9bcb3d;
        font-size: 15px;
        height: auto;

    }

    .slick-arrow {

        width: 30px;
        height: 30px;
        border: 2px solid white;
    }

    .slick-prev {
        left: 5px;
    }

    .slick-next {
        right: 5px;
    }

    .follow .item {
        margin-bottom: 10px;
    }

    .follow .icon {
        width: 55px;
    }

    .foot_ul1 {
        flex-wrap: wrap;
    }

    .foot_li1 {
        width: 100%;
    }

    .foot_ul2 {
        display: none;
    }

    .foot_ul2.mystyle {
        display: block;
    }

    .foot_ul2 a {
        padding-left: 10px !important;
    }

    #footer-foot_nav ul li a {
        border-bottom: 1px solid #f2f2f2;
        padding: 7px 0px;
        margin: 0;
        font-weight: 600;
    }

    .footer-top {
        padding-bottom: 8px;
        padding-top: 8px;
    }


    .footer-left {
        justify-content: center;
    }

    .link-box {
        justify-content: center;
        display: flex;
        overflow-x: scroll;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;

    }

    footer .build {
        text-align: center;
    }

    .container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .box_folder_products h3 a {
        line-height: 1.5;
        font-size: 17px;
    }

    .banner {
        background-color: whitesmoke;
        padding: 30px 0px;
    }

    .banner img {
        height: 400px;
    }

    .follow {
        display: none;
    }

    .projectRb {
        padding-bottom: 30px;
    }

    .seemore-cnt {
        display: block;
    }

    #button-contact-vr {
        display: none;
    }
}

@media (max-width: 768px) {
    .form_tuvan .form{
        width: 85%;
        max-width: 85%;
    }
    .info_product_modal {
        width: 100%;
        height: 100%;
    }

    .newsletter-content {
        margin-left: auto;
        text-align: center;
        padding: 20px;
        float: right;
        width: 100%;
    }
}


@media (max-width: 586px) {
    .footer-bottom{
        padding-bottom: 85px;
    }
    section.box-kyhop {
        padding-top: 20px;
    }
    .btn-view-public{
        text-align: left;
    }
    section.resd-sund {
        padding-bottom: 20px !important;
    }
   
    .item-img-key-pull img {
        height: 300px;
    }
    .slide__title {
        font-size: 30px;
        line-height: 1.2;
    }
    section.news-thitruong{
        padding-bottom: 20px;
        padding-top: 10px;
    }
    .slide__desc p {
        color: white;
        font-size: 15px;
    }

    .projectRb-btn-left {
        overflow-x: scroll;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: left;
    }

    .product-desktop {
        display: none;
    }

    .product-mobile {
        display: block;
    }

    .box_folder_products {
        margin-bottom: 10px;
    }

    .box_folder_products {
        padding: 10px;
    }

    .box_folder_products h3 a {
        font-size: 14px;
    }

    .link-box {
        justify-content: left;
    }

    .projectRb .slick-arrow {
        top: 25%;
    }

    .list_thuong_hieu .nav-pills>li .image {
        height: 115px;
    }

    .list_thuong_hieu .nav-pills>li img {
        height: 115px;
    }

    .categories_info span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}

@media (max-width: 1300px) {
    .header.fixed .logo-scroll img {
        width: 120px;
    }

    .logo-desk {
        width: 100px;
    }
}

@media (max-width: 992px) {
    .clm.order-mobile-ss1 {
        order: 2;
    }
    .box-select-news.active .sidebar-inner-box {
        display: block;
    }
    
    .box-select-news.active .bg-mobile-bef {
        display: block;
    }
    .slick-dots {
        bottom: -20px;
    }

    .product-list-right ul {
        display: none;
    }

    .abouthead span {
        font-size: 14px;
    }

    .abouthead h2 {
        font-size: 45px;
    }

    .abouthead {
        padding-top: 40px;
    }

    h2.product-list__title {
        padding: 8px 10px 7px 10px;
    }

    .service-delivery-box {
        display: block;
        text-align: center;
    }

    .service-delivery__img {
        width: 55px;
    }

    .service-delivery__img {
        margin: 0 auto;
        margin-bottom: 15px;
    }

    h2.news-list__title {
        padding: 8px 10px 7px 10px;
    }

    .abouthead {
        margin-top: -80px;
        background-size: auto;
        background-position: top;
    }
    .box-form-krypop .form {
        width: 100%;
        max-width: 95%;
      }
}

@media (max-width: 568px) {
    .abouthead__title {
        font-size: 13px;
    }

    .abouthead h2 {
        font-size: 36px;
        margin-bottom: 0px;
    }

    .abouthead {
        padding-top: 50px;
    }

    .service-delivery-body {
        padding: 0px;
    }

    .service-delivery__info h5 {
        font-size: 11px;
    }

    .service-delivery__info p {
        font-size: 11px;
    }

    .service-delivery__img {
        width: 35px;
    }

    .service-delivery__img {
        margin-bottom: 10px;
    }

    h2.product-list__title,
    h2.news-list__title {
        font-size: 14px;
        min-width: 155px;
    }

    .product-list-right a {
        font-size: 13px;
    }

    .product__price,
    .product__price span {
        display: block;
        text-align: center;
    }

    .cart__product .box_cart {
        font-size: 13px;
    }

    .product__title {
        font-size: 14px;
    }

    .product-list-body {
        padding: 10px 0px;
    }

    .news-list-body {
        padding: 10px 0px;
    }

    .news-list::after {
        content: none;
    }

    .news__title {
        font-size: 14px;
    }

    .news-content .desc p {
        font-size: 13px;
    }

    .read-detail {
        font-size: 12px;
    }

    .abouthead {
        margin-top: -50px;
    }

    .abouthead-content {
        padding-top: 0px;
    }

    .group-title .title h2 {
        font-size: 21px !important;
    }

    .sidebar-product-box h4 {
        color: #0d7182;
        font-weight: 800;
        font-size: 23px !important;
    }

    .news-box {
        padding: 0px 5px;
    }

    .product-list-box {
        padding: 0px 5px;
    }

    .service-delivery-box {
        padding: 0px 0px;
    }
    .list-category-box a h3{
        color: black;
        font-size: 14px;
    }
    .list-category-box a img
    {
    height: 150px;
    }
    .list-category-box
    {
    margin-bottom: 10px;
    }
}

a:focus {
    outline: unset;
}
.content-page td,
.content-page tr, 
.content-page table{
    border: 0px solid #80808000;
}