@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

h2 {
    font-family: "Playfair Display", serif !important;
}
.box-input-right-newsp ::placeholder {
    color: #fff;
}
* {
    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%;
}

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: #1c3b8d;
}

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: #1c3b8d;
    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;
}


.header {

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.header.fixed {
    background-color: #1c3b8d;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    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 {
    width: 200px;
}

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

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

.width_fix_logo {
    width: 184px;
    padding: 0 15px;
    float: left;
}

.logo-head {
    z-index: 301;
    width: 200px;
    padding-left: 50px;
}

.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(#f00, #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 #1c3b8d;
}

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

.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: 100%;
    height: 100%;
    display: flex;
    text-align: right;
    position: unset;
} */
.box-header-desktop-sencire {
    display: flex;
    align-items: center;
}
.menu-desktop .nav-main {
    display: inline-flex;
    align-items: center;
}

.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, #1c3b8d 14px);
}

.menu>ul>li.megamenu {
    position: unset;
}
.swiper-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000059;
}

.container.box-container-mobile {
    position: relative;
}
.menu ul li a {
    color: white;
    font-size: 14px;
    padding: 0 16px;
    line-height: 20px;
    font-weight: 400;
    width: 100%;
    display: inline-block;
}
li.nav-item.contact-header a {
    color: #FFFFFF;
    background-color: #1c3b8d;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 32px 10px 32px;
    display: inline-block;
}
.menu>ul>li>a {
    line-height: 28px;
    padding: 23px 20px;
    font-weight: 400;
    text-transform: capitalize;
}

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

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

.nav-sub-in {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #ffffff;
    /*! border-top: 5px solid #1c3b8d; */
    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: #1c3b8d;
}

.nav-main li .nav-sub li {
    width: 100%;
}

.nav-main li .nav-sub li a {
    text-align: left;
    white-space: nowrap;
    padding: 6px 15px;
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #3f4245;
}

.nav-main li .nav-sub li:last-child a {
    border-bottom: none;
}

.nav-main li .nav-sub li a:hover {
    color: #1c3b8d;
}

.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: #1c3b8d;
}

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

.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 */
.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: #f5f5f5;
    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: black;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.product-list-right ul li a {
    font-size: 12px;
    color: #111;
    font-weight: 500;
    margin-right: 20px;
}

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

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

.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: 4px;
}

.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: 15px;
    color: #da2128;
    font-weight: 600;
}

.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-list::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 42%;
    width: 100%;
    content: "";
    background-color: #f5f5f5;
}

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

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

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

.news-list-head {
    border-bottom: 2px solid #1c3b8d;
    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;
}

.news-content .desc p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: rgb(96, 96, 96);
    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: #1c3b8d;
    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 #1c3b8d;
    display: inline-block;
    padding: 11px 10px;
    width: 264px;
    border-radius: 15px;
}

.support_client .box_left .nd_left a:hover {
    background-color: #1c3b8d;
}

.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: #F00;
    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: #1c3b8d;
}

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

.dat_hang button {
    border: none;
    background: #1c3b8d;
    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: #1c3b8d !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: #1c3b8d;
    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;
}

.doitac {
    padding: 38px 0 30px;
    clear: both;
    display: block;
    background-color: #f6f6f6;
}

.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: #1c3b8d;
    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(#1c3b8d, #1c3b8d);
    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: #1c3b8d;
    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: #1c3b8d;
}

.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: #1c3b8d;
}

.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: #1c3b8d;
    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: #1c3b8d;
}

.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: #1c3b8d;
}

.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: #1c3b8d;
}

.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: #1c3b8d;
    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;
}

.product-outstanding-body .listProduct .clm:nth-child(4) > .list-category-box > a {
    display: flex;
    /* CÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡c thuÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢c tÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­nh CSS khÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡c cho phÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§n tÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ 'a' nÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿u cÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§n thiÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿t */
}
.product-outstanding-body .listProduct .clm:nth-child(5), .product-outstanding-body .listProduct .clm:nth-child(4){
width: 50%;
}
.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 #1c3b8d;
}

.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: #1c3b8d;
    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: #1c3b8d;
    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: #1c3b8d;
    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 #1c3b8d;
}



.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: #1c3b8d;
}



.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: #1c3b8d;
}

/* Tab active */
.tablinks.active {
    color: #1c3b8d;
    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: #1c3b8d;
    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 #1c3b8d;
}



.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: #1c3b8d;
}

.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;
}

.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: #1c3b8d;
    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: #1c3b8d;
}

.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: 100%;
}

.page_news .news_item .image {
    width: 100%;
}

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

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

.news_item .news_infor {
    width: calc(100% - 0px);
    /* background-image: linear-gradient(50deg, #ebebeb, #ebebeb); */
    padding: 15px 8px 8px;
    position: relative;
}

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

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

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

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

.news_rale .news_item {
    display: flex;
    margin-bottom: 15px;
}

.news_item .news_infor h3 {
    margin: 0 0 6px;
}

.news_item .news_infor h3 a {
    color: #717173;
    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: #1c3b8d;
}

.page_news .news_item .news_infor h3 a {
    font-size: 20px;
    font-family: "Playfair Display", serif !important;
    line-height: 1.7;
}

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

.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-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9999;
    background-color: #000;
}
.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: #1c3b8d;
    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: #1c3b8d;
}

.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: #1c3b8d;
}

.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: #1c3b8d;
    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: #a3a3a3;
    border-top: 1px solid #1c3b8d;
}

.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: #105095 !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: #1c3b8d;
    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: #1c3b8d;
}

.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: #1c3b8d;
    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: #1c3b8d;
}

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

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

.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: #1c3b8d;
}

.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: #1c3b8d;
}

.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 #1c3b8d;
}

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

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

.project {
    margin-top: 30px;
    background-color: #f5f5f5;
    padding: 15px 13px;
}

.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 #1c3b8d;
}

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

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

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



.project h3 {
    margin: 0;
    padding-bottom: 10px;
    line-height: 22px;
    font-weight: 700;
    font-size: 18px;
    display: block;
    color: #1c3b8d;
    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: #1c3b8d;
    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: #1c3b8d;
}

.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: #1c3b8d;
    font-size: 30px;
    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;
}

.box_news_detail .news_note {
    padding: 10px 22px;
    background-color: #eee;
    color: #333;
    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;
}

.news_rale {
    width: 100%;
    margin: 0 auto;
    color: #717173;
    padding-top: 20px;
}

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

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

.box_images_detail {
    position: relative;
    border-radius: 10px;
    margin-bottom: 31px;
}

.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 #1c3b8d; */
}

.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: #1c3b8d;
}

.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: #1c3b8d;
    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: #1c3b8d;
    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: #1c3b8d;
    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: #1c3b8d;
    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: #1c3b8d;
    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: 0px 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;
    height: 215px;
    overflow: hidden;
}

.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;
}

.para_product {
    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 #1c3b8d;
}

.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: #333;
    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: #717173;
    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: #1c3b8d;
    border: none;
    height: 40px;
    width: 150px;
    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: #1c3b8d;
    border-color: #1c3b8d;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 5px 12px 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #1c3b8d;
    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-bottom: 30px;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgb(223, 223, 223);
}

.evaluate__title {
    color: #1c3b8d;
    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: #1c3b8d;
    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: 85px 0 10px;
    color: #fff;
    /* background: rgba(12, 112, 130, 0.8); */
    display: inline-block;
    width: 100%;
    /* background-color: #000; */
}
.footer-top-right {
    padding-left: 10px;
}
.box-footer-main-info {
    color: #fff;
}
.logo-footer {
    width: auto;
    margin-bottom: 5px;
}
.logo-footer img {
    width: 140px;
    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: 15px;
    position: relative;
    font-weight: 500;
    color: #fff;
}
.title-footer:before {
    content: "";
    width: 70px;
    height: 2px;
    background-color: #1c3b8d;
    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: 28px;
    font-size: 14px;
    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: rgba(12, 112, 130, 0.8);
}

.footer-bottom {
    background-color: rgba(12, 112, 130, 0.8);
    padding: 10px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: solid 1px #eee;
}
.coppy-right {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #fff;
}
.box-footer{
    margin-bottom: 15px;
}

.camnhan_kh {
    background: #fff;
    padding: 0px 0 50px;
    position: relative;
    z-index: 1;
}

.camnhan_kh:before {
    /* content: ""; */
    height: 50px;
    width: 100%;
    /* background-image: url(../images/line_top_1.png); */
    background-repeat: repeat-x;
    position: absolute;
    top: -14px;
    left: 0px;
    z-index: 3;
}
.title_khachhang {
    text-align: center;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}
.title_khachhang p {
    padding: 15px;
}
.camnhan_kh .title_khachhang h2 {
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 0;
    color: #333;
    margin-bottom: 3px;
    font-size: 30px;
}

.title_khachhang p {
    line-height: 24px;
    max-width: 680px;
    font-size: 15px;
    text-align: center;
    margin: auto;
    color: #333;
    text-transform: initial;
}
.item-ho-tro {
    text-align: center;
    border-radius: 10px;
    padding: 15px;
    margin: 0 10px;
    color: #fff;
}

.item-ho-tro .icon-ho-tro {
    margin: auto;
}
.contet-nnt.tin-tuc-home-in .slick-dots {
    position: absolute;
    display: block !important;
    left: 50%;
    transform: translate(-50%, -70%);
}

.contet-nnt.tin-tuc-home-in .slick-dots li {
    width: 13px;
    height: 14px;
    background: #1c3b8dc7;
}



.contet-nnt.tin-tuc-home-in .slick-dots .slick-active {
    background:#1c3b8d;
}

.contet-nnt.tin-tuc-home-in:before {
    background-color: #00000063;
    background-position: bottom center;
    background-size: cover;
    opacity: 0.1;
    content: "";
    background-image: url(https://templatekit.jegtheme.com/sometea/wp-content/uploads/sites/168/2021/09/bg-small@2x.png);
    width: 100%;
    height: 100%;
    position: absolute;
}

.contet-nnt.tin-tuc-home-in {
   position: relative;
}
.info-ho-tro-desc {
    font-size: 15px;
    color: #333;
    margin: 0px 0px 10px 0;
    padding: 14px 20px;
    line-height: 25px;
    border-radius: 22px;
    text-align: center;
    display: block;
    float: left;
    font-weight: 300;
    width: 100%;
    background-color:rgb(171 168 168 / 30%);
}

.icon_ykien img {
    margin: 20px auto;
    width: auto;
    display: none;
}

.item-ho-tro h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    text-transform: none;
	color: #333;
}

.item-ho-tro .info-ho-tro-desc p {
    font-size: 15px;
}

.item-ho-tro p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}
.icon_ykien::before {
    content: "\f10d";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    display: block;
    font-size: 60px;
    line-height: 1;
    color: #333;
    margin-bottom: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.item-ho-tro .icon-ho-tro {
    margin: auto;
	text-align: center;
	padding-bottom: 10px;
	color: #333;
}
.icon-ho-tro img {
    height: 80px;
    width: 80px;
    margin: auto;
    border-radius: 50%;
}
.section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
    /* background: #edf2f8; */
}

.footer:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://templatekit.jegtheme.com/sometea/wp-content/uploads/sites/168/2021/09/leaf@2x.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    opacity: 0.1;
    filter: brightness(0.5);
}



.title_news {
    text-align: center;
    padding-bottom: 20px;
}
.title-section {
    color: #1c3b8d;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 8px;
}
.col-inner {
    position: relative;
}
.col-inner .box {
    border: 1px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
    height: inherit;
    border-radius: 10px;
    background-color: #fff !important;
}
.box-image img {
    width: 100%;
    object-fit: cover;
    height: 350px;
}
.text-left {
    text-align: left!important;
}
.blog-post-inner {
    padding: 10px 10px 10px 10px;
}
h5.post-title.is-large.text-left {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.15px;
    line-height: 27px;
    margin: 0;
}
.TagSubPost a {
    background-color: #f5fff2;
    background: linear-gradient(0deg, rgba(22, 83, 175, .05), rgba(22, 83, 175, .05)), #fcfcfc;
    background-size: auto, auto;
    border-radius: 2px;
    color: var(--color-2);
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 21px;
    margin: 6px 0px 0px;
    padding: 2px 4px;
    background-color: rgb(245 255 242);
}
.blog-post-inner .timePost {
    align-items: center;
    color: #0f172a;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 0.3px;
    line-height: 24px;
    margin: 6px 0px 0px;
}
.timePost .time {
    color: #0f172a;
    font-size: 13px;
    letter-spacing: 0.25px;
    line-height: 21px;
    margin: 0px 4px 0px 0px;
    padding: 0;
}
.timePost .time i {
	padding-right: 5px;
}
.NameAuthor {
    color: #475569;
    font-size: 13px;
    padding-left: 5px;
    line-height: 1;
}
.description-post {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #475569;
    font-size: 14px;
    line-height: 21px;
    margin-top: 5px;
    font-weight: 300;
}

.list-news2 {
    position: relative;
}

.list-news2::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.list-news2::-webkit-scrollbar-thumb {
    background-color: #333;
}
.list-news2 .list-news2-item .info p {
    padding: 10px 0px;
}
.list-news2 .list-news2-item {
   padding-bottom: 30px;
    display: flex;

}

.list-news2 .list-news2-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.list-news2 .list-news2-item .image {
    position: relative;
    width: 50%;
    margin-right: 10px;
    overflow: hidden;
}

.list-news2 .list-news2-item .image img {
    object-fit: cover;
    height: 240px;
    border: solid 1px #fff;
    width: 100%;
    transition: 0.5s;
}

.list-news2 .list-news2-item .image:hover img {
    transform: scale(1.1);
}

.list-news2 .list-news2-item .info {
    padding-left: 20px;
    width: 50%;
}

.list-news2 .list-news2-item h3 {
    margin-bottom: 5px;
    margin-top: 1px;
    width: 100%;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 17px;
    line-height: 20px;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.elementor-button-text-rese a {
    padding: 15px 32px 15px 32px;
    background-color: #1c3b8d;
    display: inline-block;
    color: #fff;
}
.list-news2 .list-news2-item h3 a {
    font-size: 20px;
    color: #000;
    text-align: left;
}

.list-news2 .list-news2-item .info .desc_in {
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: justify;
}

.list-news2 .list-news2-item h3 a:hover {
    color: var(--color-2)
}
.list-news2-item .info p {
    font-size: 13px;
    padding-bottom: 0px;
}
.line_title img {
    width: auto;
}
.line_title {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.section-3 .title_khachhang {
	margin-top: 0
}
.section-3 .title_khachhang h2 {
	text-transform: capitalize;
    font-weight: 700;
    margin-top: 0;
    color: #333;
    margin-bottom: 3px;
    font-size: 25px;
}
.section-3 .title_khachhang p {
    color: #333;
	margin-bottom: 30px;
}







.box-title-content-banner {
    width: 526px;

    height: 772px;
    background-image: linear-gradient(170deg, #1c3b8d 84%, #F2295B00 56%);
}

section.slideshow {
    position: relative;
}

.box-content-section-banner {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 220px 40px 220px 40px;
}

.box-content-section-banner h2 {
    font-weight: 600;
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px;
}

.box-content-section-banner p {
    font-size: 16px;
    color: #fff;
}

.box-content-section-banner button {
    padding: 15px 32px;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 35px;
    font-size: 16px;
}

.social-icons ul {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.social-icons ul li {
    padding-right: 20px;
}

.social-icons ul li a i {
    color: #fff;
    font-size: 16px;
}


.title-hedding-about p {
    color: #1c3b8d;
    font-size: 16px;
    font-weight: 700;
}



h2.feelast {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2em;
    color: #000;
    padding-bottom: 20px;
}

.icon-secion-comitnone img {
    width: 50px;
    height: 50px;
}

.paginatione {
    text-align: center;
    padding: 20px 20px 30px 20px;
    background-color: rgb(240, 240, 240);
}

.paginatione span {
    font-size: 42px;
    color: #000;
    position: relative;
    display: inline-block;
    padding: 0px 20px;
    font-weight: 700;
}

.paginatione span:before {
    content: "+";
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 25px;
    font-weight: 700;
    /* color: #1c3b8d; */
}

.paginatione p {
    font-size: 16px;
}


.swiper-slide-img {
    position: relative;
}

.swiper-slide-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}


.list-time-footer span {
    font-size: 15px;
}

.list-time-footer {
    padding: 20px 5px;
}

.list-time-footer span i {
    color: #1c3b8d;
}

.type-time-new p {
    font-size: 15px;
    padding-bottom: 20px;
}

ul.footer-link li {
    padding-bottom: 10px;
}
.box-coipy span {
    color: #fff;
    display: inline-block;
}

.box-coipy p {
    color: #fff;
    font-size: 14px;
}

.copy-right-ss2 {
    background: #000;
}

.box-coipy {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    border-top: 1px solid #7c79799e;
}
@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: 1200px;
    }

    .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: 1170px;
    }

    .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) {

    .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: 18px !important;
    }

    .box_search svg {
        height: 15px !important;
    }

    .menu-desktop {
        display: none !important;
    }

    .bar-menu--mobile {
        margin-left: 0px !important;
    }

    .bar-menu--mobile,
    .box_search--mobile {
        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: #1c3b8d;
        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: auto;
    }

    .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: #1c3b8d;
    }

    .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) {
    .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: 30px 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) {

    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 30px;
    }

    .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 #1c3b8d;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 3px;
    color: #1c3b8d;
    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: red;
    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;
}
.post-news-key {
    padding: 0px !important;
    padding-bottom: 20px !important;
    font-style: normal !important;
    font-size: 14px !important;
}
p.contai-youname-time {
    padding: 5px 0px !important;
    font-style: normal !important;
    font-size: 14px !important;
}
.fix-footer {
    z-index: 99999;
    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: #da2128;
}

.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;
}
.btn-ngan-text {
    background: #1c3b8d;
    color: #fff;
    padding: 5px 20px;
}
.modal-body .close {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    top: -8px;
    justify-content: center;
    right: -11px;
    left: unset;
    opacity: 1;
    color: #fff;
    font-size: 27px;
    background: #1c3b8d 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: #1c3b8d;
    display: block;
    background-color: #1c3b8d;
    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%);
    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;
    display: none;
}

.bar-menu svg {
    height: 14px;
    fill: white;
    margin-right: 5px;
}

.bar-menu span {
    font-size: 14px;
    color: white;
}

.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: #1c3b8d;
}

.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: 21px;
    font-weight: 700;
}
.list-category{
    margin-top: 20px;
}
.list-category-body .row{
    justify-content: center;
}
.section-pangery span {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-bottom: 20px;
    display: inline-block;
}

.progress-group {
    padding-top: 20px;
}
.section-pangery p {
    color: #7A7A7A;
    font-size: 16px;
}
.box-img-aboutus {
    height: 100%;
    width: 100%;
}

.box-img-aboutus img {
    width: 100%;
    height: 100%;
}


.box-img-item-ships img {
    height: 315px;
}
.boxs-conmeni-ships {
    margin: 0px;
    padding: 40px 20px 80px 20px;
}

.item-ships {
    position: relative;
    padding: 20px;
    padding-top: 0px;
}

.content-ships {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99;
}

.content-ships h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

.content-ships p {
    color: #fff;
}

.boxx-all-contai:before {
    content: "";
    position: absolute;
    /* width: 100%; */
    /* height: 100%; */
    background: #00000080;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.boxx-all-contai {
    position: relative;
}

section.about-us-section {
    padding-bottom: 100px;
}


.skill-bar-content {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding-bottom: 10px;
}

.skill-bar {
    background-color: #EFEFEF;
    height: 8px;
    position: relative;
}

.progress-skill-bar .skill-track {
    background: #1c3b8d;
    width: 90%;
    height: 8px;
}

span.number-percentage.loaded {
    position: absolute;
    right: 0;
    top: -33px;
    z-index: 1;
}

.progress-skill-bar {
    padding-bottom: 20px;
}
.btn-text-caseoption a {
    color: #FFFFFF;
    background-color: #1c3b8d;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 32px 15px 32px;
    display: inline-block;
    margin-top: 20px;
}























.box-video-product-pages iframe {
    width: 100%;
    height: 545px;
}



.elementor-background-overlay-video {
    background-image: url(https://templatekit.jegtheme.com/sometea/wp-content/uploads/sites/168/2021/09/leaf@2x.png);
    background-position: center center;
    opacity: 0.03;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    position: absolute;
}

section.elementor-section-video {
    background: #1c3b8d;
    padding: 85px 0px 0px 0px;
    z-index: 4;
    position: relative;
}

.box-ss-oloption {
    position: relative;
    z-index: 99999;
}

.title-section-cake {
    text-align: center;
}

.title-section-cake h2 {
    font-weight: 600;
    font-size: 38px;
    color: #fff;
}

.title-labeloption p {
    width: 600px;
    font-size: 16px;
    color: #fff;
/* 0pxcontain
    -intrinsic-block-size: auto 100px;0px 0px 40px
    contain-intrinsic-block-size: auto 100px; */
    padding: 0px 0px 40px 0px;
    margin: 0 auto;
}

.box-video-product-pages {
    position: relative;
    margin-bottom: -100px;
    height: 540px;
}
.box-video-product-pages img {
    height: 100%;
}


section.elementor-section-our-menu {
    padding: 180px 0px 30px 0px;
}

.icon-play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-play-video i {
    font-size: 30px;
    color: #fff;
    padding: 2px 0px 0px 5px;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-play-video a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 0 currentColor;
    animation: jkit-ripple 3s infinite;
    opacity: .6;
    z-index: -1;
}
@keyframes jkit-ripple {
    70% {
    -webkit-box-shadow: 0 0 0 15px currentColor;
    box-shadow: 0 0 0 15px currentColor;
    opacity: 0;
}
100% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0;
}
}

.icon-play-video a:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 0 currentColor;
    animation: jkit-ripple 3s infinite;
    opacity: .6;
    z-index: -1;
}





.content-ss1-ourt {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: #fff;
}

.item-ss-our-ss1 {
    position: relative;
}

.content-ss1-ourt h2 {
    color: #fff;
    font-size: 24px;
}

.content-ss1-ourt p {
    font-size: 14px;
}
.box-all-item-ss2 {
    display: flex;
    padding-top: 20px;
    justify-content: space-between;
}

.item-1-ss2-kayle {
    width: 48%;
}









span.title-pepop {
    font-size: 16px;
    font-weight: 700;
}
.box-inner-boxed {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.widget h2 {
    font-size: 21px;
    margin: 0px;
    font-weight: 600;
    text-transform: math-auto;
    color: #1c3b8d;
}

.elementor-divider-separator {
    width: 308px;
    border: 1px dashed #EAEAEA;
    margin: 0px -4px;
}

.elementor-widget-price span {
    margin: 0px;
    font-size: 20px;
}

.title-bottom-kayle p {
    margin-top: 15px;
}

.box-right-content-our-menu p {
    font-size: 16px;
}

.box-right-content-our-menu h2 {
    font-size: 38px;
    color: #000;
    font-weight: 700;
}

.box-content-keyle-right {
    padding: 10px 0px;
}

.box-inner-boxed {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.widget h2 {
    font-size: 21px;
    margin: 0px;
    font-weight: 600;
    text-transform: math-auto;
}

.elementor-divider-separator {
    width: 308px;
    border: 1px dashed #EAEAEA;
    margin: 0px -4px;
}



.title-bottom-kayle p {
    margin-top: 15px;
}

.box-right-content-our-menu p {
    font-size: 16px;
}

.box-right-content-our-menu h2 {
    font-size: 38px;
    color: #000;
    font-weight: 700;
}

.box-content-keyle-right {
    padding: 10px 0px;
}
a.boxx-abou-banner-ss2 {
    padding: 15px 32px;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 35px;
    font-size: 16px;
    display: inline-block;
}


.cart-btn-kayle a {
    color: #FFFFFF;
    background-color: #1c3b8d;
    padding: 15px 32px 15px 32px;
    display: inline-block;
    margin-top: 30px;
    text-transform: capitalize;
}
.readM a i {
    padding-left: 5px;
}
.cart-btn-kayle {
    text-align: left;
}


section.elementor-section-subr {
    background-attachment: fixed;
    background-image: url('https://templatekit.jegtheme.com/sometea/wp-content/uploads/sites/168/2021/09/harvest-on-tea-plantation-e1632364149575.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0px 120px 0px;
    position: relative;
    margin-bottom: 100px;
    height: 490px;
}

section.elementor-section-subr:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000045;
    content: "";
    top: 0;
}

.box-ss-subri {
    position: relative;
    z-index: 9;
}

.fun-fact-inner-img img {
    width: 60px;
    height: 60px;
}

.number-loaded span {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    position: relative;
}

.fun-fact-inner-box {
    text-align: center;
    background-color: #ffffff3d;
    padding: 20px 20px 20px 20px;
    backdrop-filter: blur(7.5px);
}

.tea-ss-subr{
    color: #fff;
    font-size: 16px;
    display: inline-block;
}


.number-loaded {
    padding-top: 10px;
}

.newsletter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-left-tampleter {
    padding-right: 20px;
    width: 50%;
}
.form-sub-contriu {
    width: 50%;
}
/* .box-right-temtpler {
    width: 50%;
} */

.newsletter {
    background: #1c3b8d;
    padding: 40px 40px 40px 40px;
    margin-top: 60px;
}

.item-letter span {
    font-size: 16px;
    color: #fff;
}

.item-temkert h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.new-item-temtpler p {
    font-size: 16px;
    color: #fff;
}

.box-input-right-newsp input {
    padding: 16px 0px 16px 30px;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
}

.box-input-right-newsp {
    width: 63%;
}

.box-right-temtpler {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-button-right-newsp {
    text-align: center;
    width: 35%;
    background: #fff;
    padding: 16px 20px 16px 20px;
}

.box-button-right-newsp button {
    font-size: 14px;
    color: #1c3b8d;
    padding: 0px;
}

.box-button-right-newsp button i {
    margin-right: 15px;
}


.readM {
    margin-top: 1.5rem;
    font-size: 14px;
}

.contet-nnt .slick-arrow i {
    font-size: 15px;
    color: #333;
    margin-top: 2px;
}

.list-news2-item .info h3 a {
    font-family: "Playfair Display", serif !important;
    line-height: 1.4;
}



.content-address-footer p {
    font-size: 16px;
}

.elementor-social-icons-footer ul {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.elementor-social-icons-footer ul li {
    width: 40px;
    height: 40px;
    background: #1c3b8d;
    margin-right: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.elementor-social-icons-footer ul li a i {
    color: #fff;
    font-size: 16px;
}

.float-contact.float-contact-mobile button {
    display: block;
}

.suntory-alo-ph-img-circle {
    background: #fbb311;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #b881065e;
}

.suntory-alo-phone {
    display: flex;
    justify-content: center;
}

.suntory-alo-ph-img-circle img {
    width: 30px;
    height: 30px;
}

.float-contact.float-contact-mobile a img {
    width: 55px;
    height: 55px;
}

.d-none.d-lg-block {
        padding: 5px 10px;
    background: var(--color-2);
    color: #FFF;
    position: absolute;
    top: 21px;
    left: 62px;
    border-radius: 5px;
    font-size: 16px;
    white-space: nowrap;
}




span.d-lg-block {
    padding: 5px 10px;
    background: #fbb311;
    color: #FFF;
    position: absolute;
    top: 78%;
    left: 83px;
    border-radius: 5px;
    font-size: 16px;
    white-space: nowrap;
}
.title-bottom-kayle ul li {
    list-style: disc;
    margin-left: 20px;
}
.box-video-product-pages video {
    width: 100%;
    height: 100%;
}
span.d-lg-block:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #fbb311 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;
}
.item-ss-our-ss1 img {
    height: 100%;
}

.item-ss-our-ss1 {
    height: 100%;
    width: 100%;
}

.box-all-ss-ours {
    height: 100%;
    width: 100%;
}

.img-deatil-ss2-news {
    width: 40%;
}

.content-news-bapesion {
    width: 60%;
    margin-left: 20px;
}

.item-ss-detail-news {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 15px;
}

.content-news-bapesion p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.heading-deatil-news h2 {
    font-weight: 700;
    font-size: 30px;
    padding-top: 35px;
    color: #1c3b8d;
}

.box-all-content-lienquan {
    position: sticky;
    top: 0px;
}

.suntory-alo-ph-img-circle:hover {
    background: red;
   border: 4px solid red;
}
.title_khachhang .line_title {
    display: none;
}
.box_search {
    display: none;
}
.title.title-img span {
    font-size: 30px;
    color: #1c3b8d;
}














.modal.fade.modal-First.stoklist.shows {
    background: #cdcdcdcc;
    opacity: unset;
    opacity: 1 !important;
    transition: 1s ease;
    visibility: inherit;
}

.modal-dialog.modal-dialog-centered.shows {
    transition: 1s ease;
    transform: translate(-50%, -50%) !important;
}

.modal.fade.modal-First.stoklist.shows .modal-dialog.modal-dialog-centered {
    transition: 1s ease;
    transform: translate(-50%, -50%) !important;
}
@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;
    }

}




@media (max-width: 1400px) {
    .menu>ul>li>a {
        line-height: 28px;
        padding: 20px 10px;
    }
}

@media (max-width: 992px) {
    .boxs-conmeni-ships {
        padding: 0px;
    }
    .item-ships {
        padding: 10px;
    }
    .bar-menu {
        order: 1;
        display: block;
    }
    .item-ss-detail-news {
        width: 49%;
    }

    .box-all-content-lienquan {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    .form-sub-contriu {
        width: 100%;
    }
    .list-news2 .list-news2-item .image img {
        height: auto;
    }
    .list-news2 .list-news2-item {
        display: block;
    }
    .list-news2 .list-news2-item .image {
        width: 100%;
    }
    .list-news2 .list-news2-item .info {
        padding-top: 30px;
        width: 100%;
    }
    .box-input-right-newsp {
        width: 60%;
    }

    .box-button-right-newsp {
        width: 37%;
        text-align: center
    }

    section.elementor-section-subr {
        margin-bottom: 225px;
    }
    .newsletter {
        background: #1c3b8d;
        padding: 40px 40px 40px 40px;
        margin-top: 60px;
        position: absolute;
        right: 10px;
        left: 10px;
    }
    .newsletter{
        display: block;
    }
    .box-left-tampleter {
        padding-bottom: 35px;
        width: 100%;
        text-align: center;

    }
    .box-right-temtpler {
        width: 100%;
    }
    .btn-text-caseoption {
        padding-bottom: 30px;
    }
    .box-title-content-banner {
        width: 465px;
    }
    .container.box-container-mobile {
        padding: 0px !important;
    }
    .clm-item-subr {
        padding: 13px;
    }
    section.elementor-section-subr{
        height: 100%;
    }

    .category {
        display: block;
    }
    .box-right-content-our-menu {
        padding-top: 40px;
    }
    .menu-mobile-right {
        display: flex;
    }

    .product-desktop {
        margin: 0px 0px;
    }

    #menu .container-fluid {
        padding: 0px 15px;
    }

    .header {
        z-index: 2;
        padding: 10px 0px;
    }

    .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: #1c3b8d;
        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) {
    .box-all-content-lienquan {
        display: block;
    }
    .item-ss-detail-news {
        width: 100%;
    }
    section.elementor-section-subr {
        margin-bottom: 190px;
    }


    section.elementor-section-subr {
        padding: 120px 0px 180px 0px;
    }
    .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) {
    .box-video-product-pages {
        height: 230px;
    }
    .box-content-section-banner p {
        display: none;
    }
    .box-title-content-banner {
        height: 565px;
    }
    .box-content-section-banner{
        padding: 93px 20px 220px 15px;
    }
    .slide__title {
        font-size: 30px;
        line-height: 1.2;
    }

    .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 {
        height: 40px;
    }
}

@media (max-width: 992px) {
    .title-labeloption p {
        width: unset;
    }
    .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;
    }
}

@media (max-width: 568px) {
    section.elementor-section-subr {
        margin-bottom: 0px;
    }
    .elementor-divider-separator {
        width: 135px;
    }
    .newsletter {
        position: unset;
    }
    section.elementor-section-subr {
        padding: 120px 0px 80px 0px;
    }
    .box-title-content-banner{
        width: 100%;
    }
    .box-right-temtpler {
        display: block;
        padding-bottom: 30px;
    }
    .box-input-right-newsp{
        padding-bottom: 30px;
        width: 100%;
    }
    .box-button-right-newsp {
        width: 100%;
    }


    .progress-group {
        padding-top: 30px;
    }


    .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: 24px !important;
    }

    .sidebar-product-box h4 {
        color: #1c3b8d;
        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;
}
