* {
    margin: 0;
    padding: 0;
    outline: none;
}
:root {
    --main-color1 :#fbc02d;
    --main-color2 :#ef352e;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../fonts/SVN-GilroyBlack.otf') format("opentype");
    font-weight: 800;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../fonts/SVN-GilroyBlackItalic.otf') format("opentype");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../fonts/SVN-GilroyBold.otf') format("opentype");
    font-weight: 700;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../fonts/SVN-GilroyBoldItalic.otf') format("opentype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../fonts/SVN-GilroyHeavy.otf') format("opentype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../fonts/SVN-GilroyHeavyItalic.otf') format("opentype");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../fonts/SVN-GilroyItalic.otf') format("opentype");
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../fonts/SVN-GilroyLight.otf') format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../fonts/SVN-GilroyLightItalic.otf') format("opentype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../fonts/SVN-GilroyMedium.otf') format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../fonts/SVN-GilroyMediumItalic.otf') format("opentype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../fonts/SVN-GilroyRegular.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../fonts/SVN-GilroySemiBold.otf') format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../fonts/SVN-GilroySemiBoldItalic.otf') format("opentype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../fonts/SVN-GilroyThin.otf') format("opentype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../fonts/SVN-GilroyThinItalic.otf') format("opentype");
    font-weight: 100;
    font-style: italic;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 10px 0;
    padding: 0;
}

table {
    width: 100%;
}

b,
strong {
    font-weight: bold;
}

table,
th,
td {
    font-size: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding-left: 10px;
    border-color: #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;
}

i.fa {
    line-height: inherit;
}

body {
    font-family: 'SVN-Gilroy';
    background-color: #fff !important;
}

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

a {
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: none;
}

ol,
ul {
    margin: 0;
}

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

html {
    scroll-behavior: smooth;
}

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

.fa-phone {
    transform: rotateY(-180deg);
}

.pagination {
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.pagination-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-group .pagination {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.pagination-group .pagination a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #e23b41;
}

.pagination-group .pagination span {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #e23b41;
    background-color: #e23b41;
    color: #fff;
}

.swal2-title {
    font-size: 14px !important;
}

.swal2-styled {
    font-size: 13px !important;
}

.swal2-popup {
    max-width: 23em !important;
}

.swal2-icon {
    transform: scale(0.7);
}


/*css slide home*/

.content_slide {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.content_slide .box_content {
    width: 100%;
}

.content_slide .box_content .title {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 7px;
}

.content_slide .box_content .desc {
    color: #fff;
    font-size: 16px;
    max-width: 500px;
    line-height: 1.6;
    margin-bottom: 17px;
}

.content_slide .box_content .button_slide {
    display: inline-block;
    color: #fff;
    padding: 8px 20px;
    background-image: linear-gradient(to right, #e1262b, #f88361);
    border-radius: 9px;
    background: #ef352e;
    font-weight: 600;
    text-transform: uppercase;
}
.content_slide .box_content .button_slide img  {
    width: auto;
}

.slide .slick-dots {
    bottom: 20px;
}

.bg_boxup {}

.boxup_video iframe {
    height: 100%;
    width: 100%;
}

.icon_video_box {
    z-index: 100000;
    position: absolute;
    right: -14px;
    top: -28px;
}

.icon_video_box i {
    cursor: pointer;
    color: #ffffff;
}

.video_boxup {
    position: absolute;
    z-index: 3000;
    width: 40%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
}

.my-class {
    transform: translate(-50%, -50%) scale(1.1);

}

.bg_boxup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000009e;
}

.box_up {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    right: 0;
    transition: all 1s;
    bottom: 0;
}


.slide .slick-dots li {
    border-radius: 100%;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.slide .slick-dots li.slick-active {
    background-image: linear-gradient(to right, #e1262b, #f88361);
}

.slide .slick-dots li button {
    width: 12px;
    height: 12px;
}

.slide .slick-dots li button:before {
    width: 12px;
    height: 12px;
}

.bg-home {
    /* background-color: #f8f8f8; */
}

.nav-vertical {
    position: relative;
    /* top: 40px; */
    left: 0px;
    right: 0;
    z-index: 10;
    height: 0;
    display: block;
}

.nav-vertical .nav-list {
    background-color: #fff;
}

.nav-vertical .nav-list li {
    position: unset;
}

.nav-vertical .nav-list>li>a {
    position: relative;
    display: block;
    color: #000;
    padding: 12px 0 14px 0;
    border-bottom: 1px solid #eee;
    margin: 0;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 10px;
    line-height: 23px;
}

.nav-vertical .nav-list>li>a>img {
    width: auto;
    height: auto;
    max-width: 22px;
}

.nav-vertical .nav-list>li>a:hover {
    background-color: #f8f9fa;
    color: #ed2024;
}

.nav-vertical .nav-list>li>a>img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 4px;
}

.ver-mega-mn1 {
    position: absolute;
    right: 5px;
}

.nav-vertical-sub {
    position: absolute;
    width: calc(100% + 30px);
    left: 90%;
    top: 0;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    visibility: hidden;
    transition: left 0.5s;
    z-index: -1;
    height: 495px;
    top: 3px;
    box-shadow: rgb(0 0 0 / 6%) -2px 0px 8px 0px;
}

.nav-vertical .nav-list>li:hover .nav-vertical-sub {
    visibility: inherit;
    left: 100%;
}

.nav-vertical .nav-list>li:hover .nav-vertical-sub li {
    padding: 6px 0 5px 0;
    border-bottom: 1px solid #eee;
    margin: 0;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 10px;
    line-height: 23px;
}

.wrap-slide-home {
    padding: 10px 0 0;
}

.item-banner-home {
    margin-bottom: 15px;
}

.item-banner-home img {
    border: solid 1px #ebebeb;
    height: auto;
    object-fit: cover;
}

.padding_in {
    padding: 0 15px 0 0;
}

.bg-pro-tab .item-banner-home {
    margin-bottom: 10px;
    margin-top: 0px;
}

.hover-effect {
    position: relative;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    overflow: hidden;
}

.hover-effect-2:before {
    border: 50px solid transparent;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    content: "";
    opacity: 1;
    -webkit-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    width: 100px;
    height: 100px;
    -webkit-transform: scale(7);
    -ms-transform: scale(7);
    -o-transform: scale(7);
    transform: scale(7);
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    visibility: visible;
    z-index: 1;
}

.hover-effect-2:hover:before {
    border: 0 solid rgba(0, 0, 0, .7);
    opacity: 0;
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}

.hover-effect-10:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

.hover-effect-10:before,
.hover-effect-10:after {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity .35s ease 0s, -ms-transform .35s ease 0s;
    -webkit-transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, -ms-transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, -ms-transform .35s ease 0s;
    transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    z-index: 3;
}

.hover-effect-10:hover:before,
.hover-effect-10:hover:after {
    opacity: 1;
    -webkit-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.hover-effect-10:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.hover-effect-10 {
    display: block;
    background: #000;
}

.hover-effect-10:hover img {
    opacity: .5;
    -webkit-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
}

.hover-effect-4:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 75%);
    content: "";
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -ms-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
}

.hover-effect-4:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.template-detail {
    padding: 20px 0 10px 0;
}

.template-detail2 {
    padding-bottom: 80px;
}

.slide {
    position: relative;
    /* margin-bottom: 20px; */
    margin-top: 1px;
}

.slide img {
    width: 100%;
}

.slide:after {
    /* content: ""; */
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-image: url(../images/line-slide.png);
    z-index: 1;
    background-position: center;
    background-size: 100% 100%;
}

.wrap-support {
    /* padding: 20px 0 0; */
    padding-bottom: 30px;
}

.box-support {
    padding: 20px 20px 0;
    background-color: #fff;
    border: solid 1px #ebebeb;
}

.mw-20 {
    min-width: 20%;
}

.col-support-item {
    margin-bottom: 20px;
}

.support-item {}

.support-item .box {
    display: flex;
    align-items: center;
}

.support-item .box .icon {
    width: 50px;
}

.support-item .box .icon img {}

.support-item .box .content {
    width: calc(100% - 50px);
    padding-left: 10px;
}

.support-item .box .content h3 {
    margin-top: 0;
    text-transform: none;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}

.support-item .box .content .desc {
    line-height: 1.4;
    font-size: 14px;
}

.wrap-product-home {
    padding: 20px 0 30px;
    background: #f8f8f8;
}

.wrap-product-home-2 {
    background-color: #f2f2f5;
}

.list-product-home {}

.page-item.active .page-link {
    background-color: #7e7e7e;
    border-color: #7e7e7e;
}

.page-link {
    color: #000;
    background-color: #eee;
}

.col-product-card {
    margin-bottom: 30px;
}

.product-card {}

.product-card .box {
    border: 1px solid #ddd;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.product-card .box .image {
    position: relative;
}

.product-card .box .image img {}

.product-card .box .hot {
    bottom: 5px;
    right: 10px;
    text-transform: capitalize;
    color: #ffffff;
    background: #C70909;
    font-size: 10px;
    padding: 0 10px 0 8px;
    height: 21px;
    line-height: 23px;
    text-align: center;
    display: block;
    position: absolute;
}

.product-card .box .hot:before {
    content: "";
    background: url(../images/icon-sale.png) no-repeat 0 0;
    width: 11px;
    height: 21px;
    position: absolute;
    left: -11px;
    top: 0;
}

.product-card .box .hot:after {
    content: "";
    background: url(../images/icon1-sale.png) no-repeat 0 0;
    width: 3px;
    height: 21px;
    position: absolute;
    right: -3px;
    top: 0;
}

.product-card .box .sale {
    position: absolute;
    top: 0;
    top: 17px;
    right: 10px;
    background-color: #f00;
    color: #fff;
    padding: .3em .5em;
    font-size: 12px;
    font-weight: bold;
}

.product-card .box .content {
    padding: 10px 15px;
    border-top: 1px solid #ccc;
}

.product-card .box .content .name {
    margin-top: 0;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    height: 45px;
}

.product-card .box .content .name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box-price .new-price {
    color: #ff0000;
    font-weight: 700 !important;
    font-size: 18px;
    margin-right: 7px;
}

.box-price .old-price {
    font-size: 14px;
    text-decoration: line-through;
    color: #6c757d;
}

.product-card .action {
    position: absolute;
    width: 100%;
    top: 0;
    transform: translate(0, -100%);
    opacity: 0;
    transition: all 0.5s;
}

.product-card .box:hover .action {
    top: 50%;
    opacity: 1;
}

.product-card .action ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card .action ul li {
    width: 40px;
}

.product-card .action ul li a {
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    background-color: #c31f26;
    color: #fff;
}

.product-card .action ul li a i {}

.product-card .action ul li a svg {
    width: 18px;
    fill: #fff;
}

.product-card .action ul li a:hover {
    background-color: #05090a;
    color: #fff;
}

.product-card .action ul li a:hover svg {
    fill: #fff;
}

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

.group-title1 .title1 {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 25px;
    /* color: #000; */
    color: #404040;
}

.group-title .title {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 25px;
    /* color: #000; */
    color: #404040;
}

.group-title .title-img {
    margin-bottom: 0;
}

.img-title {
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-title img {
    height: 2px;
    width: 186px;
}

.title-h {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.title-h .text {
    margin: 0;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    padding-right: 60px;
    background: linear-gradient(60deg, #c31f26 calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 30px), transparent calc(100% - 35px));
    line-height: 40px;
    font-weight: bold;
    white-space: nowrap;
    /* height: 100%; */
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.title-h1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}

.title-h1:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    left: 0;
    top: 18px;
}

.title-h1 .text {
    background: #f8f8f8;
    margin: 0;
    font-size: 25px;
    color: #333;
    padding: 0 15px 0 0;
    padding-right: 30px;
    line-height: 40px;
    font-weight: 300;
    white-space: nowrap;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    position: relative;
}

.title-h1 .text strong {
    font-weight: 600;
    padding-right: 5px;
}

#countdown {
    height: auto;
    text-align: left;
    border-radius: 5px;
    /* margin: auto; */
    /* padding: 10px 0 20px; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

#countdown #tiles {
    position: relative;
    z-index: 1;
}

#countdown #tiles>span {
    width: 58px;
    max-width: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #05090a;
    border-radius: 3px;
    margin: 0px 1px;
    padding: 1px 0;
    display: inline-block;
    position: relative;
}

#countdown #tiles>span:first-child {
    margin-left: 0;
}

#countdown #tiles>span:last-child {
    margin-right: 0;
}

#countdown .labels {
    width: 100%;
    height: 25px;
    text-align: left;
}

#countdown .labels li {
    width: 102px;
    font: bold 15px 'Droid Sans', Arial, sans-serif;
    color: #d2ae7e;
    text-shadow: 1px 1px 0px #000;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.dieukien_dangky {
    width: 100%;
    padding: 40px 0;
}

.dieukien_dangky .dieukien_info {}

.dieukien_info .title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #301316;
    margin-bottom: 24px;
    text-transform: uppercase
}

.dieukien_info .desc {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 240%;
    color: #2E2E2E;
}

.dieukien_info p {
    text-align: left;
}

.dieukien_dangky .table_info {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #D8D8D8;
}

.dieukien_dangky .table_info table {
    border-collapse: collapse;
    border-spacing: 3pt;
    padding: 0;
    margin: 0;
}

.dieukien_dangky .table_info table tr {
    border-radius: 0px 16px 0px 0px;
}

.dieukien_dangky .table_info table td {
    font-style: normal;
    width: 50%;
    font-size: 18px;
    line-height: 240%;
    border-right: 1px solid #D8D8D8;
    text-align: center;
    border-top-left-radius: 16px;
    border-bottom: 1px solid #D8D8D8;
}

.dieukien_dangky .table_info table td:nth-child(2) {
    border-right: none;

}

.dieukien_dangky .table_info table .color-black {
    border-bottom: none;
}

.dieukien_dangky .table_info table .vay_von {
    border-bottom: none;
}

.color-green {
    color: #ef352e;
    font-weight: 600;
}

.color-black {
    color: #2E2E2E;
    font-weight: 600;
}

.cate-dot-1 .slick-dots {
    width: auto;
    bottom: unset;
    right: 80px;
    top: -25px;
}

.cate-dot-1 .slick-dots li {
    border-radius: 100%;
    width: 12px;
    height: 12px;
    /* position: absolute; */
    background: #eee;
    /* border: 3px solid rgba(255, 255, 255, 0.9); */
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.cate-dot-1 .slick-dots li.slick-active {
    background: #353a3d;
    /* border: 3px solid rgba(0, 0, 0, 1); */
}

.cate-dot-while-1.cate-dot-1 .slick-dots li.slick-active {
    background-color: #eee;
}

.cate-dot-while-1.cate-dot-1 .slick-dots li {
    background-color: #fff;
}

.cate-dot-1 .slick-dots li button {
    width: 12px;
    height: 12px;
}

.cate-dot-1 .slick-dots li button:before {
    width: 12px;
    height: 12px;
}

.cate-arrows-1 .slick-prev,
.cate-arrows-1 .slick-next {
    opacity: 1;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
    width: 25px;
    height: 50px;
    background-color: transparent;
    color: #fff;
    background-size: cover;
}

.cate-arrows-1 .slick-prev {
    left: 50px;
}

.cate-arrows-1 .slick-next {
    right: 50px;
}

.cate-arrows-1 .slick-prev i,
.cate-arrows-1 .slick-next i {
    font-size: 20px;
    color: inherit;
    display: none;
}

.cate-arrows-1-sm .slick-prev,
.cate-arrows-1-sm .slick-next {
    width: 10px;
    height: 30px;
}

.cate-arrows-1-sm .slick-prev i,
.cate-arrows-1-sm .slick-next i {
    font-size: 10px;
}


/* cate 2 */

.cate-arrows-2 .slick-prev,
.cate-arrows-2 .slick-next {
    opacity: 1;
    font-size: 20px;
    top: 3px;
    transform: translateY(-70px);
    z-index: 3;
    margin: 0;
    width: 25px;
    height: 30px;
    /* background-color: #bababa; */
    color: #333;
}

.cate-arrows-2 .slick-prev {
    left: unset;
    right: 40px;
}

.cate-arrows-2 .slick-next {
    right: 10px;
}

.cate-arrows-2 .slick-prev i,
.cate-arrows-2 .slick-next i {
    font-size: 15px;
    color: inherit;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    /* background-color: #c31f26; */
    /* font-weight: bold; */
    /* font-size: 18px; */
    background-color: unset;
    color: red;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
}

.nav-pills .nav-link {
    font-size: 13px;
    line-height: 24px;
}

.but-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 25px;
    background: linear-gradient(117deg, rgba(253,184,20,0.7847732843137255) 0%, rgba(253,184,20,1) 100%);
    border-radius: 9px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 200%;
    border: none;
    margin-bottom: 20px;
}

.but-link2 {
    display: inline-flex;
    align-items: center;
    padding: 8px 25px;
    background: linear-gradient(117deg, rgba(253,184,20,0.7847732843137255) 0%, rgba(253,184,20,1) 100%);
    border-radius: 9px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 200%;
    border: none;
    margin-bottom: 20px;
}

.but-link span {}

.section_dautu a {
    display: inline-block;
}

.section_dautu .but-link {
    margin-top: 40px;

}

.title-nav-tab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* align-items: center; */
    border-bottom: 3px solid #000;
    border-top: 1px solid #f2f3f2;
    background-color: #f7f7f7;
    padding-right: 50px;
    margin-bottom: 30px !important;
}

.title-nav-tab h3 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    padding: 5px 15px;
    padding-right: 60px;
    background: linear-gradient(60deg, #c31f26 calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 30px), transparent calc(100% - 35px));
    line-height: 30px;
    font-weight: bold;
    /* white-space: nowrap; */
    /* height: 100%; */
    display: flex;
    align-items: center;
}

.title-nav-tab2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* align-items: center; */
    border-bottom: 0px solid #000;
    border-top: 0px solid #f2f3f2;
    background-color: #f7f7f7;
    padding-right: 50px;
    margin-bottom: 30px !important;
}


.title-nav-tab2:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    left: 0;
    top: 19px;
}

.title-nav-tab2 h3 {
    background: #f8f8f8;
    margin: 0;
    font-size: 22px;
    color: #333;
    padding: 0 15px 0 0;
    padding-right: 30px;
    line-height: 40px;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    position: relative;
}

.list_image_video {}

.list_image_video .slick-prev,
.list_image_video .slick-next {
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    opacity: 1;
    margin: 0;
    line-height: normal;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 40px;
}

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

.list_image_video .slick-prev {
    left: 2px;
}

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

.list_image_video .slick-prev i,
.list_image_video .slick-next i {
    font-size: 15px;
    color: #fff;
}

.list_image_video .item {
    width: 33.3333%;
    padding: 0 2px;
}

.list_image_video .item .image {
    width: 100%;
    cursor: pointer;
}

.list_image_video .item .image img {
    height: 71px;
    object-fit: cover;
}

.nav-pills {
    background: #f8f8f8;
    position: relative;
}

.nav-pills .nav-link {
    padding-left: 5px;
    padding-right: 5px;
}

.wrap-product-tab {
    padding: 30px 0 20px;
    background-color: #f8f8f8;
}

.wrap-product-tab:nth-child(2n) {
    background-color: #f8f8f8;
}

.slide-pro {
    flex: 0 0 100%;
    max-width: 100%;
}

.wrap-news-home {
    padding: 70px 0 50px;
    /* background-color: #f2f2f5; */
}

.wrap-news-home .group-title .title {
    /* color: #e23b41; */
    /* padding-bottom: 0; */
}

.list-news-home {
    /* padding: 0 70px */
}

.fo-03-news {
    /* padding: 0 7.5px; */
    margin-bottom: 25px;
}

.fo-03-news .box {
    position: relative;
}

.fo-03-news .image {
    overflow: hidden;
}

.fo-03-news .image a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 75%;
}

.fo-03-news-main .image a {
    padding-bottom: 67%;
}

.fo-03-news .date {
    /* margin-bottom: 10px; */
    font-size: 13px;
    color: #898989;
}

.fo-03-news .image img {
    transition: all 0.5s;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.fo-03-news .image:hover img {
    transform: scale(1.1);
}

.fo-03-news .content {
    padding: 10px 0px 20px;
    box-shadow: 0px 15px 16px #f4f4f4;
    position: relative;
    background-color: #fff;
}

.fo-03-news .content .caption {
    padding-left: 115px;
}

.fo-03-news .content .time {
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #c31f26;
    color: #fff;
    width: 70px;
    text-align: center;
    font-size: 16px;
    transform: translateY(-50%);
    left: 20px;
    padding: 5px;
    font-weight: bold;
}

.title-template {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 2px solid;
    margin-top: 0;
    font-size: 20px;
}

.title-template-in {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #353a3d;
    margin: 0;
}

.count-search {
    font-weight: bold;
    font-size: 15px;
    background-color: #eee;
    padding: 10px 20px;
    margin: 0 0 15px;
}

.title-template .title-inner {
    margin: 0;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    padding-right: 60px;
    background: linear-gradient(60deg, #c31f26 calc(100% - 35px), transparent calc(100% - 35px));
    line-height: 40px;
    font-weight: bold;
    white-space: nowrap;
    /* height: 100%; */
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.title-template .orderby {}

.title-template select {
    background-color: inherit;
    border: unset;
}

.product-detail-infor .box-infor .info-desc .desc ul li {
    list-style: disc !important;
    margin-left: 12px;
}

.fix-sidebar {
    position: sticky;
    top: 110px;
}

#side-bar {
    margin-bottom: 30px;
}

.side-bar {
    background-color: #ffffff;
    box-shadow: 0 0px 0px #d9dadb;
    margin: 20px 0 20px 0;
}

.side-bar:last-child {
    margin-bottom: 0;
}

.side-bar .list-trending ul>li {
    padding: 10px;
}

.title-sider-bar1 {
    font-size: 17px;
    margin: 0px 0 0;
    color: #fff;
    font-weight: 600;
    padding: 8px 15px 5px;
    border-bottom: 1px solid #f99d1b;
    line-height: 26px;
    width: 100%;
    text-transform: uppercase;
    background: #f99d1b;
}

.title-sider-bar {
    font-size: 17px;
    margin: 0px 0 0;
    color: #fff;
    font-weight: 600;
    padding: 8px 15px 5px;
    border-bottom: 1px solid #152F55;
    line-height: 26px;
    width: 90%;
    text-transform: uppercase;
    background: #152F55;
    position: relative;
}

.title-sider-bar:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 20px solid #152F55;
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0px;
    right: -20px;
}

.menu-side-bar {
    background: transparent;
}

.menu-side-bar>li {
    border-radius: 0px;
}

.list-category {}

.list-fill {
    /* padding: 20px 15px; */
    background: #eee;
    padding: 10px;
}

.box-list-fill {
    margin-bottom: 20px;
}

.list-fill .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    font-size: 15px;
}

.box-list-fill {
    margin-bottom: 20px;
}

.box-list-fill:last-child {
    margin-bottom: 0;
}

.title-s {
    /* border-bottom: 1px solid #ddd; */
    /* font-size: 16px; */
    /* font-weight: bold; */
    /* margin-bottom: 10px; */
    /* padding-bottom: 5px; */
    font-size: 15px;
    font-weight: 700;
    color: #111;
    padding: 8px 0;
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
}

.title-s i {
    position: absolute;
    right: 0;
    top: 4px;
    display: inline-flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #beb8b8;
}

.title-s i.active:before {
    content: "\f067";
}

.box-list-fill ul {}

.box-list-fill ul li {
    margin-top: 5px;
}

.box-list-fill ul img {
    height: 20px;
    width: auto;
}

.box-list-fill ul li+li {
    margin-top: 5px;
}

.menu-side-bar {}

.menu-side-bar li.active>a {
    color: #f75b00;
}

.show_dk {}

.show_mb {
    display: none;
}

.show_mb1 {
    display: none;
}

.list-category ul>li>a>img {
    /*width: 18px;
height: 18px;
margin-right: 16px;*/
}

.list-category ul>li>a .pt_icon_right {
    position: absolute;
    right: 0;
    top: 3px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s;
    opacity: 0.4;
}

.list-category ul>li>a .pt_icon_right2 {
    position: absolute;
    right: 0;
    top: 2px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    transition: all 0.5s;
    opacity: 0.4;
}

.list-category ul>li>a .pt_icon_right:before {
    content: "\f067";
}

.list-category ul>li>a .pt_icon_right2:before {
    content: "\f067";
}

.list-category ul>li.active>a>.pt_icon_right:before {
    content: "\f068";
}

.list-category ul>li.nav_item1.active>a>.pt_icon_right2:before {
    content: "\f068";
}

.list-category ul>li.active a .pt_icon_right {
    /* transform: rotate(90deg); */
}

.list-category ul>li>a {
    position: relative;
    user-select: none;
    display: block;
    height: auto;
    line-height: 35px;
    text-decoration: none;
    clear: both;
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #e5e5e5;
    padding: 6px 10px;
    /* color: #222222; */
    position: relative;
}

.list-category>ul>li>a {
    padding-left: 5px;
    font-size: 15px;
    font-weight: 600;
    padding-right: 5px;
}

ul.menu-side-bar>li>a:before {
    display: none;
}

.list-category ul>li>a:hover {
    color: #0085bf
}

.list-category ul>li>a>span {
    padding-left: 22px;
}

.list-category ul>li>a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 20px;
    top: 18px;
    font-weight: 900;
}

.list-category ul>li>a>span {
    padding-left: 6px;
    /* border-left: 1px solid #e5e5e5; */
}

.list-product .pull-center {
    text-align: center;
    margin-bottom: 15px;
}

.btn.btn-readmore {
    padding: 0 30px;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    height: 36px;
    line-height: 38px;
    border: none;
    text-align: center;
    letter-spacing: 0px;
    -webkit-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, opacity 0.3s;
    -moz-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, opacity 0.3s;
    -o-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, opacity 0.3s;
    -ms-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, opacity 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, opacity 0.3s;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 1px rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 1px rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 30%);
}

a.btn.btn-readmore {
    background: #f99d1b;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    border-radius: 5px;
    text-transform: none;
    box-shadow: none;
    height: 32px;
    line-height: 32px;
}

a.btn.btn-readmore:hover {
    background: #0085bf;
    color: #ffffff;
}

.menu-side-bar-leve-2 {
    display: none;
}

.menu-side-bar-leve-3 {
    display: none;
}

.cate_info {
    background: url(../images/c.gif) no-repeat center 20px;
    text-align: center;
    padding-top: 65px;
    font-size: 18px;
    font-style: italic;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.cate_info .desc {
    line-height: 30px;
    max-width: 820px;
    margin: auto;
}

.cate_info .name {
    font-weight: 700;
    padding-top: 10px;
    height: 40px;
    font-size: 19px;
}

.cate_info .line_column {
    width: 1px;
    height: 30px;
    overflow: hidden;
    background-color: #1a1a1a;
    margin-left: auto;
    margin-right: auto;
}

.product-detail-left-content {
    display: block;
    width: 100%;
    position: relative;
}

.product-detail-left-content .image {
    position: relative;
}

.product-detail-left-content #expandedImg {
    width: 100%;
}

.product-detail-left-content .hot {
    background-color: #ff0000;
    display: inline-block;
    width: 40px;
    height: 26px;
    border-radius: 4px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
}

.list-image-small {
    width: 100%;
}

.list-image-small .item {
    width: 25%;
    float: left;
}

.section_dautu {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 40px;
    overflow: hidden;
}

.section_dautu .box_dautu {
    width: 100%;
}

.title-heading {
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    background: linear-gradient(117deg, #ef352e 0%, #ef352e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 20px;
}
.item-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #00000057;
    z-index: 10;
}
.section_dautu .box_dautu .title {}

.section_dautu .list_card {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.table_product {
    width: 100%;
}

.table_product .title_bar {
    width: 100%;
    display: flex;
    padding: 19px 10px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: #24264E;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.table_product .title_bar .col_table_name {
    padding: 0 14px;
}

.table_product .col_table_id {
    width: 9%;
}

.table_product .col_table_rank {
    width: 8%;
}

.table_product .col_table_product {
    width: 17%;
}

.table_product .col_table_product_money {
    width: 13%;
}

.table_product .col_table_interest_rate {
    width: 9%;
}

.table_product .col_table_period {
    width: 10%;
}

.table_product .col_table_investment_rate {
    width: 21%;
}

.table_product .col_table_investable {
    width: 13%;
}

.table_product .body_bar {
    width: 100%;
}

.table_product .body_bar .item {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 10px;
}

.table_product .body_bar .item label {
    display: none;
    margin-bottom: 0;
}

.table_product .body_bar .item:not(:last-child) {
    margin-bottom: 8px;
}

.table_product .body_bar .col_table_name {
    padding: 0 14px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
}

.table_product .body_bar .progress_item {
    display: flex;
    width: 100%;
    align-items: center;
}

.table_product .body_bar .progress {
    background-color: #F3F3F3;
    width: 100%;
    border-radius: 6px;
}

.table_product .body_bar .progress-bar {
    background-color: #ef352e;
}

.table_product .body_bar .progress_item .value {
    color: #ef352e;
    display: inline-block;
    margin-left: 7px;
    font-weight: 700;
    font-size: 12px;
}

.table_product .body_bar .select_rank {
    width: 100%;
    background: #B0B0B0;
    color: #B0B0B0;
    border-radius: 8px;
    display: flex;
    padding: 2px;
}

.table_product .body_bar .select_rank .button_rank_text {
    border-radius: 8px 0px 0px 8px;
    text-transform: uppercase;
    color: #fff;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 8px 0px 10px;
}

.table_product .body_bar .select_rank .button_rank_number {
    width: 50%;
    background: #FFFFFF;
    border-radius: 0 8px 8px 0;
    display: flex;
    align-items: center;
    padding: 0px 8px 0px 10px;
}

.list_card .item {
    padding: 0 10px;
    width: 50%;
}

.list_card .item a {
    display: block;
}

.list_card .item .box {
    border: 1px solid #D8D8D8;
    border-radius: 24px 24px 64px 24px;
    width: 100%;
    height: 186px;
    padding: 24px;
    background-color: #fff;
}

.list_card .item.active .box {
    background: linear-gradient(117deg, #ef352e 0%, #fc645f 100%);
}

.list_card .item .name {
    color: #000;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}

.list_card .item.active .box .name {
    color: #fff;
}

.list_card .item .box_content {
    display: flex;
    justify-content: space-between;
}

.list_card .item .box_content .box_info {
    width: 64%;
}

.list_card .item .box_content .box_info .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    min-height: 63px;
    font-weight: 500;
    font-size: 14px;
    color: #646464;
    margin-top: 10px;
    line-height: 150%;
    margin-bottom: 16px;
}

.list_card .item .box_content .box_info .desc p {}

.list_card .item.active .box .box_content .box_info .desc {
    color: #fff;
    margin-top: 10px;
}

.list_card .item .box_content .box_info .detail-link {
    font-size: 14px;
    color: #ef352e;
}

.list_card .item.active .box .box_content .box_info .detail-link {
    color: #fff;
}

.list_card .item .box_content .box_info .detail-link img {}

.list_card .item .box_content .image {
    max-width: 100%;
}

.list_card .item .box_content .image img {
    width: auto;
    height: 90px;
}

.list_card .item .box .icon_arrow_white {
    display: none;
}

.list_card .item .box .icon_arrow_green {
    display: inline-block;
}

.list_card .item.active .box .icon_arrow_white {
    display: inline-block;
}

.list_card .item.active .box .icon_arrow_green {
    display: none;
}

.news_home {
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #D8D8D8;
}

.news_home .title {}

.news_home .block_first_news {
    width: 100%;
}

.block_first_news {
    width: 100%;
}

.block_first_news .item {
    width: 100%;
}

.block_first_news .item .box {
    padding: 27px 32px;
    height: 315px;
    background: linear-gradient(95.33deg, #FFFFFF 0%, rgba(255, 255, 255, 0.8) 63.54%, rgba(255, 255, 255, 0) 100%), url(../images/image18.png);
    border: 1px solid #D8D8D8;
    border-radius: 16px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

.block_first_news .item .box .name {
    color: #000;
    opacity: 0.8;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 12px;
}

.block_first_news .item .box .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    /* color: #ccc; */
    opacity: 0.68;
    max-width: 500px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.block_first_news .item .box .date {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    opacity: 0.8;
    position: absolute;
    bottom: 27px;
    left: 32px;
}

.dot_transition .slick-dots {
    display: flex;
    justify-content: center;
    position: unset;
    margin-top: 5px;
}

.dot_transition .slick-dots li {
    background: var(--main-color1);
    opacity: 0.4;
    border-radius: 15px;
    width: 9px;
    height: 9px;
    margin: 0 2px;
    transition: 0.5s all;
}

.dot_transition .slick-dots li button {
    display: none;
}

.dot_transition .slick-dots li.slick-active {
    background: var(--main-color2);
    border-radius: 15px;
    width: 21px;
    height: 9px;
    margin: 0 2px;
}

.feedback {
    width: 100%;
    font-style: italic;
    font-weight: 500;
    font-size: 17px;
    line-height: 160%;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 16px;
    margin-top: 16px;
    padding: 39px 8%;
}

.feedback .description {}

.feedback .author {
    color: #292C44;
    font-weight: 600;
}

.list_news_right {
    width: 100%;
}

.list_news_right .item {
    width: 100%;
}

.list_news_right .item:not(:last-child) {
    margin-bottom: 16px;
}

.list_news_right .item .box {
    padding: 16px 18px;
    height: 149px;
    /*background: linear-gradient(95.33deg, #FFFFFF 0%, rgba(255, 255, 255, 0.8) 63.54%, rgba(255, 255, 255, 0) 100%), url(../images/image17.png);*/
    border: 1px solid #D8D8D8;
    border-radius: 16px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

.list_news_right .item .box .name {
    color: #000;
    opacity: 0.8;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    margin-bottom: 4px;
}
.list_news_right .item .box .name:hover {
    color: #ef352e;
}

.list_news_right .item .box .desc {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #333;
    opacity: 0.68;
    max-width: 300px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list_news_right .item .box .date {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    opacity: 0.8;
    position: absolute;
    bottom: 16px;
    left: 18px;
}

.section_cate_home {
    width: 100%;
    padding: 30px 0 0px;
    /* box-shadow: 0px 2px 8px rgb(0 0 0 / 10%); */
}

.section_cate_home .list_cate {
    width: 100%;
}

.section_cate_home .list_cate .item {
    margin-bottom: 10px;
    padding: 0 10px;
}

.section_cate_home .list_cate .item .box {
    display: flex;
    flex-wrap: wrap;
    height: 121px;
    width: auto;
    border: 1px solid #D8D8D8;
    border-radius: 24px;
    align-content: center;
    justify-content: center;
}

.section_cate_home .list_cate .item .box .icon {
    width: 100%;
    text-align: center;
    margin: auto;
    margin-bottom: 12px;
    min-height: 37px;
}

.section_cate_home .list_cate .item .box .icon img {
    width: 56px;
    margin: auto;
}

.section_cate_home .list_cate .item .box .name {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    max-width: 87px;
    font-weight: 600;
    line-height: 15px;
}

.cam_ket {
    padding: 40px 0 20px;
    width: 100%;
    background-image: url(../images/bg_conso.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.cam_ket .group-title .title {
    color: #fff;
}

.cam_ket .title-b {
    color: #fff;
}

.cam_ket:before {
    content: '';
    position: absolute;
    background-color: rgb(0 0 0 / 80%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.list_camket {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.list_camket .item {
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.list_camket.item .box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.list_camket.item .box .image {
    width: 60px;
}

.list_camket.item .box .image img {}

.list_camket.item .box .info {
    width: 100%;
    text-align: center;
    padding-top: 11.2px;
    padding-bottom: 0;
    position: relative;
    font-size: 14.4px;
}

.list_camket.item .box .info .name {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.list_camket.item .box .info .desc {
    margin-top: 1.6px;
    margin-bottom: 1.6px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.list-category .menu-side-bar-leve-2>li>a {
    padding-left: 20px;
    line-height: 22px;
}

.list-category .menu-side-bar-leve-2>li>a:before {
    left: 30px;
    /* top: 11px; */
    display: none;
}

.list-category .menu-side-bar-leve-3>li>a {
    padding-left: 70px;
    line-height: 35px;
    height: 35px;
}

.list-category .menu-side-bar-leve-3>li>a:before {
    left: 58px;
    top: 11px;
}

.list-trending {}

.list-trending ul {
    display: flex;
    flex-wrap: wrap;
}

.list-trending ul>li {
    font-size: 13px;
    margin-top: 0;
    padding: 15px 0;
    /* border-bottom: 1px solid #f0f0f0; */
}

.list-trending ul>li>.box {
    display: flex;
    flex-wrap: wrap;
}

.list-trending ul>li>.box .xemthem {
    display: inline-block;
    padding: 5px 15px;
    background-color: #ff9a00;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
}

.list-trending .box .icon {
    width: 140px;
    overflow: hidden;
    /* height: 125px; */
}

.list-trending .box .icon img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.list-trending .box .icon:hover img {
    transform: scale(1.1);
}

.list-trending .box .content {
    width: calc(100% - 140px);
    padding-left: 10px;
}

.list-trending .box .content .price {
    font-size: 18px;
    font-weight: bold;
    color: #c31f26;
}

.list-trending .box .content .date {
    text-transform: none;
    font-size: 13px;
    display: inline-block;
    line-height: 1.5;
    padding: 0;
    width: auto;
    color: #a9a9a9;
}

.list-trending .box .content .price-side {
    font-size: 15px;
    color: #f68519;
    font-weight: 600;
}

.list-trending .box .content .name {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
    /* line-height: 30px; */
}

.list-trending .box .content .name a {
    /* color: inherit; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
}

.list-trending .box .content .name a:hover {
    /* color: #282e88; */
}

.list-trending .box .content .name a:hover {}

.list-trending .box .content .desc {
    line-height: 20px;
    height: 40px;
    color: #333333;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.styled_header {
    width: 100%;
    float: left;
    padding: 0 15px;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    margin-top: 10px;
}

.styled_header.use_icon {
    border-bottom: 0px dotted #ff5e00;
}

.styled_header h2 {
    font-size: 16px;
    line-height: 14px;
    margin: 0 0 10px;
    font-weight: 500;
}

.styled_header h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    color: #0085bf;
}

.styled_header.use_icon h3 {
    margin: 0px 0 10px;
    border-bottom: solid 2px #eee;
}

.styled_header .icon {
    display: block;
    width: 38px;
    min-height: 20px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -15px;
    font-size: 20px;
    background: #fff;
    text-align: center;
}

.styled_header .icon img {
    /* max-width: 20px; */
}

.list-uudiem {
    padding: 10px;
}

.uudiem-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.uudiem-item:last-child {
    margin-bottom: 0;
}

.uudiem-item .icon {
    width: 35px;
    height: auto;
}

.uudiem-item img {}

.uudiem-item .content {
    padding-left: 15px;
    width: calc(100% - 35px);
}

.uudiem-item .content h3 {
    font-size: 15px;
    /* font-weight: bold; */
    margin: 0;
    margin-bottom: 5px;
}

.uudiem-item .content .desc {
    font-weight: bold;
    font-size: 18px;
}

.sec-lvhd-child {
    width: 100%;
    padding: 20px 0 0;
}

.sec-lvhd-child .title {
    font-size: 26px;
    line-height: normal;
}

.wrap-breadcrumbs {
    margin-bottom: 15px;
    background: #fff;
    width: 100%;
    padding: 12px 0;
    padding: 0;
    font-size: .92em;
    color: #767676;
    box-shadow: 0px 0px 10px rgb(68 68 68 / 0.2);
}

.wrap-breadcrumbs .breadcrumb {
    background: white;
    margin: 0px 0 0 0;
    padding: 0px;
    height: 32px;
}

.wrap-breadcrumbs .breadcrumb li {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
}

.wrap-breadcrumbs .breadcrumb li a {
    color: #333;
}

.wrap-breadcrumbs .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.compare-wrapper {}

.title-compare {
    display: flex;
    justify-content: space-between;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 10px;
    background-color: #eee;
    align-items: center;
    flex-wrap: wrap;
}

.col-compare {
    margin-bottom: 50px;
}

.compare-card {}

.compare-card .box {
    position: relative;
}

.compare-card .image {}

.compare-card .remove-compare {
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 100%;
    /* background-color: #ccc; */
    /* border-color: #ccc; */
    color: #c31f26;
    font-size: 30px;
    /* padding: 3px; */
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-card .remove-compare i {
    line-height: 30px;
}

.compare-card .sale {
    position: absolute;
    top: 17px;
    left: 10px;
    background-color: #f00;
    color: #fff;
    padding: .3em .5em;
    font-size: 12px;
    font-weight: bold;
}

.compare-card .content {
    border: 1px solid #ddd;
    padding: 10px 20px;
    text-align: center;
}

.compare-card .name {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    /* border-bottom: 1px solid #ddd; */
    padding: 10px 0;
    /* margin-bottom: 10px; */
    text-align: center;
}

.compare-card .view-more {
    text-align: center;
    margin-bottom: 10px;
}

.compare-card .box-price {
    justify-content: center;
}

.compare-card .new-price {}

.compare-card .old-price {}

.compare-card .info {}

.compare-card .info h3 {
    font-size: 20px;
    text-align: center;
    /* border-bottom: 1px solid #cccc; */
    /* padding-bottom: 10px; */
    font-weight: bold;
    color: #c31f26;
    text-transform: uppercase;
}

.compare-card .info ul {}

.compare-card .info ul li {
    padding: 10px;
    /* border-bottom: 1px solid #ddd; */
}

.compare-card .info ul li strong {
    font-weight: bold;
    font-size: 18px;
}

.compare-card .info ul li:last-child {
    border-bottom: unset;
}

.compare-card .info ul li a {}

.box-product-main {
    /* padding-top: 20px; */
    /* border-bottom: 2px solid #e5e5e5; */
    /* padding-bottom: 20px; */
    margin-bottom: 20px;
}

.image-main {
    position: relative;
}

.image-main .sale {
    position: absolute;
    /* right: 0; */
    top: 0;
    top: 10px;
    left: 10px;
    background-color: #f00;
    color: #fff;
    padding: .3em .5em;
    font-size: 12px;
    font-weight: bold;
}

.box-image-product .image-main {
    order: 1;
    width: 100%;
    border: solid 1px #eee;
}

.box-image-product .image-main a {
    display: block;
    position: relative;
}

.box-image-product .image-main a i {
    top: 10px;
    right: 10px;
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.box-image-product .image-main a i:hover {
    border-color: #7c6455;
    background-color: #7c6455;
    color: #fff;
}

.box-image-product .image-main a i {
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
}

.box-image-product {
    display: flex;
}

.desc-pro-detail-sm {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    padding: 0 5% 5px 5%;
    line-height: 18px;
}

.list-small-images {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 0 40px;
}

.small-image {
    padding: 5px;
    /* background: #fff; */
    cursor: pointer;
}

.small-image img {
    border: 1px solid #eee;
    /* padding: 3px; */
    background: #fff;
    height: 78px;
    object-fit: cover;
    width: 100%;
}

.list-small-image .slick-prev,
.list-small-image .slick-next {
    margin: 0;
    width: 25px;
    height: 25px;
    /* transform: translateY(-50%); */
    z-index: 66;
    text-align: center;
    opacity: 1;
    background-color: unset;
    border-radius: 6px;
    left: 50%;
    transform: translate(-50%, 0);
}

.list-small-image .slick-prev:hover,
.list-small-image .slick-next:hover {
    opacity: 1;
}

.list-small-image .slick-prev:before,
.list-small-image .slick-next:before {
    content: '';
    /* display: block; */
    /* z-index: 9; */
    /* width: 100%; */
    /* height: 100%; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* opacity: 1; */
    /* -webkit-transition: all 0.2s ease-out; */
    /*  -o-transition: all 0.2s ease-out; */
    /*  -moz-transition: all 0.2s ease-out; */
    /* transition: all 0.2s ease-out; */
    /* background-size: 14px; */
}

.list-small-image .slick-prev:before {
    /* background-image: url('../images/slick-prev.png'); */
}

.list-small-image .slick-next:before {
    background-image: url('../images/slick-next.png');
}

.list-small-image .slick-prev:hover:before {
    opacity: 0.6;
}

.list-small-image .slick-next:hover:before {
    opacity: 0.6;
}

.list-small-image .slick-prev i,
.list-small-image .slick-next i {
    color: #737373;
    line-height: 24px;
    font-size: 15px;
    /* display: none; */
}

.list-small-image {
    /* padding: 0 30px; */
    width: 120px;
    order: 0;
    flex: 0 0 120px;
    padding-right: 0px;
    max-height: 370px;
}

.list-small-image .pt-box {
    padding: 20px 0;
    /* padding-left: 25px; */
}

.list-small-image .slick-prev {
    /* left: 50%; */
    top: 0;
}

.list-small-image .slick-next {
    /* right: -25px; */
    bottom: 0;
    top: unset;
}

.product-detail-infor {}

.product-detail-infor .box-infor {
    margin-bottom: 10px;
    padding-top: 0px;
    color: #000
}

.product-detail-infor .box-infor h2 {
    font-weight: 600;
    /* color: #c31f26; */
    /* padding: 5px 0 5px 0; */
    /* text-transform: uppercase; */
    margin: 0 0 0px;
    font-size: 25px;
}

.product-detail-infor .box-infor .masp {
    padding: 10px 0 5px;
    border-bottom: solid 1px #eee;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 15px;
}

.product-detail-infor .box-infor .masp i {
    font-size: 15px;
    padding-right: 5px;
}

.product-detail-infor .box-infor .status {
    margin-top: 0px;
    font-size: 15px;
    color: #000;
    line-height: 26px;
}

.product-detail-infor .box-infor .status strong {
    font-weight: 600;
}

.product-detail-infor .box-infor .status strong i {
    font-size: 14px;
    padding-right: 5px;
}

.product-detail-infor .box-infor .status span {
    color: #333;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
}

.product-detail-infor .box-infor .info-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.product-detail-infor .box-infor .info-desc .col_2_desc {
    padding: 0 0px 10px 0;
}

.product-detail-infor .box-infor .info-desc .col_2_desc:nth-child(1) {
    width: 100%;
}

.product-detail-infor .box-infor .info-desc .col_2_desc:nth-child(2) {
    width: 58%;
}

.product-detail-infor .box-infor .info-desc h3 {
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
}

.product-detail-infor .box-infor .info-desc .desc {
    font-size: 16px;
}

.wrap-price>h3 {
    text-align: center;
    font-size: 13px;
    color: red;
}

.list-attr .price {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0px;
    color: #f00;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.list-attr .price span:first-child {
    color: #ff0000;
    font-size: 24px;
}

.list-attr .price span.donvi {
    font-weight: normal;
}

.list-attr .price .title_giacu {
    font-weight: normal;
    color: #666;
    font-size: 16px;
    margin-left: 10px;
}

.list-attr .price .old-price {
    font-weight: normal;
    color: #666;
    font-size: 16px;
    text-decoration: line-through;
}

.list-attr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 3px;
    padding: 0;
}

.list-attr .attr-item {
    width: 33%;
    padding: 0;
}

.list-attr .attr-item:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
}

.list-attr .attr-item:nth-child(2) {
    width: 100%;
}

.list-attr .attr-item:nth-child(3) {
    width: 100%;
}

.list-attr .attr-item>h3 {
    font-size: 13px;
    color: #333;
    text-align: left;
    margin-top: 0;
}

.tiet_kiem {

    width: 100%;
}

.tiet_kiem .g2 {
    font-size: 14px;
    color: #333;
    float: left;
    line-height: 26px;
    font-weight: normal;
}

.tiet_kiem .g2 b {}

.tiet_kiem .tk {
    float: left;
}

.tiet_kiem .tk b {
    float: left;
    line-height: 26px;
    width: 60px;
    padding-left: 20px;
    background: #f99f31 url(../images/gc.png) no-repeat left top;
    font-size: 13px;
    color: #fff;
    margin-left: 15px;
    border-radius: 3px;
    font-weight: 700;
}

.home-banner-1,
.banner-bottom {
    margin-top: 15px;
}

.block-home-category {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.block-home-category img {
    width: 100%;
    transition: all 400ms ease-in-out 0s;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.wrap-add-cart {
    display: inline-flex;
    justify-content: space-between;
    margin-left: 5px;
    align-items: center;
}

.wrap-add-cart .form-control {
    font-size: 13px;
    border-radius: 1px;
    /* background-image: url('../images/select-product-detail.png'); */
    background-size: 10px 8px;
    background-position: right 3px center;
    background-repeat: no-repeat;
    appearance: none;
    padding: 0 20 0 20px;
    position: relative;
}

.pro_mun {
    position: relative;
}

.pro_mun::after {
    /* content: ""; */
    top: 0;
    right: 17px;
    width: 1px;
    height: 33px;
    background-color: #b3b3b3;
}

.wrap-add-cart .form-control::after {}

.add-to-cart {
    display: inline-block;
    padding: 8px 60px;
    color: #fff;
    border-radius: 15px;
    border: solid 2px #fdcb4f;
}

.box-add-cart {
    display: flex;
}

.pro_mun {
    display: flex;
}

.pro_mun input {
    border: 1px solid #ddd;
    /* width: 40px; */
    text-align: center;
}

.pro_mun a {
    width: 30px;
    height: 35px;
    border: 1px solid #ddd;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
}

.box-add-cart button {
    padding: 10px 20px;
}

.product-detail-infor .box-price {
    /* border-top: dashed 1px #116935; */
    /* padding: 7px 0; */
    /* border-bottom: dashed 1px #116935; */
    font-size: 25px;
}

.product-detail-infor .box-price .price {
    /* font-size: 16px; */
    line-height: 1;
    padding: 8px 0;
    color: #c31f26;
}

.product-detail-infor .box-price .price .name-price {
    margin-right: 10px;
    text-transform: unset;
}

.product-detail-infor .price-number {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
}

.product-detail-infor .box-price .old-price {
    color: #ccc;
    padding-left: 15px;
}

.product-detail-infor .box-rate {
    line-height: 1;
    padding: 8px 0;
    border-bottom: 1px solid #707070;
}

.product-detail-infor .box-rate span.name-danh-gia {
    margin-right: 10px;
    font-size: 20px;
}

.product-detail-infor .box-rate span {}

.product-detail-infor .box-rate span i {
    color: #ffde5a;
    font-size: 20px;
}

.product-detail-infor .desc-product {
    padding: 0px 0 0px;
    margin-top: 10px;
    font-size: 16px;
    background-color: #f5f5f5;
    line-height: 1.6;
}

.product-detail-infor .desc-product ul {
    flex-wrap: wrap;
    padding: 10px 15px 0px;
    display: flex;
}

.product-detail-infor .desc-product ul li {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 10px;
}

.dathang {
    padding: 10px 15px;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.dathang i {
    color: #c31f26;
    margin-right: 5px;
}

.dathang .phone {
    color: #c31f26;
    font-weight: bold;
}

.box-buy {}

.list-attr1 {
    display: inline-block;
    margin-right: 15px;
}

.btn-cart-detail {
    display: inline-block;
}

.btn-buy-detail {
    margin-bottom: 25px;
}

.box-buy-two {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.select-price {
    width: 200px;
}

.box-buy a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    /* float: left; */
    margin-right: 5px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    background-color: #a3a3a3;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: bold;
}

.box-buy .addnow {
    background-color: #f00;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    line-height: 35px;
    justify-content: center;
    margin: auto;
    height: 35px;
    border: solid 0px #000;
    display: inline-block;
    /* position: absolute; */
    padding: 0 25px;
    border-radius: 10px;
}

.box-buy .addnow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 42px;
    height: 42px;
    background: url(../images/add-buy.svg) no-repeat center center;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: 22px;
    display: none;
}

.box-buy {
    /* margin-bottom: 0; */
    /* float: left; */
    /* width: 100%; */
}

.box-buy .add-to-cart {
    background-color: #f28222;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 35px;
    border-radius: 7px;
    height: 35px;
    border: solid 0px #000;
    display: inline-block;
    position: relative;
}

.box-buy .add-to-cart:after {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 42px;
    height: 42px;
    background: url(../images/add-cart.svg) no-repeat center center;
    background-size: 22px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.2);
}

.hen_lich {
    float: left;
    width: 33.33333%;
}

.hen_lich a {
    background-color: #f99f31;
    min-width: 40%;
    text-align: center;
    text-transform: uppercase;
    line-height: 42px;
    border-radius: 20px;
    height: 42px;
    display: inline-block;
    border: solid 0px #f99f31;
    margin-right: 5px;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
    display: block;
}

.sign_now {
    float: left;
    width: 33.333333%;
}

.sign_now a {
    background-color: #ff0000;
    min-width: 40%;
    text-align: center;
    text-transform: uppercase;
    line-height: 42px;
    border-radius: 20px;
    height: 42px;
    display: inline-block;
    border: solid 0px #ff0000;
    margin-right: 5px;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
    display: block;
}

.box-buy .add-compare {}

.giaohang {}

.giaohang ul {
    background-color: #fff8f8;
    padding: 15px 15px 0 15px;
    border: 1px dashed #c31f26;
    margin-bottom: 20px;
}

.giaohang ul li {
    display: flex;
    margin-bottom: 10px;
}

.giaohang ul li .icon {
    width: 50px;
    flex: 0 0 auto;
}

.giaohang ul li .desc {
    padding-left: 10px;
    /* margin-bottom: 10px; */
    line-height: 24px;
}

.list-file {}

.share {
    margin-top: 20px;
}

.tab-product {
    width: 100%;
}

.tab-product .tab-content {
    padding: 30px 0px;
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
    background: #fff;
    margin-top: 14px;
}

.tab-product .tab-content img {
    /* width: auto; */
    max-width: 100%;
}

.tab-product .tab-content table {
    width: 100% !important;
}

.tab-product .tab-content ul li {
    list-style: disc !important;
    margin-left: 20px;
}

.tab-link {
    position: sticky;
    top: 49px;
}

.tab-link ul {
    display: flex;
    background-color: #f0f0f0;
    flex-wrap: wrap;
}

.tab-link ul li {}

.tab-link ul li a {
    display: inline-block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    padding: 0 14px;
    border-top: 2px solid transparent;
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}

.tab-link ul li a.active,
.tab-link ul li a:hover {
    color: #c31f26;
    border-top: 2px solid #c31f26;
    background-color: #fff;
}

.tab-pro-content {
    border: 1px solid #ebebeb;
    padding: 20px;
    padding-top: 25px;
}

.tab-item {}

.tab-item iframe {
    max-width: 100%;
}

.content-category {
    text-align: justify;
    /* padding: 15px; */
    /* background-color: #fff8f8; */
    /* border: 1px dashed #eee; */
    margin-top: 0px;
    margin-bottom: 20px;
}

.content-category img {
    max-width: 100%;
}

.content-category ul li {
    list-style: disc !important;
    margin-left: 20px;
}

.contact-form {
    margin-bottom: 20px;
    background: #eee;
    padding: 20px;
    border-radius: 10px;
}

.contact-form .form {}

.contact-form .form p {
    margin: 10px 0 15px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 35px;
    padding-top: 10px;
    border-bottom: 0;
}

.contact-form .form label {
    width: 100%;
    font-size: 15px;
}

.contact-form .form label span {
    color: #f00;
}

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

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

.contact-form .form button {
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    height: 35px;
    width: 100%;
    cursor: pointer;
    outline: 0;
    background: rgb(253,184,20);
    text-transform: uppercase;
    border: 2px solid rgb(253,184,20);
    font-weight: 600;
}

.contact-infor {
    margin-bottom: 20px;
}

.contact-infor .infor {
    margin-bottom: 20px !important;
    line-height: 20px;
}

.contact-infor .infor .address {}

.contact-infor .infor .address .title {
    padding-bottom: 0;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 20px;
    font-size: 20px;
}

.contact-infor .infor .address .pt_list_addres {
    margin-bottom: 15px;
}

.contact-infor .infor .address .pt_list_addres>li {
    line-height: 25px;
    margin-bottom: 3px;
    font-size: 15px;
}

.contact-infor .infor .map {}

.contact-infor .infor .map iframe {
    height: 185px;
    width: 100%;
}

.parter {
    width: 100%;
    padding: 35px 0;
    background: #f7f7f7;
}

.parter .title {}

.parter .list {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.parter .item {
    padding: 0 5px;
    display: inline-block;
    width: 17%;
}

.parter .box {
    display: inline-block;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px;
    background: #fff;
}

.parter .box .image {
    width: 100%;
}

.parter .box .image a {
    display: block;
}

.parter .box .image img {}

/*end css template contact*/

.category-slide-2 .slick-prev,
.category-slide-2 .slick-next {
    opacity: 1;
    font-size: 35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px solid #cccc;
    border-radius: 100%;
    box-shadow: 0 0 0px #ddd;
    background: none;
    color: #000;
}


.category-slide-2 .slick-prev:before,
.category-slide-2 .slick-next:before {
    content: unset;
}

.category-slide-2 .slick-prev {
    left: -37px;
}

.category-slide-2 .slick-next {
    right: -37px;
}

.category-slide-2 .slick-prev i,
.category-slide-2 .slick-next i {
    font-size: 23px;
    color: #000;
}

.category-slide-1 .slick-prev,
.category-slide-1 .slick-next {
    opacity: 1;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cccc;
    border-radius: 100%;
    box-shadow: 0 0 10px #ddd;
    background: #fff;
    color: #000;
}

.category-slide-1 .slick-prev:before,
.category-slide-1 .slick-next:before {
    content: unset;
}

.category-slide-1 .slick-prev {
    left: -25px;
}

.category-slide-1 .slick-next {
    right: -25px;
}

.category-slide-1 .slick-prev i,
.category-slide-1 .slick-next i {
    font-size: 18px;
    color: #000;
}

.wrap-partner {
    padding: 5px 0;
    margin-top: 20px;
}

.wrap-partner .list-item {
    border-radius: 3px;
    padding: 7px 0px;
}

.wrap-partner .list-item .item {
    background: #fff;
    padding: 10px;
}

.wrap-partner .list-item .box {
    border: 1px solid #eee;
    padding: 10px;
}

.wrap-partner .list-item img {}

.card-news-horizontal {
    margin-bottom: 5px;
}

.card-news-horizontal .box {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}

.card-news-horizontal .image {
    width: 100%;
}

.card-news-horizontal .image a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 73%;
}

.card-news-horizontal .image a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-news-horizontal .content {
    width: calc(100% - 0%);
    padding-left: 0px;
    padding-top: 10px;
    padding: 10px 0;
}

.card-news-horizontal .image img {
    height: 94px;
    object-fit: cover;
}

.card-news-horizontal .content h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
}

.card-news-horizontal .content h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    height: 45px;
    color: #152F55
}

.card-news-horizontal .content .date {
    margin-bottom: 5px;
    font-size: 13px;
    color: #898989;
}

.card-news-horizontal .content .desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 80px;
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: justify;
}

.card-news-horizontal .content p {
    color: #333;
    max-width: 775px;
    margin: auto;
    text-align: justify;
    font-size: 15px;
    margin-bottom: 10px;
}

.wrap-category-product {
    padding: 20px 0 0;
    background-color: #fff;
}

.col-category-item {
    margin-bottom: 25px;
}

.category-item {}

.category-item .box {
    background-color: #f1e5d5;
    display: flex;
    padding: 30px;
    border-radius: 3px;
}

.category-item .box:hover {
    color: #404040;
    border: 1px solid #404040;
}

.category-item .box:hover img {
    color: red;
    transform: scale(1.1);
}

.category-item .box .content {
    width: 135px;
    flex: 0 0 135px;
    /* display: flex; */
    /* flex-direction: column; */
    /* height: 100%; */
    padding-bottom: 40px;
    position: relative;
    padding-right: 5px;
}

.category-item .box .content h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
}

.category-item .box .content h4 {
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 0;
    /* margin-top: 90px; */
    position: absolute;
    bottom: 10px;
}

.category-item .box .image {
    width: 100%;
}

.category-item .box .image .padding-image {
    padding-bottom: 57%;
    position: relative;
    overflow: hidden;
}

.col-category-item-2 .box .image .padding-image {
    padding-bottom: 56%;
}

.category-item .box .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.large-page-banner {
    width: 100%;
    min-height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
}

.large-page-banner>.context-panel {
    width: 100%;
    max-width: 1464px;
    padding: 0 32px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.large-page-banner>.image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.large-page-banner>.context-panel>.heading {
    font: 700 2.25rem/1.618 "Roboto", sans-serif;
    margin-bottom: 16px;
}

.large-page-banner>.context-panel>.context {
    font: 300 1rem/1.618 "Roboto", sans-serif;
    width: 100%;
    max-width: 450px;
}

.gap-94 {
    height: 94px;
}

.gap {
    width: 100%;
    margin: 0;
}

/* .block-product {
    display: none;
} */

.content-blocks-section>.content-blocks {
    width: 100%;
    max-width: 1464px;
    padding: 0 32px;
    margin: 0 auto;
}

.content-blocks .content-block {
    display: flex;
}

.content-blocks>.content-block:nth-child(even) {
    flex-direction: row-reverse;
}

.content-blocks>.content-block>.image-container {
    height: 450px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-blocks>.content-block>* {
    flex: 1;
}

.content-blocks>.content-block>.image-container>.image {
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s linear;
    display: block;
}

.content-blocks>.content-block>.context-panel>.context-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 64px;
    height: 100%;
}

.content-blocks>.content-block>.context-panel>.context-container>.heading {
    font: 700 1.75rem/1.618 "Roboto", sans-serif;
    margin-bottom: 12px;
}

.content-blocks>.content-block>.context-panel>.context-container>.context {
    font: 300 1rem/1.618 "Roboto", sans-serif;
    margin-bottom: 24px;
}

.primary-btn {
    border: 1px solid #FFA200;
    background: #FFA200;
    color: #fff;
}

.wrap-pro-tab-home {
    padding: 0;
    margin-top: 20px;
    position: relative;
}

.wrap-pro-tab-home .nav-tabs {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0;
    border: unset;
}

.wrap-pro-tab-home .nav-tabs .nav-item {
    margin: 0 10px;
}

.wrap-pro-tab-home .nav-tabs .nav-item a {
    border: unset;
    padding: 0;
    text-transform: none;
    font-size: 20px;
    font-weight: bold;
    background-color: unset;
}

.wrap-pro-tab-home .nav-tabs .nav-item a.active {
    border-bottom: 0px solid #404040;
    color: #000
        /* font-weight: bold; */
}

.wrap-pro-tab-home .tab-content {}

.col-product-item {
    margin-bottom: 15px;
    height: auto;
    padding: 0 15px;
}

.product-item {
    /* position: relative; */
    /* border: 1px dashed #eeee; */
    padding: 10px 10px 0 10px;
    background: #fff;
    margin-bottom: 35px;
}

.product-item .box {}

.product-item .box .image {
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.product-item .box .image a {
    display: block;
    position: relative;
    overflow: hidden;
}

.product-item .box .image a:hover {}

.product-item .box .image a:hover img {
    /* transform:scale(1.1); */
}

.product-item .box .image .km {
    position: absolute;
    padding-left: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 12px;
    padding-right: 10px;
    line-height: 20px;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.product-item .box .image .km:before {
    content: "\f06b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    width: 20px;
    line-height: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ff0b10;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding-left: 1px;
    position: absolute;
    left: 5px;
}

.product-item1 .box .image:before,
.product-item1 .box .image:after {
    content: '';
    width: 30%;
    height: 30%;
    background-size: 100% 100%;
    position: absolute;
    background-color: #f99f31;
    z-index: -1;
}

.product-item .box .image:before {
    top: 0;
    left: 0;
}

.product-item .box .image:after {
    bottom: 0;
    right: 0;
}

.product-item .box .image a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.5s;
}

.product-item .box .actionss {
    width: 100%;
    position: absolute;
    padding-top: 15px;
    padding-bottom: 15px;
    bottom: 0;
    left: 100%;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    list-style: none;
}

.product-item:hover .box .actionss {
    left: 0;
}

.product-item .box .actionss>div {
    float: left;
    text-align: center;
    margin-bottom: 0;
    margin-left: 10px;
    cursor: pointer;
}

.product-item .box .actionss a {
    border: 0px solid transparent !important;
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 10%) inset;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%) inset;
    background-color: #ffffff;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    position: relative;
    border: none;
    width: 32px;
    height: auto;
    text-align: center;
    line-height: 32px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    color: #333333;
}

.product-item .box .actionss a i {
    line-height: 32px;
}

.product-item .box .actionss a:hover {
    background-color: #9d9d9d;
    -webkit-box-shadow: 0 0 0 30px #000 inset;
    box-shadow: 0 0 0 30px #9d9d9d inset;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.quang_cao_home {
    margin-bottom: 10px;
}

.product-item .box .content {
    text-align: left;
    padding: 10px 0;
    position: relative;
    justify-content: center;
    width: 100%;
}

.product-item .box .content h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    height: 40px;
}

.product-item .box .content h3 a {
    color: #333;
}

.product-item .box .content h3 a:hover {
    color: #0085bf;
}

.product-item .box .content .desc {
    font-size: 13px;
    padding-top: 5px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 29px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.product-item .box .content .box-price {
    text-align: center;
    width: 100%;
    justify-content: center;
    margin-top: 5px;
}

.product-item .box .content .box-price span {
    font-weight: 500;
    display: inline-block;
    background-size: contain;
    padding: 0;
    min-width: unset;
    height: 20px;
    line-height: 20px;
}

.product-item .box .content .xemthem_home {
    width: 120px;
    border-radius: 20px;
    background: #03a5dc;
    padding: 5px 10px;
    margin: 10px auto;
    text-align: center;
    font-size: 13px;
    /* left: 25%; */
    left: 50% !important;
    transform: translate(-50%, -50%);
    position: absolute;
    /*bottom: -67px;*/
    z-index: 99999;
}

.product-item .box .content .xemthem_home a {
    color: #fff;
}

.wrap-ykkh {
    padding: 30px 0;
    background-color: #fff;
}

.wrap-ykkh .cate-dot-1 .slick-dots {
    position: unset;
}

.list-ykkh {
    margin-left: -10px;
    margin-right: -10px;
}

.col-ykkh-item {
    border: solid 1px #ccc;
    padding: 20px;
    margin: 0 10px 15px 10px;
    border-radius: 10px;
}

.item-ykkh {}

.item-ykkh .box {
    width: 76px;
    /* float: left; */
    /* margin: -7px 13px 0 20px; */
    /* border: 4px solid #fff; */
    /* height: 76px; */
    /* border-radius: 50%; */
    /* position: relative; */
    /* overflow: hidden; */
}

.col-ykkh-item .item-ykkh .nd_ykien {
    background: #fff;
    padding: 0;
    text-align: left;
    font-size: 17px;
    line-height: 27px;
    min-height: auto;
    font-weight: 400;
    padding: 10px 0;
}

.col-ykkh-item .item-ykkh .nd_ykien1:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    top: 0;
    left: 32px;
    transform: translateY(-50%);
    background-color: #353a3d;
    text-align: center;
    line-height: 56px;
    width: 56px;
    height: 56px;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
}

.col-ykkh-item1 {
    padding: 0 0px;
    margin-top: 60px;
    width: 100%;
}

.item-ykkh {
    display: flex;
    width: 100%;
    margin: 0px 0;
    align-items: center;
}

.item-ykkh .box {
    width: 17%;
    margin: 0 10px 0 0;
    height: auto;
    position: relative;
}

.col-ykkh-item1 .item-ykkh .nd_ykien {
    background: #fff;
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 21%);
    border-radius: 10px;
    padding: 0px;
    text-align: justify;
    font-size: 15px;
    line-height: 22px;
    min-height: 255px;
    font-weight: 300;
    position: relative;
}

.col-ykkh-item1 .item-ykkh2 .nd_ykien:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    top: 0;
    left: 32px;
    transform: translateY(-50%);
    background-color: #353a3d;
    text-align: center;
    line-height: 56px;
    width: 56px;
    height: 56px;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
}

.category-slide-1 .slick-prev,
.category-slide-1 .slick-next {
    opacity: 1;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cccc;
    border-radius: 100%;
    box-shadow: 0 0 10px #ddd;
    background: #fff;
    color: #000;
}

.category-slide-1 .slick-prev:before,
.category-slide-1 .slick-next:before {
    content: unset;
}

.category-slide-1 .slick-prev {
    left: -5px;
}

.category-slide-1 .slick-next {
    right: -5px;
}

.category-slide-1 .slick-prev i,
.category-slide-1 .slick-next i {
    font-size: 18px;
    color: #000;
}


.item-ykkh .box_right {
    text-align: left;
    width: 72%;
}

.item-ykkh .box_right h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 0;
}

.item-ykkh .box_right p {
    font-size: 16px;
    margin: 0;
    color: #333;
    font-style: normal;
}

.item-ykkh .box img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
}

.cate_home {
    padding: 20px 0;
    position: relative;
    width: 100%;
}

.cate_home .cate-dot-1 .slick-dots {
    position: unset;
}

.cate_home .list_cate {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 20px;
}

.cate_home .list_cate2 {
    margin-bottom: 0;
}

.cate_home .list_cate .item {
    padding: 0 10px;
    float: left;
    width: 33.33333%;
}

.cate_home .list_cate2 .item {
    padding: 0 10px;
    float: left;
    width: 50%;
}

.cate_home .list_cate .image {
    width: 100%;
    overflow: hidden;
    border: 1px solid #bbb;
    border-radius: 3px;
}

.cate_home .list_cate .box .image img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 150px;
    object-fit: cover;
    transition: 0.5s;
}

.cate_home .list_cate .box:hover .image img {
    transform: scale(1.2);
}

.cate_home .list_cate .box {
    overflow: hidden;
    color: #222;
    align-items: center;
    border: 0;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
}

.list_cate .box .content {}

.list_cate .box .content h4 {
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.6px;
    margin-bottom: 14px;
    margin-top: 10px;
    color: #000;
    text-transform: uppercase;
}

.list_cate .box .content .category-list {
    font-size: 13px;
    line-height: 1.2;
}

.list_cate .box .content .category-list li {
    white-space: nowrap;
    color: #fff;
    margin-bottom: 9px;
}

.list_cate .box .content .category-list li:last-child {
    margin-bottom: 0;
}

.list_cate .box .content .category-list a {
    position: relative;
    display: inline-block;
    transition: text-decoration .3s;
    color: #fff;
}

.list_cate .box .content .category-list li::before {
    content: "\f054";
    color: inherit;
    padding-right: 8px;
    font-family: 'Font Awesome 5 Free';
    font-size: 13px;
    font-weight: 600;
}

.cate_home .list_banner {
    padding: 0 5px;
    width: 100%;
}

.cate_home .list_banner .item {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.cate_home .list_banner .box {
    display: block;
    position: relative;
    color: #fff;
}

.cate_home .list_banner .box .image {
    width: 100%;
}

.cate_home .list_banner .box .image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px;
    min-height: 213px;
    object-fit: cover;
}

.cate_home .list_banner .banner_content {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 40px;
}

.cate_home .list_banner .banner_content h4 {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.8px;
    margin-bottom: 0;
    font-weight: 700;
    margin: 0;
}

.cate_home .list_banner .banner_content h4 span {
    color: #fcb819;
}

.cate_home .list_banner .banner_content h3 {
    font-size: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    line-height: 33px;
    font-weight: 700;
    margin-top: 0;
}

.cate_home .list_banner .banner_content .dec {
    font-size: 14px;
    letter-spacing: -0.1px;
    margin-bottom: 22px;
    opacity: .8;
}

.cate_home .list_banner .banner_content a {
    padding: 9px 34px 9px 34px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 3px;
}

.cate_home .list_banner .banner_content a:hover {
    color: #fcb819;
    background-color: #fff;
}

.cate_home .list_banner .banner_content a i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    line-height: 0;
    font-size: 14px;
    margin-bottom: 2px;
}

.col-item-service {
    margin-bottom: 5px;
}

.item-service {}

.item-service .box {
    margin: 0 auto;
    padding: 10px 0px 5px 0;
    border-radius: 4px;
}

.item-service .box .icon {
    width: 80px;
    margin: 10px auto 10px;
}

.item-service .box .icon img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.item-service .box .name {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #403426;
}

.item-service .box .text_grey {
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
    padding: 0;
    color: #403426;
}

.col-1-5 {
    min-width: 20%;
}

.wrap-service {
    padding: 0px 0 20px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url(../images/bg_conso.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    position: relative;
}

.list_service {
    width: 100%;
}

.wrap-service .cate-dot-1 .slick-dots {
    position: unset;
    transform: unset;
}

.wrap-post-home {
    padding: 0;
    /* background: #eee; */
    position: relative;
    z-index: 2;
    /* margin-top: -360px; */
}

.wrap-post-home:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 64%;
    /* background-color: #cbcbcb; */
}

.wrap-post-home .group-title .title {
    color: #fff;
}

.wrap-post-home .group-title .title-b {
    color: #fff;
}

.product-post-template>.product-profile {
    margin-bottom: 120px;
}

.product-profile {
    width: 100%;
    max-width: 1464px;
    padding: 0 32px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 640px 1fr;
    grid-gap: 0 48px;
}

.product-profile>.product-outline>.product-images {
    margin-bottom: 26px;
}

.product-images {
    width: 100%;
    display: flex;
    height: 540px;
}

.product-images>.product-image-tabs {
    flex: 1;
    height: 100%;
    border: 1px solid rgba(51, 51, 51, 0.2);
}

.product-images>.product-image-tabs>.primary-product-image.-active {
    display: block;
}

.product-images>.product-image-tabs>.primary-product-image {
    display: none;
    height: 100%;
    width: 100%;
}

.product-images>.product-image-tabs>.primary-product-image>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: bottom;
}

.product-images>.product-image-gallery {
    display: grid;
    grid-template-columns: 100px;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-gap: 32px 0;
    margin-left: 42px;
}

.product-images>.product-image-gallery>.product-image {
    overflow: hidden;
    border: 1px solid rgba(51, 51, 51, 0.2);
}

.product-images>.product-image-gallery>.product-image>.fancy-image {
    display: block;
    padding-top: 100%;
    position: relative;
    height: 100%;
}

.product-images>.product-image-gallery>.product-image>.fancy-image>img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-profile>.product-outline>.tech-specs {
    margin-bottom: 42px;
}

.product-outline>.tech-specs {
    padding-right: 140px;
}

.tech-specs {
    display: flex;
    grid-gap: 0 32px;
    padding-right: 0 !important;
}

.tech-specs>.tech-attribute {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.tech-attribute>.heading {
    font-size: 0.875rem;
    display: none;
}

.tech-attribute>.tech-icons-list {
    display: flex;
    flex-wrap: wrap;
}

.tech-attribute>.tech-icons-list>.tech-icons {
    margin-right: 4px;
    position: relative;
}

.tech-attribute>.tech-icons-list>.tech-icons>img {
    max-width: 125px;
    object-fit: contain;
    height: 50px;
}

.product-information-list>.product-information {
    list-style: none;
    border-top: 1px solid #333;
}

.tech-attribute>.tech-icons-list>.tech-icons>.tech-info {
    display: none;
    position: absolute;
    top: 54px;
    color: #333;
    font: 400 1rem/1.618 "Roboto", sans-serif;
    background: #fff;
    min-width: 500px;
    left: -30px;
    right: 0;
    margin: 0 auto;
    padding: 14px;
    border: 4px solid #FFA200;
    border-radius: 4px;
    z-index: 2;
}

.tech-attribute>.tech-icons-list>.tech-icons>.tech-info:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 36px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFA200;
}

.tech-attribute>.tech-icons-list>.tech-icons:hover>.tech-info {
    display: block;
}

.product-information>.heading.-active+.product-information-context {
    display: block;
}

.product-information>.heading {
    font: 700 1.375rem/1.618 "Roboto", sans-serif;
    color: #333;
    margin-top: 16px;
    cursor: pointer;
    position: relative;
}

.product-information>.heading.-active:after {
    content: "-";
}

h2 {
    font-size: 1.5rem;
}

.product-information>.product-information-context {
    display: none;
    font: 300 1rem/1.618 "Roboto", sans-serif;
    padding: 0px 0 12px;
}

.product-information>.heading:after {
    position: absolute;
    content: "+";
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto 0;
    font: 300 1.5rem/1.618 "Roboto", sans-serif;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
}

.product-context>.heading {
    font: 700 1.75rem/1.618 "Roboto", sans-serif;
    margin-bottom: 16px;
    margin-top: 0px;
}

h2 {
    font-size: 1.5rem;
}

.product-context>.context {
    font: 300 1rem/1.618 "Roboto", sans-serif;
    margin-bottom: 16px;
}

.product-context>.context p,
.product-context>.context span {
    font-weight: 300 !important;
}

.product-colour-selection-block>.heading {
    font: 700 1rem/1.618 "Roboto", sans-serif;
    margin-bottom: 8px;
}

h2 {
    font-size: 1.5rem;
}

.product-colour-selection {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.product-colour-selection .colour[data-colour="green"] {
    background: #61993B !important;
}

.product-colour-selection>.colour.-active {
    border-color: #FFA200;
}

.product-colour-selection>.colour {
    width: 28px;
    height: 28px;
    cursor: pointer;
    border: 2px solid rgba(51, 51, 51, 0.1);
}

.product-colour-selection-block+.product-variation-table-container {
    margin-top: 34px;
}

.product-variation-table {
    border: 1px solid rgba(51, 51, 51, 0.1);
}

.product-variation-table>.table-heading.-two-columns {
    grid-template-columns: repeat(2, 1fr);
}

.product-variation-table>.table-heading {
    display: grid;
    grid-template-columns: 1fr 270px 100px 105px;
    list-style: none;
    background: #545859;
    font: 700 1rem/1.618 "Roboto", sans-serif;
    color: #fff;
}

.product-variation-table>.table-heading>.label {
    padding: 8px;
}

.product-variation-table>.product-variation-list {
    list-style: none;
}

.product-variation-table>.product-variation-list>.product-variation-item.active.-two-columns {
    grid-template-columns: repeat(2, 1fr);
}

.product-variation-table>.product-variation-list>.product-variation-item.active {
    display: grid;
    grid-template-columns: 1fr 270px 100px 105px;
}

.product-variation-table>.product-variation-list>.product-variation-item {
    display: none;
}

.product-variation-table>.product-variation-list>.product-variation-item>.label {
    font: 300 1rem/1.618 "Roboto", sans-serif;
    padding: 8px;
}

.product-variation-table>.product-variation-list>.product-variation-item>.label.length {
    display: flex;
}

.item-post {
    background: #fff;
    margin: 0 10px 20px;
    margin-top: 5px;
}

.item-post .box {
    display: flex;
    align-items: center;
    /* padding: 0 80px; */
    flex-wrap: wrap;
}

.item-post .box .image {
    /* width: 100%; */
    position: relative;
    margin: auto;
    overflow: hidden;
    border-radius: 50%;
    width: 260px;
    border: 3px solid #f99d1b;
}

.item-post .box .image .info {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #858585;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}

.item-post .box .image img {
    object-fit: cover;
    height: 260px;
}

.item-post .box .content {
    width: 100%;
    text-align: center;
}

.item-post .box .content .name {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    color: #373737;
}

.item-post .box .content .info {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.item-post .box .content .info span {
    margin: 0 10px;
}

.item-post .box .content .info span i {
    margin-right: 8px;
}

.item-post .box .content .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: -.025em;
    color: #666;
    text-align: justify;
    line-height: 1.6;
}

.item-post .box .content .link-detail {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #353a3d
}

.item-post .box .content .link-detail i {
    padding-left: 10px;
}

.info-count-pro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.info-count-pro .count-pro {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}

.info-count-pro .orderby {
    width: 100%;
    max-width: 250px;
}

.img_about {
    margin: 0 -15px;
}

.desc_nd {
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    max-width: 750px;
    padding-top: 10px;
    margin: auto;
}

.parallax-section2 {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    /* height: 400px; */
}

.parallax {
    position: relative;
    overflow: hidden;
    background-color: #fdcb4f;
}

.shape-divider2,
.shape-divider3,
.shape-divider4 {
    overflow: hidden;
}

.shape-divider2 svg,
.shape-divider3 svg,
.shape-divider4 svg {
    position: absolute;
    left: 0;
    width: 100vw;
    z-index: 1;
}

.shape-divider2 svg {
    top: 0;
}

.parallax-section2 .parallax {
    min-height: 500px;
}

.shape-divider4 svg {
    top: -24%;
}

.form-tv .modal-dialog {
    max-width: 600px;
}

.form-tv {
    text-align: center;
}

.form-tv form {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 50px 100px;
    display: flex;
    align-items: center;
    color: #3333;
    /* justify-content: center; */
}

.form-tv .box-content-form {
    width: 100%;
}

.form-tv .modal-body {
    padding: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
    border: solid 5px #353a3d;
}

.form-tv .modal-content {
    background-color: unset;
    border: 0px solid rgba(0, 0, 0, .2);
}

.close-form-modal {
    font-size: 18px;
    margin: 15px 0;
    display: inline-block;
    color: #000;
}

.form-tv .modal-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 35px;
}

.form-tv .modal-title img {
    width: 220px;
}

.title-form-m {
    text-align: center;
    background-image: linear-gradient(84deg, #353a3d 0%, #353a3d 47%, #353a3d 72%, #353a3d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    /* color: #954220; */
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.title-form-sm {
    text-align: center;
    color: #333;
    margin: 0px 0 20px;
}

.form-tv input {
    /* border: 1px solid #008c46 !important; */
    height: 40px;
}

.form-tv button {
    width: 50%;
    background-color: #353a3d;
    border-color: #353a3d;
    box-shadow: unset;
    /* margin-bottom: 20px; */
    height: 40px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.form-tv button:hover {
    background: #353a3d;
    color: #fff;
}

.form-tv textarea {
    border: 1px solid #008c46;
    border-radius: 0;
}

.form-tv .text {
    font-size: 14px;
    text-align: center;
    padding: 0 30px;
    color: #5c5c5c;
}

.wrap-banner-home {}

.item-banner {}

.item-banner a {
    display: block;
    overflow: hidden;
}

.item-banner a:hover img {
    transform: scale(1.1);
}

.item-banner a img {
    transition: all 0.5s;
    width: 100%;
    height: auto;
}

.quatang {
    border: solid 1px #ff0b10;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    padding: 15px 10px 10px;
    width: 100%;
    margin-top: 15px;
}

.quatang .title {
    position: absolute;
    top: -10px;
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    left: 50%;
    font-weight: 500;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap;
}

.quatang .box_quatang {}

.box_quatang ul {}

.box_quatang li {
    padding-left: 24px;
    padding-bottom: 3px;
    font-size: 13px;
    line-height: 20px;
}

.box_quatang li strong {
    color: #ff0b10;
}

.box_quatang li:before {
    content: "\f06b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 20px;
    line-height: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ff0b10;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding-left: 1px;
    position: absolute;
    left: 0;
}

.modal-First .modal-dialog {
    max-width: 800px;
    /* overflow: hidden; */
}

.modal-First .modal-dialog .modal-body {
    padding: 0;
}

.modal-First .modal-content {
    border: none;
    background-position: 60% center;
    background-color: #f3f3f5;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    border: solid 1px #eee;
}

.modal-First .close {
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -25px;
    top: -25px;
    left: unset;
    /* transform: translate(0%,-100%); */
    opacity: 1;
    color: #fff;
    font-size: 30px;
    background: #000 url(../images/ik.png) no-repeat center center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.modal-First .close:hover {
    opacity: 1;
}

.image-modal {}

.image-modal .image {
    width: 380px;
    float: left;
}

.image-modal .info_product_modal {
    width: 380px;
    height: 100%;
    float: left;
    padding: 15px 15px 15px 15px;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
}

.image-modal .info_product_modal .title {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.info_product_modal .list-attr .price span:first-child {
    font-size: 22px;
}

.image-modal .info_product_modal .image {
    width: 100%;
    float: unset;
}

.image-modal .info_product_modal .image img {
    height: auto;
}

.image-modal .image img {
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
}

.image-modal a {
    display: block;
}

.image-modal a img {
    border-radius: 10px;
}

.newsletter-content {
    margin-left: auto;
    text-align: center;
    padding: 40px 28px 40px;
    float: right;
    width: calc(100% - 0px);
}

.newsletter-content h4 {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 0;
}

.newsletter-content h4 span {
    color: #fcb819;
}

.newsletter-content h2 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -1.4px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    color: #03a5dc;
}

.newsletter-content h2 span {
    font-weight: 800;
}

.newsletter-content .dec {
    max-width: 100%;
    margin: 0 2px 20px;
    font-size: 16px;
    color: #333;
    line-height: 1.7;
}

.newsletter-content .dec b {
    color: #eb1c24;
}

.newsletter-content .input-wrapper-inline {
    position: relative;
    width: 100%;
}

.newsletter-content .input-wrapper-inline label {
    display: inline-block;
    width: 70px;
    text-align: left;
}

.newsletter-content .input-wrapper-inline .ngay_den {
    width: calc(100% - 74px);
    display: inline-block;
}

.newsletter-content .form-control {
    flex: 1;
    min-width: 40px;
    border-radius: 3px;
    min-height: 38px;
    font-size: 16px;
    color: #333;
    background-color: Transparent;
    padding: 7px 10px;
    overflow: hidden;
    height: 48px;
    border: solid 1px #ddd;
    background-color: #fff;
    margin-bottom: 12px;
}

.newsletter-content .input-wrapper-inline button {
    border-radius: 3px;
    padding: 0;
    border-color: #f99f31;
    display: block;
    background-color: #f99f31;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    position: relative;
    line-height: 50px;
    text-align: center;
    width: 100%;
}


/*Quickview*/

#quick-view-modal {
    background: rgba(0, 0, 0, 0.31);
    z-index: 9999;
}

#quick-view-modal .modal-footer {
    border-top: 1px solid #ccc;
}

#quick-view-modal .selector-wrapper label {
    width: 25%;
    font-weight: bold;
}

#quick-view-modal .selector-wrapper {
    width: 100%;
    float: left;
}

#quick-view-modal .btn-detail {
    float: left;
}

#quick-view-modal .form-input label {
    width: 100%;
    color: #333333;
    margin-bottom: 5px;
    font-weight: 700;
}

#quick-view-modal .form-input {
    float: left;
    width: 300px;
    max-width: 100%;
    padding: 10px 0px;
}

.product-price {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 12px;
    margin-top: 10px;
}

.product-price span {
    font-size: 24px;
    color: #db2121;
    margin-right: 25px;
}

.clearfix {
    zoom: 1;
}

.btn-detail {
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    font-size: 14px;
    border: 0;
    color: #ffffff;
    text-align: center;
    height: 42px;
    cursor: pointer;
}

.btn-color-add {
    background: #b49149;
    width: 200px;
    margin: 0;
    line-height: 42px;
    color: #fff;
}

.btn-color-add:hover {
    color: #fff;
}

#quick-view-modal .btn-color-add:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 42px;
    height: 42px;
    background: url(../images/add-cart.svg) no-repeat center center;
    background-size: 22px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.2);
}

#quick-view-modal .modal-body {
    padding: 10px 15px;
}

#quick-view-modal .form-input input[type=number] {
    max-width: 60px;
    text-align: center;
    padding: 6px;
    border-radius: 0px;
    border: 1px solid #ebebeb;
    outline: none;
    color: #737373;
}

#quick-view-modal .modal-header h2 {
    padding: 10px 0px;
    background: #53A1CC;
    color: #fff;
    line-height: 29px;
    text-align: center;
}

#quick-view-modal .qv-readmore {
    float: left;
    padding: 9px 10px;
}

#quick-view-modal .p-price {
    font-size: 24px;
    color: #db2121;
    margin-right: 25px;
}

#quick-view-modal i.fa.fa-plus,
#quick-view-modal i.fa.fa-times {
    margin-right: 8px;
}

#quick-view-modal .modal-content,
#quick-view-modal .btn {
    border-radius: 2px;
}

#quick-view-modal del {
    font-size: 20px;
    color: #898989;
}

#quick-view-modal .zoom>img {
    max-width: 100%;
    max-height: 300px;
}

#quick-view-modal .quickview-slider {
    width: 300px;
    margin: auto;
}

#quick-view-modal .zoom {
    text-align: center;
    width: 100%;
    height: 230px;
    padding: 10px;
}

#quick-view-modal .product-thumb:hover,
#quick-view-modal .product-thumb.active {
    border: 1px solid #b49149 !important;
}

#quick-view-modal .product-thumb:hover:after,
#quick-view-modal .product-thumb.active:after {
    border-top: 5px solid rgba(224, 85, 68, 0) !important;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #b49149;
    content: "";
    position: absolute;
    top: -11px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 6px;
}

#quick-view-modal .image-zoom {
    text-align: center;
    padding: 15px 0;
}

#quick-view-modal .image-zoom>img {
    max-width: 100%;
    max-height: 300px;
    margin-bottom: 5px;
}

#quick-view-modal .btn-soldout {
    width: 100%;
}

#quick-view-modal .modal-title.p-title {
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
    margin: 0;
    font-size: 18px;
}

#quick-view-modal .btn-color-add {
    width: 200px;
}

.quickviewOverlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
}

.wrapper-quickview {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1135;
}

.jsQuickview {
    position: absolute;
    max-width: 900px;
    top: 10%;
    height: auto;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    padding: 0px;
    z-index: 2;
    background-color: #fff;
}

.quickview-close {
    position: absolute;
    top: 25%;
    right: 16px;
    color: #fff;
}

.quickview-close a {
    color: #fff;
}

.wrapper-quickview .modal-header {
    padding: 15px 0px;
    text-align: center;
    position: relative;
    background: #b49149;
    margin: 0;
    border-radius: 0;
}

.quickview-slider .owl-next,
.quickview-slider .owl-prev {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: calc(50% - 16px);
    cursor: pointer;
    text-indent: -999em;
    border-radius: 50%;
    opacity: 0;
}

.quickview-slider .owl-item .product-thumb {
    margin: 0px 3px;
    border: 1px solid #ebebeb;
    padding: 2px;
    text-align: center;
    width: auto;
    display: block;
}

.quickview-slider .owl-prev,
.quickview-slider .owl-next {
    width: 32px;
    height: 32px;
    display: block;
    background: url(../images/slide-arrow.png) no-repeat;
}

.quickview-slider .owl-prev {
    left: -33px !important;
    background-position: 0% -8px;
}

.quickview-slider .owl-next {
    right: -33px !important;
    background-position: 100% -8px;
}

.quickview-slider:hover .owl-next,
.quickview-slider:hover .owl-prev {
    opacity: 1;
}

.list_news2 {
    margin: 0 -10px;
}

.section_news {
    width: 100%;
    padding: 0px 0;
    background: #fbfaf8;
}

.col-mtc-new-hot {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.col-mtc-new-hot-left {
    width: 33.33%;
    float: left;
    padding: 0 10px;
}

.col-mtc-new-hot-right {
    width: 66.66%;
    padding: 0 10px;
    float: right;
}

.col-mtc-new-hot .col-mtc-new-hot-left .box-img {
    width: 100%;
    position: relative;
}

.col-mtc-new-hot .col-mtc-new-hot-left .img-cover {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 9.82%, #020202 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    z-index: 1;
    transition: 0.3s;
}

.col-mtc-new-hot .col-mtc-new-hot-left .box-img:hover .img-cover {
    background: #F4AA30;
    opacity: 0.7;
    height: 100%;
}

.col-mtc-new-hot .col-mtc-new-hot-left .box-img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.col-mtc-new-hot-left .box-info .desc_home_in {
    line-height: 20px;
    height: 58px;
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    text-align: justify;
    margin-top: 5px;
}

.col-mtc-new-hot-left .box-info h2 {
    line-height: 20px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
}

.col-mtc-new-hot-left .box-info h2 a:hover {
    color: #17a349;
}

.col-mtc-new-hot-left .box-info {
    padding: 5px 0px;
}

.col-mtc-new-hot-left .box-info .cate_news {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

.col-mtc-new-hot-left .box-info .cate_news a {
    color: #333;
}

.col-mtc-new-hot-left .box-info h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 126.69%;
    color: inherit;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}

.col-mtc-new-hot-left .box-info h3 a {
    color: #44705b;
}

.col-mtc-new-hot-right .list {}

.col-mtc-new-hot-right .list .list-item {
    padding: 5px 0px;
}

.col-mtc-new-hot-right .list .list-item:first-child {
    padding-top: 0px;
}

.col-mtc-new-hot-right .list .list-content-img {
    width: 115px;
    margin-right: 10px;
    padding: 0px;
    margin-bottom: 0px;
    height: 88px;
    position: relative;
    flex: 0 0 auto;
    float: left;
}

.col-mtc-new-hot-right .list-content .list-content-img img {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    height: 100%;
    object-fit: cover;
}

.col-mtc-new-hot-right .list .list-content-body {}

.col-mtc-new-hot-right .list .list-content-body .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}

.col-mtc-new-hot-right .list .list-content-body .list-content-title {
    clear: none;
    padding: 0px;
}

.list_news2 .item {
    margin-bottom: 20px;
}

.list_news2 .box {
    display: flex;
    flex-wrap: wrap;
}

.list_news2 .box .image {
    padding: 0 10px;
    width: 40%;
}

.list_news2 .box .image img {
    height: 144px;
    object-fit: cover;
    width: 100%;
}

.list_news2 .box .info {
    width: 60%;
    padding: 0 5px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.list_news2 .box .cate_news {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #F4AA30;
    margin-bottom: 0px;
}

.list_news2 .box .cate_news a {
    color: #1665b2;
}

.list_news2 .box .cate_news a:hover {
    color: #0b8de2;
}

.list_news2 .box .post_title {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-align: justify;
    width: 100%;
    color: #333;
    /* letter-spacing: 0.03em; */
    margin-bottom: 5px;
    margin-top: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list_news2 .box .post_title a {
    color: #333
}

.list_news2 .box .post_title a:hover {
    color: #44705b;
}

.list_news2 .box .date {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.16em;
    text-transform: none;
    color: #44705b;
    padding-right: 0;
    width: 100%;
}

.list_news2 .box .info .desc_home_in {
    line-height: 20px;
    height: 80px;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    text-align: justify;
}

.about-us-right {
    display: flex;
    align-items: left;
    justify-content: left;
    flex-wrap: wrap;
    margin-top: 59px;
    margin-left: 30px;
}

.about-us-right-item {
    width: 50%;
}

.about-us-right-item .about-us-img {
    width: 60px;
    margin-right: 10px;
}

.about-us-right-item .about-us-img img {
    width: auto;
    margin-top: 20px;
}

.about-us-right-item .text {
    text-align: left;
    float: left;
    width: 100%;
}

.about-us-right-item .text .number {
    font-size: 40px;
    color: #f99d1b;
    font-weight: 600;
}

.about-us-right-item .text p {
    font-size: 16px;
}

.about-us-right-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.wrap-project {
    display: flex;
    justify-content: space-between;
}

.xzoom-thumbs {
    height: 60px;
    overflow: hidden;
}

.title-about-us {
    text-align: center;
}

.title-about-us h4 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    position: relative;
    display: inline-block;
}

.title-about-us h4::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    bottom: -3px;
    left: calc(50% - 30px);
    background-color: #f0b12f;
}

.text-about-us {
    padding: 0 0px 30px 0px;
}

.text-about-us p {
    text-align: justify;
}

.about-left-title h5 {
    font-weight: 700;
    padding: 10px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-size: 18px;
}

.about-left-title h5 {
    font-weight: 700;
    display: block;
    padding: 13px 12px;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #ebebeb;
    letter-spacing: 0.3px;
}

.about-left-text p {
    text-align: justify;
    line-height: 21px;
}

.wrap-about-us {
    background-color: #fcfcfc;
}

.wrap-about-us.about-us-1 {
    background-color: #fff;
    margin-bottom: 33px;
}

.slick-slide {
    max-height: 100%;
    height: auto;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}

.slick-prev {
    z-index: 2000;
    left: -10;
}

.slick-prev:before {
    content: "";
}

.slick-next {
    right: -10;
}

.slick-next:before {
    content: "";
}

.slick-prev,
.slick-next {
    height: 20px;
    width: 20px;
    font-size: 16px;
    color: #555;
    background: #dedede;
}

.xzoom-thumbs img {
    width: 100% !important;
    object-fit: cover;
    height: 100px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: inherit;
    color: inherit;
}

.slide .slick-slide img {
    width: 100%;
    object-fit: cover;
}

.slide-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.py-42 {
    padding-top: 68px;
    padding-bottom: 68px;
}

.heading {
    font: 700 2.25rem/1.618 "Roboto", sans-serif;
    margin-bottom: 16px;
    width: 100%;
    line-height: 45px;
    max-width: 750px;
}

.context {
    font: 300 1rem/1.618 "Roboto", sans-serif;
    margin-bottom: 24px;
    width: 100%;
    max-width: 620px;
}

.pair-buttons {
    display: flex;
}

.primary-btn {
    padding: 16px 24px 12px;
    font: 700 1rem/1.618 "Roboto", sans-serif;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    letter-spacing: 1.5px;
    border: 1px solid #FFA200;
    background: #FFA200;
    color: #fff;
    margin-right: 32px;
}

.col-box-video {
    width: 46.5%;
}

.col-box-video-desc {
    width: 50.5%;
}

.col-box-video iframe {
    width: 100%;
    height: 400px;
}

.col-box-video iframe img {
    object-fit: cover;
}

.py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
}

.section_home_1 .heading {
    font: 700 1.75rem/1.618 "Roboto", sans-serif;
    color: #333;
    margin-bottom: 22px
}

.section_home_1 .context {
    font: 300 1rem/1.618 "Roboto", sans-serif;
    color: #333;
    margin-bottom: 22px;
}

.section_home_1 .primary-btn {
    padding: 16px 24px 12px;
    font: 700 1rem/1.618 "Roboto", sans-serif;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    letter-spacing: 1.5px;
    border: 1px solid #FFA200;
    background: #FFA200;
    color: #fff;
}

.col-box-space {
    width: 3%;
}

.col-box-video-desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: justify;
}

.product-slider-section {
    background-color: #f8f8f8;
    padding: 30px 0;
}

.section-3 {
    background: #f8f8f8;
    padding: 30px 0;
}

.product-slider-section .heading {
    margin-bottom: 64px;
    position: relative;
    text-align: center;
    max-width: 100%;
    text-transform: uppercase;
    color: #373737;
}

.product-slider-section .heading:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 100px;
    height: 3px;
    background: #f99d1b;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.product-slider-section>.product-slider-container {
    width: 100%;
    max-width: calc((1400px / 2) + (100vw / 2));
    margin-left: auto;
    padding-bottom: 64px;
}

.product-slider-section>.product-slider-container .product-slider .slick-arrow.slick-prev {
    left: 24px;
    bottom: -35px;
}

.product-slider-section>.product-slider-container .product-slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 36px;
    height: 36px;
    padding: 12px;
    display: inline-block;
    background: #FFA200 url('https://www.kordz.com/wp-content/themes/kordz/assets/images/icons/arrow-black-icon.svg') center/24px no-repeat;
    color: transparent;
    border: 0;
    cursor: pointer;
    z-index: 2;
    opacity: 0.8;
}

.product-slider-section>.product-slider-container .slick-list {
    display: flex;
}

.product-slider-section>.product-slider-container .slick-track {
    display: flex;
}

.product-slider-section>.product-slider-container .product {
    width: 320px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 16px 32px;
    background: #fff;
    position: relative;
    margin-right: 32px;
    height: 100%;
    padding-top: 48px;
    position: relative;
    border: solid 1px #F0F0F0;
}

.product-slider-section>.product-slider-container .product:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 4px;
    background: #FFA200;
    opacity: 0;
}

.product-slider-section>.product-slider-container .product .product-thumbnail {
    width: 230px;
    height: 230px;
}

.product-slider-section>.product-slider-container .product>.product-thumbnail>.thumbnail-link {
    display: block;
    height: 100%;
    width: 100%;
}

.product-slider-section>.product-slider-container .product>.product-thumbnail>.thumbnail-link>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 16px;
}

.product-slider-section>.product-slider-container .product>.product-name {
    display: flex;
    flex-direction: column;
    font: 300 2.5rem/1.2 "Roboto", sans-serif;
    color: #333;
    margin-bottom: 8px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.product-slider-section>.product-slider-container .product>.product-name:before {
    margin-bottom: 12px;
    margin: 0 auto;
}

.product-slider-section>.product-slider-container .product>.sub-title {
    font: 300 1.125rem/1.618 "Roboto", sans-serif;
    color: #333;
    margin-bottom: 8px;
    text-align: justify;
}

.product-slider-section>.product-slider-container .product>.product-excerpt {
    font: 300 1rem/1.618 "Roboto", sans-serif;
    color: #333;
    margin-bottom: 32px;
    text-align: center;
}

.product-slider-section>.product-slider-container .product>.product-link {
    font: 400 1rem/1.618 "Roboto", sans-serif;
    display: inline-block;
    padding: 8px;
    text-align: center;
    border: 1px solid #333;
    color: #333;
    margin-top: auto;
}

.product-slider-section>.product-slider-container .product-slider .slick-arrow.slick-next {
    transform: rotate(180deg);
    right: 48px;
}

.product-slider-section>.product-slider-container .product>.product-thumbnail {
    margin-bottom: 24px;
    width: 100%;
    max-width: 134px;
    height: 180px;
    overflow: hidden;
}

.product-slider-section>.product-slider-container .product>.product-name:before {
    content: "";
    height: 2px;
    width: 40px;
    display: inline-block;
    background: #333;
    margin-bottom: 12px;
    margin: 0 auto;
}

.product-slider-section>.product-slider-container .product-slider .slick-arrow.slick-disabled {
    opacity: 0;
}

.advert-panel-section {
    position: relative;
    padding: 80px 32px;
    min-height: 330px;
    display: flex;
    align-items: center;
}

.advert-panel-section>.background-image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    object-fit: cover;
}

.advert-panel-section>.advert-panel-container {
    width: 100%;
    max-width: 1464px;
    padding: 0 32px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 470px 1fr;
    grid-gap: 0 120px;
}

.advert-context>.heading {
    color: #fff;
    font: 700 2.25rem/1.618 "Roboto", sans-serif;
    margin-bottom: 24px;
    line-height: 40px;
}

.advert-context>.context {
    color: #fff;
    font: 400 1rem/1.618 "Roboto", sans-serif;
}

.advert-panel-section>.advert-panel-container>.paired-buttons {
    display: flex;
    align-items: flex-end;
}

.advert-panel-section>.advert-panel-container>.paired-buttons>.primary-btn {
    margin-right: 16px;
}

.mt-48 {
    margin-top: 48px;
}

.mb-64 {
    margin-bottom: 64px;
}

.content-titles>.content-titles-container.panel-layout-3 {
    min-height: 700px;
    display: grid;
    grid-gap: 42px;
    grid-template-columns: 700px 1fr;
    grid-template-areas: "first second" "first second" "first third" "first third";
}

.content-titles>.content-titles-container.panel-layout-3>.content-panel:first-of-type {
    grid-area: first;
}

.content-titles>.content-titles-container>.content-panel {
    width: 100%;
    position: relative;
    padding: 54px;
    overflow: hidden;
    border: 1px solid rgba(151, 151, 151, 0.1);
    background-color: #F6F6F6;
}

.content-titles>.content-titles-container>.content-panel>.heading {
    font: 700 1.75rem/1.618 "Roboto", sans-serif;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.content-titles>.content-titles-container>.content-panel>.heading:before {
    content: "";
    width: 40px;
    height: 7px;
    display: block;
    background: #FFA200;
    top: 24px;
    left: -54px;
    bottom: 0;
    position: absolute;
}

.content-titles>.content-titles-container>.content-panel>.context {
    font: 400 1rem/1.618 "Roboto", sans-serif;
    width: 100%;
    max-width: 400px;
    color: #333;
    z-index: 2;
    position: relative;
}

.content-titles>.content-titles-container>.content-panel>.background-image {
    position: absolute;

    bottom: 0;
    right: 0;
    width: 70%;
    height: 70%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.2s linear;
}

.content-titles>.content-titles-container>.content-panel.cover-panel>.background-image {
    top: 0;
    left: 0;
    bottom: initial;
    right: initial;
    width: 100%;
    height: 100%;
}

.content-titles>.content-titles-container {
    width: 100%;
    max-width: 1464px;
    padding: 0 32px;
    margin: 0 auto;
    list-style: none;
}

.content-titles>.content-titles-container.panel-layout-3>.content-panel:nth-child(2) {
    grid-area: second;
}

.content-titles>.content-titles-container>.content-panel {
    width: 100%;
    position: relative;
    padding: 54px;
    overflow: hidden;
    border: 1px solid rgba(151, 151, 151, 0.1);
    background-color: #F6F6F6;
}

.content-titles>.content-titles-container.panel-layout-3>.content-panel:last-of-type {
    grid-area: third;
}

.content-titles>.content-titles-container.panel-layout-3>.content-panel:nth-child(2) {
    grid-area: second;
}

.featured-case-study {
    background: #F9F9F9;
    padding-left: 32px;
}

.featured-case-study>.featured-case-study-container {
    width: 100%;
    display: grid;
    max-width: calc((1400px / 2) + (100vw / 2));
    margin-left: auto;
    grid-template-columns: 700px 1fr;
}

.featured-case-study>.featured-case-study-container>.featured-case-study-context {
    width: 100%;
    height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 64px;
    align-items: flex-start;
}

.featured-case-study>.featured-case-study-container>.featured-case-study-context>.heading {
    font: 700 1.75rem/1.618 "Roboto", sans-serif;
    margin-bottom: 28px;
}

.featured-case-study>.featured-case-study-container>.featured-case-study-context>.image {
    display: none;
}

.featured-case-study>.featured-case-study-container>.featured-case-study-context>.context {
    font: 400 1rem/1.618 "Roboto", sans-serif;
    margin-bottom: 16px;
}

em {
    font-style: italic;
}

.download-btn>span:before {
    content: "";
    background: url('https://www.kordz.com/wp-content/themes/kordz/assets/images/icons/circular-arrow.svg') center/contain no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.featured-case-study>.featured-case-study-container>.image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 640px;
}

.discover-kordz-section {
    background: #545859;
    padding: 84px 32px;
}

.discover-kordz-section>.heading {
    font: 700 1.75rem/1.618 "Roboto", sans-serif;
    color: #fff;
    position: relative;
    margin-bottom: 64px;
    text-align: center;
    max-width: 100%;
}

.discover-kordz-section>.heading:after {
    content: "";
    width: 50px;
    height: 7px;
    background: #FFA200;
    left: 0;
    right: 0;
    margin: 16px auto 0;
    display: block;
}

.discover-kordz-section>.services-list {
    width: 100%;
    max-width: 1464px;
    padding: 0 32px;
    margin: 0 auto;
    display: flex;
    grid-gap: 0 64px;
    justify-content: center;
}

.discover-kordz-section>.services-list>.services-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.discover-kordz-section>.services-list>.services-item>.image-icon {
    margin-bottom: 16px;
    display: inline-block;
}

.discover-kordz-section>.services-list>.services-item>.image-icon>img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.discover-kordz-section>.services-list>.services-item>.services-context>.heading:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    display: block;
    left: 0;
    right: 0;
    margin: 16px auto 0;
}

.discover-kordz-section>.services-list>.services-item>.services-context>.context {
    font: 300 1rem/1.618 "Roboto", sans-serif;
    color: #fff;
    width: 100%;
    max-width: 280px;
    text-align: center;
}

.discover-kordz-section>.services-list>.services-item>.services-context>.heading>a {
    color: #fff;
    display: inline-block;
}

.discover-kordz-section>.services-list>.services-item>.services-context>.heading {
    font: 700 1.125rem/1.618 "Roboto", sans-serif;
    color: #fff;
    position: relative;
    margin-bottom: 12px;
    text-align: center;
}

.section {
    padding: 30px 0;
    position: relative;
    min-height: auto;
    width: 100%;
}

.sec_1080 .container {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.col-section_1 {
    margin-bottom: 0px;
}

.col-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.title22,
.col-inner p {
    text-align: left;
    font-size: 21px;
}

.col-section_1 h2.title22 {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 600;
}

.headline {
    background-color: black;
}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, .9);
    width: 100%;
}

.headline hr {
    width: 100%;
    color: black;
}

.col-section_1 p {
    font-size: 13.5px;
    font-weight: 300;
    /* margin-bottom: 1.3em; */
    /* font-family: 'ellefutura' !important; */
}

.news1 {
    padding: 15px;
}

.news-pic img {
    padding-bottom: 40px;
}

.news-title {
    font-size: 21px;
    font-weight: 300;
}

.news-detail {
    font-size: 13.5px;
    font-weight: 300;
}

.specifications {
    width: 100%;
    position: relative;
    padding: 60px 0;
}

.col-section_1 {
    margin-bottom: 0px;
}

.headline {
    background-color: black;
}

.way_split {
    width: 100%;
    position: relative;
    padding: 60px 0;
}

.way_split .image {
    padding: 15px 0;
}

.way_split .image img {
    width: 100%;
}

.way_split .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px;
}

.way_split .desc {
    font-size: 13.5px;
    font-weight: 300;
}

.sqs-block {
    padding: 15px;
}

.sqs-block-content p {
    font-size: 15px;
    font-weight: 300;
    line-height: calc(1.8 * 15px);
}

.sqs-block-content p {
    font-size: 15px;
    font-weight: 300;
    line-height: calc(1.8 * 15px);
}

.key_feature {
    width: 100%;
    position: relative;
    padding: 60px 0;
}

.col-section_1 {
    margin-bottom: 0px;
}

.key_feature .list_key {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.key_feature .list_key .item {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 15px;
}

.key_feature .list_key.item .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.key_feature .list_key .item .image {
    display: inline-block;
    width: 78px;
}

.key_feature .list_key .item .image img {
    width: 100%;
}

.key_feature .list_key .item .info {
    width: calc(100% - 78px);
    padding-left: 15px;
}

.key_feature .list_key .item .info .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
}

.key_feature .list_key .item .info .desc {
    font-size: 13.5px;
    font-weight: 300;
}

.sqs-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.sqs-title {
    font-size: calc(1.4 * 1rem);
}

.sqs-block {
    padding: 15px;
}

figure {
    margin: 0;
}

.faded .cate-arrows-1 .slick-prev {
    background-color: transparent;
    background-image: url('../images/arr-left.png');
}

.faded .cate-arrows-1 .slick-prev::before {
    content: unset;
}

.faded .cate-arrows-1 .slick-next::before {
    content: unset;
}

.faded .cate-arrows-1 .slick-next {
    background-color: transparent;
    background-image: url('../images/arr-right.png');
}

.cate-arrows-1 .slick-next {
    background-image: url(../images/arr-right.png);
}

.cate-arrows-1 .slick-prev {
    background-image: url(../images/arr-left.png);
}

.slick-dots li button:before {
    content: "";
}

.index-product .desc {
    color: #999999;
    max-width: 775px;
    margin: auto;
    text-align: center;
    font-size: 15px;
    margin-bottom: 0px;
}

.index-product .content ul .items .box-content {
    align-items: center;
}

.index-product .content ul .items:nth-child(odd) .img {
    order: 1;
}

.index-product .content ul .items:nth-child(odd) .titles {
    text-align: right;
    padding-right: 15px;
    padding-left: 0;
}

.index-product .content ul .items .titles h4 {
    margin-bottom: 30px;
    margin-top: 0;
}

.index-product .content ul .items:nth-child(odd) {
    padding-left: 0;
    padding-right: 25px;
    margin-bottom: 50px;
}

.index-product .content ul .items {
    padding-left: 25px;
}

.index-product .content ul .items .titles p {
    color: #999;
    line-height: 1.7;
}

.index-product .content ul .items .titles .item-title {
    font-size: 18px;
    font-weight: 700;
    color: #373737;
}

.index-product .content ul .items .titles .item-title::after {
    position: absolute;
    content: "";
    background-color: #152F55;
    width: 80px;
    height: 3px;
    bottom: -10px;
    left: 0;
}

.index-product .content ul .items:nth-child(odd) .titles .item-title::after {
    right: 0;
    left: auto;
}

.relative {
    position: relative !important;
}

.product-slider-section-main .box-image img {
    height: auto;
    width: auto;
    margin: auto;
}

.product-slider-section-main .item {
    padding-left: 10px;
    padding-right: 10px;
}

.product-slider-section-main .item .box {
    padding: 5px;
    position: relative;
}

.product-slider-section-main .item .box .box-image {
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 9%);
    padding: 40px;
    background-color: #fff;
}

.product-slider-section-main .item .box .box-info {
    text-align: center;
}

.product-slider-section-main .item .box .box-info .title {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 62px;
}

.product-slider-section-main .item .box .box-info .title h3 {
    font-weight: 600;
    color: #333333;
    font-size: 19px;
    margin: 15px auto;
}

.product-slider-section-main .item .box .box-info .price {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 10px;
}

.product-slider-section-main .item .box .box-info .price .new {
    font-weight: 600;
    font-size: 18px;
    color: #f99d1b;
}

.product-slider-section-main .item .box .box-info .price .old {
    text-decoration: line-through;
    font-weight: 400;
    font-size: 13px;
    color: #999999;
}

.product-slide .item .box .box-info .star {
    color: #f99d1b;
}

.box-sale {
    position: absolute;
    right: 20px;
    width: 65px;
    height: 40px;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f99d1b;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    box-shadow: 2px 2px 3px 0px rgb(0 0 0 / 50%);
    z-index: 1;
}

.box-sale>span {}

.box-sale>span>span {}

.product-slide .slick-prev,
.product-slide .slick-next {
    height: 30px;
    width: 30px;
    font-size: 30px;
    color: #555;
    background: transparent;
}

.product-slide .slick-prev {
    left: 0;
}

.product-slide .slick-next {
    right: 0;
}

.desc p {}

.list-post-home.category-slide-1 .slick-prev,
.list-post-home.category-slide-1 .slick-next {
    box-shadow: none;
    border: none;
}

.list-post-home .btn-readmore {
    margin: 10px auto;
}

.list-post-home .btn-readmore {
    padding: 7px 21px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #f99d1b;
    color: #fff;
    border-radius: 3px;
}

.box_cards {
    width: 100%;
    /* height: 100vh; */
    background-color: #fff;
    padding: 0;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.box_cards .card-stack {
    width: 570px;
    height: 400px;
    position: relative;
    margin: 80px auto;
    display: inline-block;
}

.box_cards .prev_cards {
    left: 15px;
    right: auto;
}

.box_cards .card-stack .card-list {
    width: 100%;
    height: 100%;
}

.box_cards .card-stack .card-list li:nth-child(1) {
    /* animation: scaleCard 100ms; */
    top: 0;
    left: -160%;
    width: 100%;
    height: 100%;
    transform: scale(0.3);
    z-index: 1;
}

.box_cards .card-stack .card-list li .box_folder {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border: 5px #152F55 solid;
}

.box_cards .card-stack .card-list li .box_folder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgb(0, 0, 0, 0.2);*/
}

.box_cards .card-stack .card-list li .folder_info {
    padding: 15px;
    text-align: center;
    position: relative;
    display: inline-block;
    width: auto;
    opacity: 0;
    visibility: hidden;
    transform: 0.5s;
    z-index: 9;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.box_cards .card-stack .card-list li .folder_info h3 {
    margin: 0;
}

.box_cards .card-stack .card-list li .folder_info h3 a {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    color: #fff;
}

.box_cards .card-stack .card-list li:nth-child(2) {
    top: 0;
    left: -130%;
    width: 100%;
    height: 100%;
    transform: scale(0.5);
    z-index: 2;
}

.box_cards .card-stack .card-list li:nth-child(3) {
    top: 0;
    left: -95%;
    width: 100%;
    height: 100%;
    transform: scale(0.7);
    z-index: 3;
}

.box_cards .card-stack .card-list li:nth-child(4) {
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    transform: scale(0.9);
    z-index: 4;
}

.box_cards .card-stack .card-list li:nth-child(5) {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 5;
    filter: grayscale(0);
    /* transform: scale(1.5); */
    opacity: 1;
}

.box_cards .card-stack .card-list li:nth-child(6) {
    top: 0;
    left: 25%;
    width: 100%;
    height: 100%;
    transform: scale(0.9);
    z-index: 4;
}

.box_cards .card-stack .card-list li:nth-child(7) {
    top: 0;
    left: 46%;
    width: 100%;
    height: 100%;
    transform: scale(0.7);
    z-index: 3;
}

.box_cards .card-stack .card-list li:nth-child(8) {
    top: 0;
    left: 62%;
    width: 100%;
    height: 100%;
    transform: scale(0.5);
    z-index: 2;
}

.box_cards .card-stack .card-list li:nth-child(9) {
    top: 0;
    left: 77%;
    width: 100%;
    height: 100%;
    transform: scale(0.3);
    z-index: 1;
}

.box_cards .card-stack .next_cards {
    left: auto;
    right: 15px;
}

.box_cards .card-stack .buttons {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.46);
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    left: 0;
    top: 45%;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
    z-index: 100;
    outline: none;
    transition: all 0.2s ease;
}

.box_cards .card-stack .buttons i {
    line-height: 31px;
    display: inherit;
}

.box_cards .card-stack {
    width: 570px;
    height: 400px;
    position: relative;
    margin: 80px auto;
    display: inline-block;
}

.box_cards .card-stack .card-list li {
    opacity: 0.85;
    transition: all 100ms ease-in-out;
    border-radius: 2px;
    position: absolute;
    list-style: none;
    height: 300px;
    left: 0;
    right: 0;
    overflow: hidden;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    text-align: center;
    border-radius: 0;
    box-shadow: 0 3px 6px 0px #333;
    filter: grayscale(40%);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.box_cards .card-stack .buttons {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.46);
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    left: 0;
    top: 45%;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
    z-index: 100;
    outline: none;
    transition: all 0.2s ease;
}

.box_cards .buttons.next_cards {
    left: auto;
    right: 15px;
    font-size: 26px;
    z-index: 100;
}

.box_cards .buttons.prev_cards {
    left: 15px;
    right: auto;
    font-size: 26px;
    z-index: 100;
}

.box_cards .card-stack:hover>.buttons.prev_cards {
    display: block;
    animation: bounceInLeft 200ms;
}

.box_cards .card-stack:hover>.buttons.next_cards {
    display: block;
    animation: bounceInRight 200ms;
}

.dnbs-slide .box {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.dnbs-slide .box-img {
    text-align: center;
}

.dnbs-slide .box-img img {
    margin: 0 auto;
    width: 120px;
    border-radius: 50%;
    margin-bottom: 18px;
    height: 120px;
    border: 3px solid #3333;
}

.dnbs-slide .box-info .title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.6rem;
    color: #323c3f;
}

.dnbs-slide .box-info .title h4 {
    font-weight: 600;
}

.dnbs-slide .box-info .desc {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 0.9;
}

.dnbs-slide .box-info .text {
    font-size: 0.9rem;
    max-width: 535px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.7;
    color: #323c3f;
}

.dnbs-slide .slick-dots li button {
    width: 13px;
    height: 13px;
    line-height: 13px;
    background-color: #f1f1f1;
    border-radius: 50%;
    border: 2px solid #cdcdcd;
}

.dnbs-slide .slick-dots li.slick-active button {
    background-color: #f99d1b;
    border-color: #f99d1b;
}

.section_dnbs {
    padding-bottom: 70px !important;
    background: #f8f8f8;
}

.section_dnbs .slick-dots {
    bottom: -40px;
}

.box.video_gal img {
    width: 100%;
    height: 100%;
}

.box.video_gal .col-big-mid img {
    height: 100%;
}

.section_ntvt .col-small-left .item:first-child,
.section_ntvt .col-small-right .item:first-child {
    padding-bottom: 15px;
}

.section_ntvt .col-small-left .item:last-child,
.section_ntvt .col-small-right .item:last-child {
    padding-top: 15px;
}

.absolute {
    position: absolute !important;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0.4);
    top: 0;
    left: 0;
}

.about-us .index-product {
    padding-top: 50px;
    background: #f8f8f8;
}

.section-feadback .desc p {
    margin-bottom: 0;
}

.section-feadback .index-product .desc {
    margin-bottom: 0px;
}

.sec-trainghiem .heading {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #152F55;
    margin-bottom: 16px;
    width: 100%;
    line-height: 45px;
    max-width: 750px;
    margin: auto;
}

.sec-trainghiem .heading:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 100px;
    height: 3px;
    background: #f99d1b;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.sec-trainghiem>.container {
    max-width: 1200px;
}

.sec-trainghiem .box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}

.sec-trainghiem .box .box-image {
    width: 275px;
}

.sec-trainghiem .box .box-image img {
    width: 100%;
    padding-top: 0.2em;
    height: auto;
}

.sec-trainghiem .box .box-content {
    width: calc(100% - 275px);
}

.sec-trainghiem .devvn_icon_title {
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
    border-top-right-radius: 18px;
    overflow: hidden;
    border-bottom-left-radius: 18px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.sec-trainghiem .box .box-content .price {
    background-position: 105px 0;
    background-size: 170px;
    padding-bottom: 40px;
    width: 100%;
    padding-top: 35px;
    background-image: url(../images/bg_price.png);
    background-repeat: no-repeat;
}

.sec-trainghiem .box .box-content .price .devvn_suffix {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #999;
}

.sec-trainghiem .box .box-content .price .devvn_price {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    color: #0b3676;
}

.devvn_content p {
    font-size: 14px;
    color: #999;
    max-height: 54px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.devvn_content button {
    font-size: 14px;
    text-transform: unset;
    color: #606;
    max-width: 128px;
    width: 100%;
    text-align: center;
    height: 28px;
    line-height: 28px;
    padding: unset;
    min-height: unset;
    margin: 20px 0 24px 0;
    border: 1px solid #e1e1e1;
    border-radius: 99px;
    letter-spacing: 0;
    font-weight: 400;
}

.devvn_icon_title .stt {
    font-size: 36px;
    font-weight: 700;
    width: 96px;
    text-align: center;
    position: relative;
    height: 64px;
    line-height: 64px;
    display: block;
    color: #fff;
    background: #082e55;
}

.devvn_icon_title .title {
    width: calc(100% - 96px);
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #90278e;
    color: #fff;
    background-image: linear-gradient(to right, #c72274, transparent);
    padding-left: 60px;
    white-space: nowrap;
    height: 64px;
    line-height: 64px;
    overflow: hidden;
    border: unset;
    letter-spacing: 0;
    margin: 0;
    background-color: #082e55;
    background-image: linear-gradient(to right, #1834bd, transparent);
}

.devvn_icon_title span.stt:before {
    content: "";
    display: block;
    border-width: 32px 12px 32px 12px;
    border-style: solid;
    border-color: transparent transparent #082e55 #082e55;
    width: 1px;
    height: 1px;
    position: absolute;
    left: 100%;
}

.sec-trainghiem .item {
    padding-bottom: 64px;
}

.sec-change .heading {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #152F55;
    margin-bottom: 16px;
    width: 100%;
    line-height: 45px;
    max-width: 750px;
    margin: auto;
}

.sec-change .heading:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 100px;
    height: 3px;
    background: #f99d1b;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.nav-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.panel:not(.active) {
    display: none;
}

.sec-change ul.nav>li:not(:last-child) {
    margin-right: 20px;
}

.sec-change .tabbed-content .nav li a {
    font-size: 14px;
    font-weight: 700;
    border-radius: 99px;
    border: 1px solid #ccc;
    height: 42px;
    padding: 12px 30px;
}

.sec-change .tabbed-content .nav li.active a {
    color: #fff;
    border-color: #082e55;
    background-color: #082e55;
}

.sec-change .tabbed-content .nav {
    margin-top: 40px;
    margin-bottom: 40px;
}

.sec-change .container {
    max-width: 1200px;
}

.col-tab-item {
    padding-bottom: 30px;
}

.sec-change {
    text-align: center;
}

.devvn_btn {
    border-radius: 99px;
    min-width: 210px;
    margin-bottom: 0;
    height: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #666666 !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    border: 2px solid currentColor;
    background-color: transparent;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin: 0 auto;
}

.devvn_btn span {
    display: inline-block;
    line-height: 1.6;
    color: #666666 !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
}

.devvn_btn i {
    margin-right: -0.15em;
    margin-left: 0.4em;
    font-size: 12px;
    top: 0;
}

.sec-change .tabbed-content .box-image {
    border-radius: 0 8px 0 8px
}

.sec-change .tabbed-content .box-image img {
    height: auto;
}


/* HHH */

@media(max-width: 1300px) {
    .category-slide-1 .slick-prev {
        left: 0;
    }

    .category-slide-1 .slick-next {
        right: 0;
    }

    .section_cate_home .list_cate .item {
        padding: 0 15px;
    }

    .section_cate_home .list_cate .item .box {
        height: 114px;
        width: 130px;
    }
}

@media(min-width:1200px) {
    .container {
        width: 100%;
        max-width: 1100px;
    }
}

@media (min-width:992px) {
    .block-content-right {
        order: 1;
    }
}

@media (max-width:991px) {
    .section_cate_home .list_cate .item {
        padding: 0 15px;
        width: 16.66666%;
        display: flex;
        justify-content: space-between;
    }

    .section_cate_home .list_cate .item .box {
        height: auto;
        width: 100%;
        border: none;
    }

    .section_cate_home .list_cate .item .box .icon {
        border: 1px solid #ECECEC;
        border-radius: 16px;
        align-content: center;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 79px;
        margin-bottom: 12px;
    }

    .section_cate_home .list_cate .item .box .name {
        display: flex;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 135%;
    }

    .section_cate_home {
        padding: 24px 0 10px;
    }
}

@media (max-width:550px) {
    body.font-lato {
        display: none !important;
    }

    .template-detail {
        padding-bottom: 0;
        padding-top: 0;
    }

    .category-item .box .content {
        width: 110px;
        flex: 0 0 110px;
    }

    .category-item .box .content h3 {
        font-size: 14px;
    }

    .card-news-horizontal .content {
        width: 100%;
    }

    .card-news-horizontal .image {
        width: 100%;
    }

    .section_cate_home .list_cate {
        padding: 0 5px;
    }

    .section_cate_home .list_cate .item {
        padding: 0 10px;
    }

    .content_slide .box_content .title {
        font-size: 18px;
        line-height: normal;
    }

    .content_slide .box_content .desc {
        margin-bottom: 13px;
        line-height: normal;
        font-size: 14px;
    }

    .content_slide .box_content .button_slide {
        padding: 5px 20px;
    }
}

@media(max-width: 400px) {
    .section_cate_home .list_cate .item {
        width: 50%;
    }
}

.link-service {
    display: block;
    max-width: 790px;
    background: #fdcb4f;
    color: #fff;
    padding: 10px 15px;
    line-height: 35px;
    font-size: 20px;
    margin-bottom: 20px;
}

.link-service:hover {
    color: #fff;
}

.link-service i {
    margin-left: 10px;
}

.pd-10 {
    padding: 0 10px;
}

.text-service {
    padding: 0 5px;
}

.title-service {
    font-size: 63px;
    color: #fdcb4f;
    text-transform: uppercase;
    font-weight: bold;
}

.service-view {
    border: 1px solid #fdcb4f;
    border-radius: 20px;
    padding: 0 19px;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    color: #fdcb4f;
}

.service-view:hover {
    color: #fff;
    background-color: #fdcb4f;
}

.col-service-item {
    padding: 0 5px;
    margin-bottom: 20px;
}

.service-item {
    box-shadow: 1px 15px 19px #dddddd;
}

.service-item .box {
    text-align: center;
    padding: 0 0 15px;
    background-color: #fff;
}

.service-item .box .image {
    margin-bottom: 15px;
}

.service-item .box .image img {
    object-fit: cover;
    width: auto;
}

.service-item .box .name {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fdcb4f;
    line-height: normal;
}

.service-item .box .name span {
    max-width: 112px;
    display: inline-block;
}

.wrap-service .col-service-item:nth-child(2) .box .name a:hover {
    color: #282e88;
}

.wrap-service .col-service-item:nth-child(3) .box .name a:hover {
    color: #fdcb4f;
}

.wrap-service .col-service-item:nth-child(4) .box .name a:hover {
    color: #fad187;
}

.icon-dv-right {
    margin-top: 5px;
}

.line-div {
    width: 50px;
    height: 1px;
    background: #707070;
    margin: 0 auto;
}

.title-xemthem {
    font-size: 24px;
    color: #707070;
    font-weight: normal;
    text-transform: none;
    text-decoration: underline;
}

.title-#c31f26 {
    color: #fdcb4f;
}

.title-while {
    color: #fff;
}

.group-title .desc {
    color: #222;
    margin-bottom: 0;
    line-height: 24px;
    max-width: 750px;
    font-size: 15px;
    text-align: center;
    margin: auto;
}

.wrap-system {
    padding: 25px 0 60px;
    background-color: #fdcb4f;
    color: #fff;
}

.box-system {
    position: relative;
}

.list-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background-color: rgba(0, 0, 0, 0.2); */
}

.list-icon span {
    /* display: inline-block; */
    position: absolute;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    color: #3895f2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    transition: all 0.5s;
    transform: translate(-50%, -50%);
}

.list-icon span:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-name: animation-glowing-white-2;
    animation: animation-glowing-white-2 1.5s infinite;
}

.list-icon span.active:after {
    animation-name: animation-glowing-white-2-active;
}

@keyframes animation-glowing-white-2-active {
    0% {
        box-shadow: inset 0 0 0 0 #fff;
    }

    50% {
        box-shadow: 0 0 0 0 rgba(226, 59, 65, 0.5);
    }

    100% {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.1);
    }
}

@keyframes animation-glowing-white-2 {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }

    50% {
        box-shadow: 0 0 0 0 rgba(226, 59, 65, 0.1);
    }

    100% {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.1);
    }
}

.list-icon span.active {
    transform: translate(-50%, -50%) scale(1.5);
}

.list-icon span:before {
    content: "\f041";
}

.close-map {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    line-height: 23px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.close-map:before {
    content: "x";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
}

.bg-image-load {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.bg-image-load.active {
    z-index: 1;
    opacity: 1;
}

.bg-image-load.active .image-load {
    transform: translate(-50%, -50%) scale(1);
}

.box-system .image-load {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    /* opacity: 0; */
    text-align: center;
    max-width: 500px;
    /* overflow: hidden; */
    transition: all 0.5s;
}

.box-image-load {
    padding-bottom: 100%;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    border: 3px solid #e23b41;
}

.box-system .image-load img {
    width: auto;
    max-width: 70%;
    /* max-width: 100%; */
    height: 80%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wrap-system .image-sytem {}

.wrap-system .image-sytem img {}

.btn-view {
    display: inline-block;
    border-radius: 40px;
    line-height: 45px;
    background-color: #fff;
    color: #e23b41;
    font-size: 18px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #e23b41;
    box-shadow: 0px 1px 5px 1px #a38a8a;
    visibility: visible;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-name: animation-glowing-white;
    animation: animation-glowing-white 1.5s infinite;
}

.btn-light {
    padding: 3px 12px;
    font-size: 14px;
    color: #333;
    background-color: rgb(245 134 50);
    border-color: rgb(245 134 50);
}

.btn-cart-light {
    padding: 3px 12px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background-color: rgb(245 134 50);
    border-color: rgb(245 134 50);
}

@keyframes animation-glowing-white {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }

    100% {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
    }
}

.btn-view:hover {
    color: #fff;
    background-color: #e23b41;
}

.btn-view i {
    font-size: 28px;
    margin-right: 10px;
}

.wrap-count {
    padding: 25px 0;
}

.wrap-count .group-title .title {
    padding-bottom: 0;
    color: #e23b41;
}

.image-about {}

.image-about .image {
    overflow: hidden;
    display: block;
}

.image-about img {
    transition: 0.5s;
}

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

.link_about {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.link_about a {
    display: inline-block;
    color: #e23b41;
    border-radius: 50px;
    border: 1px solid #e23b41;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 16px;
    font-weight: 500;
    font-size: 18px;
}

.link_about a:hover {
    background-color: #e23b41;
    color: #fff;
}

.list_count {}

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

.item_count .box_count {}

.item_count .box_count .counter-value {
    color: #e23b41;
    font-size: 65px;
    font-weight: bold;
    margin-bottom: 5px;
}

.item_count .box_count p {}

.list-news-2 .fo-03-news .content {
    padding-top: 30px;
}

.list-news-2 .fo-03-news h3 a {
    color: #e23b41;
}

.list-news-2 .fo-03-news h3 a:hover {
    color: #282e88;
}

.list-news-2 .fo-03-news .desc {
    -webkit-line-clamp: 2;
    height: 46px;
    margin-bottom: 5px;
}

.fo-03-news h3 {
    font-weight: 500;
    font-size: 17px;
    color: #333;
    line-height: 20px;
    margin: 0px 0 0px;
    position: relative;
    margin-top: 10px;
}

.fo-03-news h3 a {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.fo-03-news h3 a:hover {
    color: #e23b41;
}

.fo-03-news .desc {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 92px;
    margin-bottom: 25px;
}

.fo-03-news-main .content {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.block-action-news {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fo-03-news-main .block-action-news {
    color: #e23b41;
}

.fo-03-news-main .date {
    color: #e23b41;
}

.xemthem {
    text-decoration: underline;
}

.wrap-bg {
    background-image: url(../images/bg-01.png);
    padding: 15px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-bg {
    position: relative;
    margin: 0 auto;
}

.box-bg>img {
    /* min-height: 300px; */
    /* object-fit: cover; */
    width: 100%;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.before-after-unset:before,
.before-after-unset:after {
    content: unset;
}

.box-bg .d-flex {}

.box-bg-content {
    justify-content: center;
    align-items: center;
    bottom: 0px;
    position: absolute;
    width: 100%;
}

.box-bg-content .logo-bg {
    width: 50%;
    text-align: right;
    padding-right: 10px;
}

.box-bg-content .button_tuvan {
    width: 50%;
    padding-left: 10px;
}

.box-bg-content .logo-bg img {
    width: auto;
    max-width: 328px;
}

.wrap-contact-footer {
    padding: 15px 0 0;
}

.col-1-5 {
    min-width: 20%;
}

.col-item-contact {
    color: #e23b41;
    margin-bottom: 15px;
}

.col-item-contact .box {
    text-align: center;
}

.col-item-contact .box .icon {
    text-align: center;
}

.col-item-contact .box .icon img {
    height: 75px;
    width: auto;
    margin: 0 auto;
}

.col-item-contact .box .name {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
}

.col-item-contact .box .desc {
    font-size: 17px;
}

.col-item-img {
    margin-bottom: 15px;
}

.col-item-img .box {}

.col-item-img .box .image {
    text-align: center;
}

.col-item-img .box .image img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.breadcrumbs {
    position: relative;
    width: 100%;
    /* padding-top: 20px; */
    background-color: #fff;
}

.breadcrumbs:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #2b2b2b; */
    z-index: 1;
}

.breadcrumbs ul {
    float: left;
    width: 100%;
    padding: 12px 15px;
    /* border-bottom: 1px solid #ddd; */
    /* margin-bottom: 20px; */
    display: inline-block;
    max-width: 795px;
    background-color: #e23b41;
}

.breadcrumbs ul>li {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #a8a8a8;
    font-weight: 400;
}

.breadcrumbs ul>li>a {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    float: left;
}

.breadcrumbs ul>li>a:after {
    content: "/";
    /*    content: "\f101";
margin: 0px 10px;
font: normal normal normal 14px/1 FontAwesome;
*/
}

.breadcrumbs ul>li:last-child a:last-child:after {
    content: "\f107";
    margin: 0px 0px 0 20px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 32px;
    position: relative;
    top: 2px;
}

.breadcrumbs ul>li span {
    display: inline-block;
    color: #fff;
}

.blog-news {
    padding: 50px 0;
}

.line-div-long {
    width: 100%;
    height: 1px;
    background-color: #000;
    max-width: 670px;
    margin: 30px auto;
}

.list-news-2 {}

.list-news-2 .row {
    padding: 0 7.5px;
}

.list-news-2 .row .col-xs-12 {
    padding: 0 7.5px;
}

.list-news-2>.row:nth-child(2n) .left {
    float: right;
}

.list-news-2 .left {}

.list-news-2 .right {}

.list-news-2 .fo-03-news {
    margin-bottom: 15px;
}

.list-news-blog {}

.list-news-blog .fo-03-col-news:nth-child(1),
.list-news-blog .fo-03-col-news:nth-child(6) {
    width: 50%;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .image a,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .image a {
    padding-bottom: 66.7%;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
    background-image: linear-gradient(0deg, rgba(204, 204, 204, 0.9), rgba(237, 233, 233, 0.9), transparent);
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content {
    color: #e23b41;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .date,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .date {
    color: inherit;
}

.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
    color: #3e4494
}

.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(1) .fo-03-news .content,
.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(6) .fo-03-news .content {
    color: #707070;
}

.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(1) .fo-03-news .content .block-action-news,
.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(6) .fo-03-news .content .block-action-news {
    color: #e23b41;
}

.blog-news-detail {
    padding: 0px 0;
    border-top: solid 1px #eee;
}

.p-75 {
    padding: 0 7.5px;
}

.p-5 {
    padding: 0 5px;
}

.p-10 {
    padding: 0 10px;
}

.padding-content {
    padding: 25px 38px 35px;
}

.news-detail {
    text-align: justify;
    /* border-radius: 15px; */
    overflow: hidden;
    margin-bottom: 30px;
}

.title-detail {
    color: #152F55;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.7;
}

.title-detail h1 {
    color: #152F55;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.7;
}

.title-lg {
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.news-detail .box_content {
    font-size: 15px;
    line-height: 1.6;
}

#wrapSizeChange h1 {
    font-size: 1.6em;
    font-weight: bold;
}

#wrapSizeChange h2 {
    font-size: 1.5em;
    font-weight: bold;
}

#wrapSizeChange h3 {
    font-size: 1.3em;
    font-weight: bold;
}

#wrapSizeChange h4 {
    font-size: 1.2em;
    font-weight: bold;
}

#wrapSizeChange h5 {
    font-size: 1.1em;
    font-weight: bold;
}

.news-detail .author {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
    /* padding: 5px; */
}

.news-detail .author .date {
    text-transform: none;
    font-size: 13px;
    display: inline-block;
    line-height: 1.5;
    padding: 0;
    width: auto;
    color: #a9a9a9;
    padding: 0 10px;
}

.changeFontSize {}

.changeFontSize * {
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    font-size: 13px;
}

.news-detail .box_content .content-news ul li {
    list-style: disc !important;
    margin-left: 20px;
}
.news-detail .box_content .content-news img {
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.content-news p {
    margin-bottom: 15px;
}

#fix-sidebar {
    position: sticky;
    top: 60px;
}

.shadow {
    box-shadow: 7px 10px 14px 4px #ccc;
}

.wrap-relate {
    /* margin-top:30px; */
    margin-bottom: 20px !important;
}

.blog-tuyendung {
    padding-bottom: 40px;
    padding-top: 40px;
}

.blog-tuyendung .card-news-horizontal .image a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(226, 59, 65, 1);
    z-index: 1;
    background-image: url(../images/logo-bg.png);
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}

.blog-tuyendung .card-news-horizontal .image a:hover img {
    opacity: 0.8;
}

.blog-tuyendung .card-news-horizontal .image a:hover:before {
    opacity: 1;
}

.blog-tuyendung .padding-content {}

.blog-tuyendung .card-news-horizontal:nth-child(3n+1) .content h3 {
    color: #282e88;
}

.blog-tuyendung .card-news-horizontal:nth-child(3n+2) .content h3 {
    color: #e23b41;
}

.blog-tuyendung .card-news-horizontal:nth-child(3n+3) .content h3 {
    color: #fecf78;
}

.list-trending ul>li:nth-child(3n+1) .content .name a {
    /* color: #282e88; */
}

.list-trending ul>li:nth-child(3n+2) .content .name a {
    /* color: #e23b41; */
}

.list-trending ul>li:nth-child(3n+3) .content .name a {
    /* color: #fecf78; */
}

.blog-product {
    padding: 30px 0;
    width: 100%;
}

.blog-product .group-title .title {
    padding-bottom: 0;
    color: #e23b41;
}

.blog-product .group-title {
    margin-bottom: 18px;
}

.blog-product .btn-view {
    box-shadow: 6px 11px 30px -4px #ccc;
    animation-name: unset;
}

.list-service-2 {
    margin-bottom: 10px;
}

.col-service-item-2 {
    margin-bottom: 15px;
}

.col-service-item-2:nth-child(2) .service-item-2 .box:hover {
    color: #282e88;
}

.col-service-item-2:nth-child(2) .service-item-2 .box:hover .line-div-2 {
    background-color: #282e88;
}

.col-service-item-2:nth-child(2) .service-item-2 .box:hover .line-div-2:after {
    border-left-color: #282e88;
}

.col-service-item-2:nth-child(3) .service-item-2 .box:hover {
    color: #ff0;
}

.col-service-item-2:nth-child(3) .service-item-2 .box:hover .line-div-2 {
    background-color: #ff0;
}

.col-service-item-2:nth-child(3) .service-item-2 .box:hover .line-div-2:after {
    border-left-color: #ff0;
}

.service-item-2 {}

.service-item-2 .box {
    box-shadow: 6px 11px 30px -4px #ccc;
    display: block;
    padding: 25px 48px 35px;
    background-color: #fff;
}

.service-item-2 .box:hover {
    color: #e23b41;
}

.service-item-2 .box:hover .line-div-2:after {
    content: "";
    border-top: 6px solid transparent;
    border-left: 6px solid #c31f26;
    /* border-right:4px solid #c31f26; */
    border-bottom: 6px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.service-item-2 .box:hover .line-div-2 {
    background-color: #e23b41;
}

.service-item-2 .icon {
    margin-bottom: 15px;
}

.service-item-2 .icon img {
    height: 135px;
    width: auto;
    object-fit: contain;
}

.service-item-2 .name {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.service-item-2 .desc {
    font-size: 17px;
    line-height: 24px;
    height: 72px;
    font-style: italic;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}

.line-div-2 {
    width: 50px;
    background-color: #000;
    height: 2px;
    position: relative;
}

.wrap-tab-service {
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wrap-tab-service .nav-tabs {
    border: unset;
    border-top: 2px solid #707070;
    max-width: 830px;
    margin: 0 auto;
}

.wrap-tab-service .nav-tabs li {}

.wrap-tab-service .nav-tabs li a {
    background-color: #fff;
    border-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: 0;
    /* box-shadow: inset 0px 1px 1px 0.8px #ccc; */
    outline: unset;
    border: unset;
}

.wrap-tab-service .nav-tabs li.active a {
    background-color: #2c8ff2;
}

.icon-tab {}

.icon-tab img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.wrap-tab-service .tab-content {
    padding-top: 30px;
}

.title-service-tab {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 40px;
    color: #e23b41;
}

.title-service-tab-sm {
    text-transform: uppercase;
    font-size: 20px;
    color: #707070;
    font-weight: bold;
}

.desc-tab {
    font-size: 15px;
    line-height: 1.6;
}

.product-relate {
    padding-top: 20px;
    width: 100%;
}

.blog-product-detail {
    padding: 10px 0 18px;
}

.blog-product-detail .group-title {
    margin-bottom: 18px;
}

.blog-product-detail .group-title .title {
    padding-bottom: 0;
    color: #353a3d;
    font-size: 25px;
}

.blog-contact {
    padding: 40px 0;
}

.tuvan_ct {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.image-contact {
    text-align: center;
}

.image-contact {
    max-width: 1000px;
    margin: 0 auto;
}

.image-contact .wrap-system {
    padding: 0;
}

.form-search-icon {
    padding-left: 15px;
    width: 100%;
    max-width: 400px;
}

.form-search-icon .form-group {
    margin-bottom: 0;
}

.form-search-icon input {
    height: 50px;
    border-radius: 30px;
    padding-left: 40px;
    font-size: 18px;
    width: 100%;
}

.form-search-icon .search-label {
    position: relative;
    margin: 0;
    width: 100%;
}

.form-search-icon .search-label:before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
    font-size: 18px;
    top: 50%;
    transform: translate(0, -50%);
    color: #707070;
    display: none;
}

.form-search-icon .search-label button {
    font-size: 18px;
    background-color: transparent;
    border: 0;
    box-shadow: unset;
    position: absolute;
    top: 12px;
    left: 12px;
}

.form-search-icon .search-label button i {
    color: #707070;
}

.wrap-list-contact-address {
    padding-top: 40px;
}

.blog-lienhe-hoptac {
    padding: 40px 0;
}

.blog-lienhe-hoptac .group-title {
    margin-bottom: 5px;
}

.blog-lienhe-hoptac .group-title .title {
    color: #e23b41;
    padding-bottom: 0;
}

.content-lienhe-hoptac {
    max-width: 1000px;
    margin: 0 auto 10px;
    text-align: justify;
    font-size: 16px;
}

.form-contact-hoptac {
    max-width: 800px;
    margin: 0 auto;
}

.form-contact-hoptac input:not([type=radio]):not([type=checkbox]),
.form-contact-hoptac select {
    height: 50px;
    border-radius: 0;
}

.form-contact-hoptac textarea {
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #000;
    font-size: 15px;
    border-radius: 0;
}

.form-contact-hoptac .border-input {
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #000;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
}

.form-contact-hoptac .border-input label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin: 12px 0;
    cursor: pointer;
    position: relative;
    padding-left: 0;
}

.form-contact-hoptac .border-input input {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.form-contact-hoptac .border-input .design {
    width: 22px;
    height: 22px;
    border: 2px solid #242424;
    border-radius: 100%;
    margin-right: 8px;
    position: relative;
}

.form-contact-hoptac .border-input .design::before,
.form-contact-hoptac .border-input .design::after {
    content: "";
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    position: absolute;
    transform: scale(0);
    transform-origin: center center;
}

.form-contact-hoptac .border-input .design:before {
    background-color: #242424;
    opacity: 0;
    transition: .3s;
}

.form-contact-hoptac .border-input .design:after {
    background-color: #2500e0;
    opacity: .4;
    transition: .6s;
}

.form-contact-hoptac .btn-view {
    line-height: 58px;
    padding: 0px 26px;
    font-size: 24px;
    margin-top: 20px;
}

.form-contact-hoptac .border-input input:checked+.design::before {
    opacity: 1;
    transform: scale(.6);
    top: -2px;
    left: -2px;
}

.form-contact-hoptac .border-input .text {
    color: #5d5656;
    font-size: 16px;
}

.form-contact-hoptac label:not(.radio-inline):not(.checkbox label) {
    font-size: 24px;
    font-weight: normal;
}

.form-contact-hoptac .checkbox label {
    font-size: 17px;
}

.form-contact-hoptac .checkbox label input {
    float: left;
    position: relative;
    top: 3px;
}

.form-contact-hoptac label a {
    text-decoration: underline;
    font-weight: 700;
}

.form-contact-hoptac input {
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #000;
    font-size: 15px;
}

.form-contact-hoptac select {
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #000;
}

.border-input {
    border: 1px solid #ccc;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.title-form {
    text-align: center;
    text-transform: uppercase;
    color: #e23b41;
    font-weight: bold;
    font-size: 31px;
    margin-bottom: 10px;
}

.blog-about-us {
    padding: 5px 0 0;
}

.wrap-about-us .group-title .title {
    color: #e23b41;
    padding-bottom: 0;
}

.wrap-about-us .desc-about {
    /* max-width: 560px; */
    text-align: center;
}

.wrap-about-us {}

.wrap-about-us .container>.row {
    align-items: flex-end;
}

.about-text {}

.about-text .group-title {
    margin-bottom: 0;
}

.desc-about {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
}

.image-about-us {
    margin-bottom: 20px;
}

.image-about-us img {}

.wrap-tam-nhin {
    padding: 30px 0;
    box-shadow: 0 0 25px 0px #ccc;
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.wrap-tam-nhin:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

.box-tam-nhin {
    max-width: 800px;
    margin: 0 auto;
}

.item-tam-nhin {}

.item-tam-nhin:last-child .line-tam-nhin {
    display: none;
}

.title-tam-nhin {
    font-size: 44px;
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    color: #282e88;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    position: relative;
    line-height: 80px;
}

.title-tam-nhin img {
    width: auto;
    position: absolute;
    left: 0;
}

.item-tam-nhin:nth-child(3n+2) .title-tam-nhin {
    color: #eb1c23;
}

.item-tam-nhin:nth-child(3n+3) .title-tam-nhin {
    color: #f9bb5a;
}

.item-tam-nhin .desc {
    line-height: 32px;
    font-size: 24px;
    font-style: italic;
    width: 100%;
}

.wrap-ls {
    padding: 40px 0 50px;
}

.item-ls {}

.item-ls .image-ls {
    margin-bottom: 25px;
}

.item-ls .image-ls img {}

.ls-text {
    margin-bottom: 25px;
}

.title-ls {
    color: #e23b41;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.desc-ls {
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
}

.line-tam-nhin {
    width: 100%;
    max-width: 600px;
    height: 1px;
    background-color: #707070;
    margin: 20px auto;
}

.bg-line {
    background-image: url(../images/bg-line.png);
    height: 17px;
    margin-bottom: 25px;
}

.item-ls-sm {
    padding: 5px 1px;
}

.item-ls-sm:first-child .box {
    border-left: 1px solid #707070;
}

.item-ls-sm .box {
    text-align: center;
    /* border-left:1px solid #707070; */
    border-right: 1px solid #707070;
    line-height: 20px;
    padding: 0px 5px;
    font-size: 15px;
    cursor: pointer;
}

.slide-ls-sm {
    padding: 0 20px;
}

.item-ls-sm.slick-current {
    padding: 0;
}

.item-ls-sm.slick-current .box {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.wrap-banner-home-2 {
    background: #f8f8f8
}

.title_danhmuc {
    background: #c31f26;
    padding: 10px 10px;
}

.title_danhmuc h2 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.video {
    width: 100%;
}

.video iframe {
    width: 100%;
    height: 262px;
}

.list-attr .attr-item .form-group label {
    font-size: 15px;
}

.sale {
    position: absolute;
    top: 0;
    top: 0px;
    left: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    background-image: url(../images/229-2296936_5-percent-off-png-icon-gim-gi-10.png);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    padding: 0 7px;
    text-align: center;
    text-transform: uppercase;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    padding: 12px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: none;
    text-align: center;
    background: var(--main-color2);
    border-radius: 9px;
}

.nav-tabs .nav-link {
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 7px;
    color: #2E2E2E;
    font-weight: 700;
    text-align: center;
    margin-right: 10px;
    padding: 11px 25px;
    border-radius: 9px;
    background: #fff;
    border: solid 1px #d8d8d8;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #ccc;
}

.nav-tabs {
    margin-top: 20px;
    border-bottom: 0;
}

.nav-tabs .nav-item {
    float: left;
    width: auto;
    position: relative;
    height: 55px;
    /* margin-bottom: 9px; */
}

.title-1 {
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: solid 1px #eee;
    margin-bottom: 20px;
}

.wrap-fill {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.wrap-fill>.form-group {
    width: 13%;
    margin: 0 5px;
    margin-bottom: 10px;
    font-size: 12px;
}

.wrap-fill>.form-group select {
    font-size: 12px;
}

.tab-content>.active {
    display: block;
    color: #000;
    line-height: 26px;
    font-size: 16px;
    text-align: justify;
}

.tab-content>.active img {
    padding-bottom: 5px;
}

.group-title1 {
    width: 100%;
    text-align: center;
    position: relative;
}

.group-title1 .title1:before {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + 0px);
    width: 120px;
    height: 2px;
    background-color: #353a3d;
    transform: translate(-50%, 0);
}

.title-b {
    max-width: 750px;
    text-align: center;
    padding-top: 15px;
    font-size: 15px;
    line-height: 1.3;
    margin: 0 auto;
}

.title-b span {
    width: 100%;
}

.item-camnhan .content .desc i.fa-quote-left {
    margin: 0 10px 18px 0;
    vertical-align: bottom;
}

.item-camnhan .content .desc i {
    font-size: 34px;
    line-height: 30px;
    display: inline-block;
    color: #dddddd
}

.wrap-suutap {
    /*background: url(../images/bg_bosuutap.jpg);*/
    padding: 120px 0;
    overflow: hidden;
    background: #eee;
    position: relative;
}

.wrap-suutap .box-about {
    width: 100%;
    display: flex;
}

.wrap-suutap .box-about .bosuutap {
    padding: 110px 0;
}

.wrap-suutap .box-about .bosuutap h4 {
    font-size: 30px;
}

.wrap-suutap .box-about .bosuutap h2 {
    font-size: 50px;
    font-weight: 600;
}

.wrap-suutap .box-about .bosuutap p {
    font-size: 20px;
}

.wrap-suutap .btn-about {
    border-color: #fff;
    padding: 10px 30px;
    background: #613d00;
    margin-top: 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.bg_slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.bg_slide .image {
    width: 100%;
    display: none
}

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

.bg_slide1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none
}

.bg_slide1 .image1 {
    width: 100%;
}

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

.free {
    font-size: 13px;
    text-align: left;
    color: #333;
}

.free img {
    width: 40px;
    padding-right: 5px;
}

.title_sp_detail {
    text-align: left;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px
}

.title_sp_detail:before {
    content: "";
    width: 120px;
    height: 3px;
    background-color: #f28222;
    position: absolute;
    left: 0;
    top: 100%;
}

.title_sp_detail h1 {
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 21px;
    font-weight: 600;
}

.title_sp_lienquan {
    background: #0085bf;
    margin-bottom: 15px;
}

.title_sp_lienquan h2 {
    color: #fff;
    padding: 9px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.product-relate .product-item {}

.product-relate .product-item .box .image a {}

.list-tag {
    padding: 20px;
}

.list-tag>ul {
    /* margin-top: 20px; */
}

.list-tag>ul>li {
    display: inline-block;
}

.list-tag>ul>li>a {
    position: relative;
    display: block;
    margin: 0 10px 10px 0;
    padding: 0 20px 0 23px;
    line-height: 26px;
    height: 26px;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    font-size: 14px !important;
    -webkit-transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    font-weight: 500;
}

.list-tag>ul>li>a:hover {
    background-color: #e9242d;
    border-color: #e9242d;
    color: #ffffff;
}

.list-tag>ul>li>a:before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    -webkit-transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.list-trending {}

.list-trending ul {
    display: flex;
    flex-wrap: wrap;
}

.list-trending ul>li {
    font-size: 13px;
    margin-top: 0;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.list-trending ul>li>.box {
    display: flex;
    flex-wrap: wrap;
}

.list-trending ul>li>.box .xemthem {
    display: inline-block;
    padding: 5px 15px;
    background-color: #ff0506;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
}

.list-trending .box .icon {
    width: 75px;
    overflow: hidden;
    height: 65px;
}

.list-trending .box .icon img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    width: 100%;
}

.list-trending .box .icon:hover img {
    transform: scale(1.1);
}

.list-trending .box .content {
    width: calc(100% - 75px);
    padding-left: 10px;
}

.list-trending .box .content .name {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 20px;
}

.list-trending .box .content .name a {
    /* color: inherit; */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
}

.list-trending .box .content .name a:hover {}

.list-trending .box .content .desc {
    line-height: 1.42857143;
    color: #333333;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.side-bar2 {
    margin-top: 10px;
    background-color: #eee;
    padding-bottom: 0px;
    width: 100%;
    border-radius: 5px;
    border: solid 1px #ccc;
}

.support1 {
    padding: 0px 0px;
}

.support_in {
    background: #ccc;
    padding: 10px;
    border-bottom: solid 1px #333;
}

.support_in h2 {
    font-size: 17px;
    font-weight: 500;
    color: #333;
    padding: 0;
    margin: 0;
}

.support_in_in {
    font-size: 20px;
    color: #0085bf;
    font-weight: 600;
}

.support_in_in img {
    width: 20px;
    margin-right: 5px;
}

.padding_in {
    padding: 0 15px 0 0;
}

.ss01_about {
    padding: 30px 0 0 0;
    background: url(../images/maps_home.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.box_about {
    text-align: left;
}

.box_about h4 {
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.box_about h4::after {
    content: "";
    position: absolute;
    width: 105px;
    height: 1px;
    bottom: 0px;
    left: 0;
    background-color: #000;
}

.box_about h4 span {
    padding-left: 5px;
    font-size: 30px;
    font-weight: 600;
    color: #03a5dc
}

.box_about h4 span strong {
    color: #f99d1b
}

.box_about .desc {
    font-size: 15px;
    line-height: 26px;
    padding-right: 0px;
    text-align: justify;
}

.box_about .desc iframe {
    width: 100%;
    height: 260px;
}

.list_feedback .box {
    padding-bottom: 12px;
    margin: 0 10px;
}

.list_feedback .box .box_content {
    background-color: #f4f5f7;
    padding: 20px;
    font-size: 14px;
    color: #000;
    border-radius: 8px;
    min-height: 120px;
    position: relative;
    text-align: justify;
    margin-bottom: 27px;
}

.list_feedback .box .box_content:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 45px;
    border-top: 16px solid #f4f5f7;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.list_feedback .box .box_info {
    display: flex;
    align-items: center;
    padding: 0 18px;
}

.list_feedback .box .avatar {
    padding: 5px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 #ccc;
    border-radius: 50%;
    position: relative;
}

.list_feedback .box .avatar .image {
    overflow: hidden;
    border-radius: 50%;
}

.list_feedback .box .avatar .image img {
    width: 100%;
    height: 100%;
}

.list_feedback .box .avatar i {
    height: 38px;
    width: 38px;
    background-color: #f58634;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    position: absolute;
    bottom: -9px;
    right: 47%;
}

.list_feedback .box .box_info .box_author {
    width: calc(100% - 80px);
    padding-left: 13px;
}

.ss02_product {
    padding: 40px 0;
    background: url(../images/bg_product.png);
}

.ss03_product {
    padding: 30px 0 30px 0;
    background: #fff;
}

.ss04_tintuc {
    padding: 30px 0;
    background: url(../images/maps_home.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.ss05_duan {
    padding: 40px 0;
    background: url(../images/bg_product.png);
}

.duan_tb {}

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

.duan_tb h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.duan_tb h3 a {}

.ss05_duan .col-product-item {
    margin-bottom: 0px;
    height: auto;
    padding: 0 15px;
}

.ss05_duan a.btn.btn-readmore {
    margin-top: 5px;
}

.block-product .col-product-item {
    margin-bottom: 30px;
    max-width: unset;
}

.box_tuvan {
    margin: 20px auto;
    width: 200px;
    background: #f28222;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 5px 0;
    font-size: 17px;
    text-transform: uppercase;
}

.product .title {
    padding: 0 0px;
    margin-bottom: 10px;
}

.product h2 {
    /* background-color: #f99d1b; */
    font-size: 14px;
    display: inline-block;
    padding: 5px 0;
    width: 230px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
}

.product h2 img {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    width: 48px;
    height: 25px;
}

.product h2:before {}

.index-product {
    padding: 30px 0;
}

.index-product .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
    line-height: 1;
    text-transform: uppercase;
    color: #152f55;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
}

.index-product .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 150px;
    height: 4px;
    background: #f99d1b;
    left: 50%;
    transform: translateX(-50%);
}

.index-product .content {
    position: relative;
    padding-top: 30px;
}

.content {
    width: 100%;
    max-width: 1464px;
    padding: 0 32px;
    margin: 0 auto;
    position: relative;
}

.index-product .content ul {
    display: flex;
    flex-wrap: wrap;
}

.index-product .content ul .items {}

.index-product .content ul li {
    width: 50%;
}

.index-product .content ul .items .img {
    width: 115px;
}

.index-product .content ul li img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.index-product .content ul .items .titles {
    width: calc(100% - 115px);
    padding-left: 15px;
}

.index-product .content ul li .titles {}

.index-product .content ul .mini {
    width: 31%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.index-product .content ul .mini li .titles {
    padding-bottom: 30px;
}

.index-product .content ul li .titles {}

.index-product .content ul .mini li .img {
    margin: 30px auto;
    width: 80%;
}

.index-product .content ul .items2 .img {
    width: 64%;
    padding-bottom: 55px;
}

.index-product .content ul li img {
    width: 100%;
    display: block;
}

.main2 {
    padding-top: 125px;
}

.main {
    /* padding-top: 110px; */
}

.section {
    padding: 30px 0;
    position: relative;
    min-height: auto;
    width: 100%;
}

.product-title p {
    font-size: 21px;
    text-align: center;
}

.product-title strong {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: currentColor;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
    font-size: 21px;
}

.product-img {
    text-align: center;
}

.product-img a img {
    padding-bottom: 17px;
    text-align: center;
}

.product-more {
    text-align: center;
}

.product-more a {
    background-color: #00999e;
    color: white;
    font-size: 13px;
    padding: 12px 56px;
}

.title-breadcrumbM h1 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 20px;
}

.title_top {
    text-align: center;

    margin-bottom: 0;
    font-size: 72px;
    color: #082e55;
}

/* css Abouts --------------------------- */
.content_about {}

.content_about h2 {
    font-size: 25px;
    text-transform: uppercase;
    background: linear-gradient(92.02deg, #E02329 0%, #F98562 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    padding-bottom: 20px;
}

.content_about .content_about_top {
    text-align: left;
    font-size: 15px;
    color: #4c4c4c;
    line-height: 25px;
    border-radius: 10px;
    border: solid 1px #d8d8d8;
    padding: 16px 24px;
    margin-bottom: 30px;
}

.content_about .content_about_top h3 {
    font-size: 24px;
    text-transform: none;
    line-height: 48px;
    color: #2E2E2E;
    padding: 0 0 10px 0;
    background: none;
    margin: 0;
    font-weight: 700;
}

.content_about .content_about_top p {
    list-style: disc !important;
    margin-left: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
}

.content_about .content_about_top p span {
    font-weight: 700;
    font-size: 24px !important;
}

.content_about .content_about_top ul li {
    list-style: disc !important;
    margin-left: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
}

.content_about .content_about_top .tai_app {
    text-align: center;
    margin-top: 20px;
}

.content_about .content_about_top .tai_app img {
    margin-top: 10px;
}

.content_about span {
    font-weight: 600;
    font-size: 20px;
}

.about_bld {
    margin: 20px 0 0 0;
}

.about_bld h2 {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.about_bld .about_bld_in {
    text-align: center;
    margin-bottom: 20px;
}

.about_bld .about_bld_in .images {
    width: auto;
}

.about_bld .about_bld_in .images img {
    width: 219px;
    height: 219px;
    object-fit: cover;
    border-radius: 50%;
}

.about_bld .content_bld h2 {
    margin: 10px 0;
    padding: 0;
    text-align: center;
    background: linear-gradient(92.02deg, #E02329 0%, #F98562 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about_bld .content_bld p {
    font-size: 15px;
}

.box_parter {}

.box_parter .nd_parter {
    font-size: 14px;
    line-height: 24px;
    color: #4c4c4c;
}

.box_parter .parter {
    width: 100%;
    padding: 30px 0;
    border-top: 0px solid #D8D8D8;
}

.box_parter .padding_none {
    padding: 0;
}

.content_tuyendung {
    background: #f7f7f7;
    margin-top: 25px;
}

.content_tuyendung_in {
    background: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
}

.content_tuyendung_in .images img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    object-fit: cover;
    height: 220px;
}

.content_tuyendung_in .content_td {
    padding: 10px;
}
.description {
	padding-bottom: 20px;
	line-height: 1.7;
    text-align: justify;
}
.description ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
.description ul li {
    list-style: disc !important;
    margin-left: 20px;
}
.description ol li {
    margin-left: 18px;
}
.description p {
    padding-bottom: 10px;
    line-height: 1.5;
    text-align: justify;
}

.content_tuyendung_in .content_td h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    min-height: 40px;
    line-height: 1.1;
    padding: 0;
    margin: 0 0 10px 0;
    text-transform: none;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content_tuyendung_in .content_td h3 a {
    color: #333;
}

.content_tuyendung_in .content_td .desc {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.content_tuyendung_in .content_td .desc ul li {
    list-style: disc !important;
    margin-left: 20px;
}

.content_tuyendung_in .content_td .desc_in {
    border-top: solid 1px #f7f7f7;
    border-bottom: solid 1px #f7f7f7;
    text-align: center;
    padding: 5px 0;
    margin: 5px 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content_tuyendung_in .content_td .desc_in i {
    padding-left: 5px;
    cursor: pointer;
}

.des {
    display: none;
    text-align: center;
    padding: 5px 0;
    margin: 5px 0;
    overflow: hidden;
}

.content_tuyendung_in .content_td .detail-link {
    text-align: center;
    margin: 10px 0;
}

.content_tuyendung_in .content_td .detail-link a {
    color: #ef352e;
}

.about_us_in .content_slide .box_content .title {
    color: #fff;
    font-size: 50px;
    font-family: "Libre Baskerville", serif;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 10px;
}
.about_us_in .content_slide .box_content .title1 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 10px;
}

.about_us_in .content_slide .box_content .desc {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 28.64px;
}

.about_us_in .content_slide .box_content .button_slide {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.about_us_in {
    background: #ffffff;
}
.content_slide .row {
    align-items: center;
}

/* css ---------------*/
.content-wrapper .box_content .title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.content-wrapper .box_content .desc {
    color: #fff;
    line-height: 25px;
}

.product_top {
    background: #fff;
    padding: 30px 0 0 0;

}

.product_tab {
    background: #f7f7f7;
    padding: 30px 0;
}

.product_tab_active {
    display: none;
    background: #f7f7f7;
    padding: 30px 0;
}

.product_tab_active.active {
    display: block;
}

.product_all {
    text-align: center;
    padding: 20px 0 0 0;
}

.product_top .active .line {
    height: 4px;
    border-radius: 5px;
    background: var(--main-color1);
}

.active .content_product h3 {
    background: var(--main-color2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.product_all img {
    width: 103px;
    height: 108px;
}

.product_all .images {}

.product_all .content_product h3 {
    font-size: 15px;
    margin: 15px 0 25px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.product_all .content_product h3 a:hover {
    background: linear-gradient(92.02deg, #E02329 0%, #F98562 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product_tab .tab-product .tab-content {
    background: none;
}

.product_tab_active .tab-product .tab-content {
    background: none;
}

.main_detail_pro {
    margin-top: 30px;
}

.main_detail_pro .content_about_top {
    text-align: left;
    font-size: 15px;
    color: #4c4c4c;
    line-height: 25px;
    border-radius: 10px;
    border: solid 1px #d8d8d8;
    padding: 25px;
    margin-bottom: 30px;
}

.main_detail_pro .content_about_top ul li {
    list-style: disc !important;
    margin-left: 20px;
}

.main_detail_pro .content_about_top table tr td {
    border: solid 1px #ccc;
}

.title_top {
    width: 70%;
    text-align: left;
    float: left;
}

.title_top h1 {
    font-size: 25px;
    text-transform: uppercase;
    background: linear-gradient(92.02deg, #E02329 0%, #F98562 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    padding-bottom: 20px;
}

.main_detail_pro .box_tai {
    margin-top: 30px;
    margin-bottom: 100px;
}

.main_detail_pro .tai_ve {
    width: 30%;
    float: right;
}

.main_detail_pro .tai_ve .box_tai {
    margin-top: 5px;
    margin-bottom: 5px;
}

.box_huongdan {
    max-width: 750px;
    margin: 30px auto;
}

.box_huongdan .box_huongdan_in {
    margin-bottom: 15px;
    font-size: 15px;
    color: #4c4c4c;
    line-height: 25px;
    border-radius: 10px;
    border: solid 1px #d8d8d8;
    padding: 20px;
}

.box_huongdan .box_huongdan_in h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.box_huongdan .box_huongdan_in .desc_huongdan {
    font-size: 14px;
}

.padding_none {
    padding: 0;
}

.form-ungtuyen {
    display: flex;
    padding: 10px;
}

.form-ungtuyen label {
    width: 50%;
    padding: 15px 0px;
    text-align: center;
}

.form-ungtuyen input {
    margin: 0px 20px;
    border-radius: 9px;
    font-weight: 600;
    font-size: 16px;
    line-height: 200%;
    padding: 25px;
    display: inline-flex;
}

.form-ungtuyen .select {
    margin: 0px 20px;
    border-radius: 9px;
    font-weight: 600;
    font-size: 16px;
    line-height: 200%;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
}

.form-ungtuyen .don_vi {
    right: 0px;
    position: absolute;
    margin: 10px 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 200%;
}

.upload-file {
    padding: 10px;
    display: flex;
}

.upload-file label {
    padding: 30px 20px;
}

.upload-file input {
    margin: auto;
    width: 40%;
    border-radius: 9px;
    font-weight: 600;
    font-size: 16px;
    line-height: 200%;
    padding: 6px 25px 44px;
}

.upload-file .select {
    margin: auto;
    width: 20%;
    border-radius: 9px;
    font-weight: 600;
    font-size: 16px;
    line-height: 200%;
    padding: 25px 25px 25px;
}

/* css nguoidung */
.nguoi_dung {
    padding: 30px 0;
    background: #f7f7f7;
}

.nguoi_dung .icon_ykkh img {
    width: auto;
    padding-top: 5px;
    margin-bottom: 10px;
}

.slide_images img {
    width: 100%;
}

.content_dienthuong {
    color: #646464;
    opacity: 0.8;
    font-weight: 400;
    font-size: 16px;
    line-height: 179%;
}

.pro-tab {
    background-color: #F7F7F7;
}

.pro-tab .tab-product .tab-content {
    background-color: #F7F7F7;
}

.box-tuyen-dung {
    width: 1000%;
    margin: auto;
}

.box_baochi {
    /* border: solid 1px #ccc; */
    /* border-radius: 10px; */
    text-align: center;
    /* padding: 25px; */
}

.box_baochi .icon_ykkh {
    margin-bottom: 10px;
    text-align: center;
}

.box_baochi .nd_ykien {
    padding: 0 0 20px 0;
}

.box_baochi .icon_ykkh img {
    margin: auto;
}

.wrap-ykkh .nguoi_dung .col-ykkh-item {
    padding: 0;
}

.box_baochi h2 {
    font-weight: 600;
}

.padding_none {
    padding: 0;
}

.khoan_vay {
    background: #fff;
    -webkit-box-shadow: 0px -5px 8px rgb(112 112 112 / 15%);
    -moz-box-shadow: 0px -5px 8px rgba(112, 112, 112, 0.15);
    box-shadow: 0px -5px 8px rgb(112 112 112 / 15%);
}

.khoan_vay .tab-product .tab-content {
    padding: 0;
    margin: 0;
}

.khoan_vay .box_huongdan {
    max-width: 1070px;
}

.khoan_vay .content_tuyendung {
    background: #EDFFF6;
    border: 1px solid #92E6BA;
    border-radius: 12px;
    color: #ef352e;
    padding: 10px 20px;
    font-style: italic;
    font-size: 15px;
}

.content_trainghiem .form-ungtuyen .select {
    margin: 0;
    padding: 10px 20px;
    height: 50px;
    border: solid 1px #ccc;
}

.content_trainghiem .form-ungtuyen {
    display: flex;
    padding: 0px;
}

.tab-pane .card {
    border: none;
}

#list-thanhtoan .card-body {
    padding: 20px 0;
}

.content_trainghiem .upload-file .select {
    padding: 5px 20px;
    text-align: center;
    height: 50px;
    text-transform: uppercase;
}

.trainghiem .tab-product .tab-content {
    margin-top: 0;
}

.ketqua:not(.active) {
    display: none;
}

.ketqua.active {
    display: block;
}

.ketqua2:not(.active) {
    display: none;
}

.ketqua2.active {
    display: block;
}

.ketqua .content_about {
    margin-bottom: 30px;
}

.ketqua2 .content_about {
    margin-bottom: 30px;
}
.dau_tu_home {
    background: #f7f7f7;
    padding: 10px 0 0 0;
}
.box_desc {
    margin-bottom: 20px;
}



@media (max-width: 1199px) {
    .video iframe {
        height: 223px;
    }

    .feedback {
        padding: 25px 5%;
    }

    .product-item .box .actionss {
        display: none;
    }

    .box_cards .card-stack {
        width: 396px;
        height: 350px;
    }

    .table_product .title_bar .col_table_name {
        padding: 0 7px;
    }

    .table_product .body_bar .col_table_name {
        padding: 0 7px;
    }
}

@media (max-width: 991px) {
    .template-detail {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .table_product {
        width: auto;
        overflow-x: scroll;
        display: flex;
        flex-wrap: wrap;
    }
    .item-ykkh {
        padding: 15px;
    }
    .item-ykkh .box {
        flex: 0 0 105px;
    }
    .item-ykkh .box_right h2 {
        font-size: 20px;
    }
    .table_product .body_bar .progress_item {}

    .list_card .item {
        width: 50%;
    }

    .parter {
        padding: 40px 0 20px;
    }

    .parter .list {
        display: flex;
        flex-wrap: wrap;
    }

    .parter .list {
        padding: 0 8px;
    }

    .parter .item {
        padding: 0 7px;
        display: inline-flex;
        width: 25%;
        margin-bottom: 20px;
    }

    .parter .box {
        justify-content: center;
        width: 100%;
        height: 163px;
        align-items: center;
    }

    .parter .item:nth-child(5),
    .parter .item:nth-child(6) {
        display: none;
    }

    .feedback {
        margin-bottom: 20px;
    }

    .dieukien_dangky {
        padding: 20px 0 40px;
    }

    .dieukien_info .title {
        margin-bottom: 10px;
    }

    .dieukien_info .desc {
        line-height: 160%;
        margin-bottom: 20px;
    }

    .section_dautu .but-link {
        margin-top: 20px;
        ;
    }

    .video iframe {
        height: 518px;
    }

    .table_product .body_bar {
        width: auto;
    }

    .table_product .title_bar {
        white-space: nowrap;
        width: auto;
    }

    .table_product .body_bar .item {
        display: flex;
    }

    .table_product .body_bar .item:nth-child(odd) {}

    .table_product .body_bar .item label {
        /* display: block; */
        margin-bottom: 3px;
        font-weight: 700;
    }

    .table_product .body_bar .col_table_name {
        white-space: nowrap;
    }

    .table_product .col_table_id {
        width: 90px;
    }

    .table_product .col_table_rank {
        width: 71px;
    }

    .table_product .col_table_product {
        width: 100px;
    }

    .table_product .col_table_product_money {
        width: 120px;
    }

    .table_product .col_table_interest_rate {
        width: 80px;
    }

    .table_product .col_table_period {
        width: 70px;
    }

    .table_product .col_table_investment_rate {
        width: 200px;
    }

    .table_product .col_table_investable {
        width: 110px;
    }

    .table_product .body_bar .item {
        margin-bottom: 20px;
        width: auto;
    }

    .table_product .body_bar .item:not(:last-child) {}

    .modal-First .modal-dialog {
        max-width: 820px;
    }

    .list_image_video .item .image img {
        height: 180px;
    }

    .cate_home .list_banner .item {
        margin-bottom: 20px;
        width: 100%;
    }

    .cate_home .list_cate2 .item {
        margin-bottom: 20px;
        width: 100%;
    }

    .cate_home .list_banner .item:last-child {
        margin-bottom: 0;
    }

    .box_cards {
        height: auto;
        /* min-height: 500px; */
    }

    .box_cards .card-stack .card-list li:nth-child(1) {
        left: -100%;
    }

    .box_cards .card-stack .card-list li:nth-child(2) {
        left: -84%;
    }

    .box_cards .card-stack .card-list li:nth-child(3) {
        left: -60%;
    }

    .box_cards .card-stack .card-list li:nth-child(4) {
        left: -32%;
    }

    .box_cards .card-stack .card-list li:nth-child(6) {
        left: 16%;
    }

    .box_cards .card-stack .card-list li:nth-child(7) {
        left: 30%;
    }

    .box_cards .card-stack .card-list li:nth-child(8) {
        left: 42%;
    }

    .box_cards .card-stack .card-list li:nth-child(9) {
        left: 50%;
    }
    .section_dautu {
        padding-bottom: 25px;
    }

}

@media (max-width:767px) {
    .slide .slick-slide img {
        height: 100%;
        object-fit: fill;
    }
    .content_about .oneone tr{
        display: flex;
        flex-wrap: wrap;
    }
    .content_about .oneone tr td {
        width: 100% !important;
        
    }
    .feedback {
        margin-bottom: 0;
    }
    .slide .slick-slide img {
        min-height: 210px;
    }
    .title_top {
        width: 100%;
    }

    .title_top h1 {
        padding-bottom: 0;
    }

    /* .but-link {
		float: left;
		margin-bottom: 20px;
	} */
    .main_detail_pro .tai_ve {
        width: 100%;
    }

    .content-blocks-section[data-eq-state$=tablet]>.content-blocks {
        padding: 0 18px;
    }

    .parter .box {
        height: 118px;
    }

    .section_cate_home .list_cate {}

    .section_cate_home .list_cate .item .box .name {
        font-size: 11px;
    }

    .section_cate_home .list_cate {
        width: auto;
        /* display: flex; */
    }

    .section_cate_home .list_cate .item {
        padding: 0 8px;
        display: flex;
        justify-content: space-between;
    }

    .block_first_news .item .box .name {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
    }

    .block_first_news .item .box .desc {
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        padding-right: 40px;
        line-height: 19.5px;
        -webkit-line-clamp: 2;
    }

    .list_card .item {
        width: 100%;
    }

    .product-detail-left-content {
        margin-bottom: 20px;
    }

    .table_product .body_bar .item {
        width: 100%;
    }

    .table_product .body_bar .item:nth-child(odd) {
        margin-right: 0;
    }

    .section_dautu .list_card  .item {
        margin-bottom: 30px;
    }

    .modal-First .modal-dialog {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .newsletter-content {
        width: 100%;
    }

    .image-modal .image img {
        border-radius: 50px 50px 0 0;
    }

    .tab-product {
        width: 100%;
        float: unset;
        margin-right: 0;
    }

    .product-relate {
        width: 100%;
        float: unset;
    }

    .newsletter-content .form-control {}

    .image-modal .image {
        display: none;
    }

    .image-modal .info_product_modal .image {
        display: block;
    }

    .image-modal .info_product_modal .image img {
        border-radius: 0;
    }

    .image-modal .info_product_modal {
        width: 100%;
    }

    .newsletter-content .dec {
        line-height: 1.4;
    }

    .newsletter-content h2 {
        font-size: 20px;
    }

    .newsletter-content .input-wrapper-inline button {
        padding-top: 0;
        padding-bottom: 0;
    }

    .modal-First .modal-content {
        background-size: 300px auto, contain;
        background-position: top center;
    }

    .newsletter-content {}

    .form-tv .modal-body {
        background-color: #fff;
        padding: 20px;
        border-radius: unset;
    }

    .form-tv form {
        padding: 0;
        position: unset;
        border-radius: unset;
    }

    .title-form-m {
        font-size: 25px;
    }

    .form-tv .modal-title {
        font-size: 20px;
    }

    .item-post .box .content .link-detail {
        font-size: 15px;
    }

    .item-post .box .content .desc {
        font-size: 14px;
    }

    .item-post .box .content .name {
        font-size: 22px;
        height: auto;
    }

    .item-post .box .content .info {
        font-size: 13px;
    }

    .item-post .box .image {
        width: 100%;
        margin: 0 35px;
    }

    .item-post .box .content {
        width: 100%;
        padding-left: 0;
        text-align: center;
        padding-right: 0;
        padding-top: 10px;
    }

    .list-news-blog .fo-03-col-news:nth-child(1),
    .list-news-blog .fo-03-col-news:nth-child(6) {
        width: 100%;
    }

    .video iframe {
        height: 430px;
    }

    .list_image_video .item .image img {
        height: 160px;
    }

    .form-search-icon {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
        max-width: unset;
    }

    .box-support .col-support-item {
        width: 100%;
    }

    .col-mtc-new-hot-right {
        width: 100% !important;
    }

    .list_news2 .box .image img {
        height: 120px;
    }

    .ss04_tintuc {
        padding: 20px 0;
    }

    .wrap-ykkh {
        padding: 20px 0;
    }

    .product-detail-infor {
        margin-top: 20px;
    }

    .advert-panel-section>.advert-panel-container {
        grid-template-columns: unset;
    }

    .content-titles-container.panel-layout-3 {
        display: flex;
        flex-direction: column;
    }

    .content-titles>.content-titles-container.panel-layout-3 {
        display: flex;
        flex-direction: column;
    }

    .featured-case-study>.featured-case-study-container {
        display: flex;
        flex-direction: column;
    }

    .featured-case-study {
        padding-right: 32px;
    }

    .services-list {
        flex-direction: column;
    }

    .subscription-section>.subscription-form-container {
        flex-direction: column;
    }

    .subscription-section>.subscription-form-container>.gform_wrapper .gform_body>.gform_fields {
        flex-direction: column;
    }

    .subscription-section>.subscription-form-container>.gform_wrapper .gform_body>.gform_fields>* {
        width: 100%;
    }

    .subscription-section>.subscription-form-container>.gform_wrapper .gform_footer input[type=submit] {
        margin: auto;
    }

    .key_feature .list_key .item {
        width: 100%;
    }

    .index-product .content ul li {
        width: 100%;
        margin-bottom: 30px;
    }

    .index-product .content ul .items:nth-child(odd) {
        margin-bottom: 50px;
        padding: 0;
    }

    .index-product .content ul .items {
        padding-left: 0;
    }

    .box_cards .card-stack {
        margin: 100px auto;
        width: 275px;
        height: 270px;
    }

    .product-slider-section-main .item .box .box-image {
        padding: 15px;
    }

    .content_trainghiem .but-link {
        float: none;
    }

    .content_trainghiem .but-link2 {
        float: none;
    }

    .content_trainghiem .upload-file .select {
        width: 70%;
    }

    .content_trainghiem .form-ungtuyen .select {
        display: block;
        margin: 5px;

    }

    .content_trainghiem .form-ungtuyen {
        display: block;
        padding: 0px;
    }

    .content_trainghiem .form-ungtuyen {
        display: block;
        padding: 0px;
    }

    .content_trainghiem .upload-file {
        padding: 10px;
        display: block;
    }

    .content_trainghiem .form-ungtuyen label {
        padding: 20px 0px 0px;
        width: auto;
    }

    .content_trainghiem .upload-file label {
        padding: 30px 0px 0px;
    }

    .content_about form .form-ungtuyen {
        display: block;
    }

    .content_about form .form-ungtuyen input {
        margin: 10px;
    }

    .content_about form .upload-file {
        display: block;
    }

    .content_about form .upload-file input {
        width: 100%;
        margin: 0px 10px;
    }
}

.blog-product-detail {
    display: none;
}

@media(max-width:700px) {
    .large-page-banner {
        min-height: 200px;
    }
    .section_dautu {
        padding-bottom: 0;
    }

    .content-blocks-section>.content-blocks>.content-block {
        flex-direction: column;
    }

    .content-blocks-section>.content-blocks>.content-block>.image-container>.image {
        height: 200px;
    }

    .section {
        padding: 20px 0;
    }

    .section_ntvt .col-small-left .item:last-child,
    .section_ntvt .col-small-right .item:last-child {
        padding-top: 0px;
        padding-bottom: 15px;
    }

    .section_ntvt .col-small-left .item:first-child,
    .section_ntvt .col-small-right .item:first-child {
        padding-bottom: 15px;
        padding-top: 10px;
    }

    .box-image {
        margin-bottom: 20px !important;
    }

    .sec-trainghiem .box .box-image {
        width: 145px;
        max-width: 145px;
    }

    .sec-trainghiem .box .box-content {
        width: calc(100% - 145px);
    }

    .sec-trainghiem .heading {
        font-size: 25px;
    }

    .sec-trainghiem .box .box-content .price {
        padding: 10px 0;
    }

    .devvn_content button {
        margin: 5px 0;
    }

    .devvn_icon_title .title {
        font-size: 22px;
        width: calc(100% - 80px);
        height: 50px;
        line-height: 50px;
        padding-left: 40px;
    }

    .devvn_icon_title .stt {
        font-size: 26px;
        width: 80px;
        line-height: 50px;
        height: 50px;
    }

    .devvn_icon_title span.stt:before {
        border-width: 31px 7px 18px 12px;
        left: 99%;
    }

    .product-slider-section .heading {
        color: #152f55;
        font-size: 27px;
    }
    .breadcrumbs_in p {
        font-size: 13px;
        font-weight: 600;
        color: #2e2e2e;
        padding-left: 10px;
    }
    .breadcrumbs_in span a {
        font-size: 13px;
        font-weight: 600;
        color: #2e2e2e;
    }

    .dot_transition .slick-dots {
        display: flex;
        justify-content: center;
        position: unset;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .dot_transition .slick-dots li {
        background: linear-gradient(92.02deg, #ffa200 0%, #ffa200 100%);
        opacity: 0.4;
        border-radius: 15px;
        width: 9px;
        height: 9px;
        margin: 0 2px;
        transition: 0.5s all;
    }

    .dot_transition .slick-dots li button {
        display: none;
    }

    .dot_transition .slick-dots li.slick-active {
        background: linear-gradient(92.02deg, #ffa200 0%, #ffa200 100%);
        border-radius: 15px;
        width: 21px;
        height: 9px;
        margin: 0 2px;
    }

    .product_all .content_product h3 {
        font-size: 13px;
        padding: 0 0px;
    }

    .padding_mobile {
        padding: 0 10px;
    }

    .product_all {
        padding: 0;
    }

    .product_tab {
        padding: 0;
    }
    .about_us_in .content_slide .box_content .title1 {
        font-size: 22px;
        line-height: 1.5;
    }
    .icon-item-slide {
        margin: 20px 0;
        display: none;
    }
    .description table tr td {
        width: 100% !important;
        display: block;
    }

}

@media(max-width:550px) {

    .slide .slick-slide img {
        object-fit: fill;
    }
    .news_home { 
        border-top:none ;
    }
    .main {
        overflow: hidden;
    }

    .product_all .image img {
        object-fit: contain;
        height: 70px;
        width: 100%;
    }

    .product_all .content_product h3 {
        font-size: 11px;
        padding: 0 0px;
    }

    .padding_none {
        padding: 0 10px;
    }



    .about_us_in .content_slide .box_content .title {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 0;
    }

    .about_us_in .content_slide .box_content .desc {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 8px;
        line-height: 22.64px;
    }
    .about_us_in .content_slide .box_content .button_slide {
        font-size: 13px;
        line-height: 22px;
    }
    .index-product .content ul .items .titles p {
        line-height: 1.5;
    }

    .show_dk {
        display: none;
    }

    .show_mb1 {
        display: block;
    }

    .show_mb {
        display: block;
        border: 1px solid #292D32;
        transform: rotate(90deg);
        transition: all 0.5s;
        width: 24px;
        display: flex;
        justify-content: center;
        align-content: center;
        border-radius: 0;
    }

    .show_mb.active {
        transform: rotate(270deg);
    }

    .section_cate_home .row {

        display: block;
    }

    .section_cate_home .list_cate {
        width: 100%;
    }

    .section_cate_home .list_cate .item .box .icon {
        height: 74px;
    }

    .section_cate_home .list_cate .item {
        width: 90px;
    }

    .parter .list {
        padding: 0 8px;
    }

    .parter .item {
        padding: 0 5px;
        margin-bottom: 0;
    }

    .parter {
        padding: 30px 0 33px;
    }

    .parter .box {
        border-radius: 5px;
        padding: 10px;
        height: 70px;
    }

    .feedback {
        font-style: italic;
        font-weight: 500;
        font-size: 14px;
        line-height: 170%;
        padding: 16px 40px;
        border: none;
    }
    .item-ykkh .box {
        flex: 0 0 85px;
    }

    .news_home {
        padding: 30px 0 0;
    }

    .block_first_news .item .box {
        padding: 20px 20px;
        height: 170px;
    }

    .block_first_news .item .box .date {
        bottom: 16px;
        left: 18px;
        font-size: 15px;
        padding-top: 10px;
        color: #4C2717;
        margin-top: 20px;
    }

    .dieukien_dangky .table_info td {
        font-size: 16px;
        line-height: 200%;
    }

    .section_dautu .but-link {
        margin-top: 0;
        font-size: 13px;
        width: 100%;
        padding: 10px 9px 10px 24px;
        display: flex;
        justify-content: space-between;
    }

    .section_dautu a {
        display: block;
    }

    .section_dautu {
        padding-top: 0px;
        padding-bottom: 5px;
    }

    .section_cate_home {
        padding: 30px 0 10px;
    }

    .title-heading {
        font-size: 24px;
        margin-bottom: 20px;
        justify-content: center;
    }
    .nguoi_dung,
    .parter {
        border-top:none ;
    }

    .section_dautu .box_dautu .title {}

    .list_card .item .box {
        padding: 15px 16px;
    }

    .large-page-banner {
        min-height: 200px;
    }

    .content-blocks-section>.content-blocks {
        padding: 0 18px;
    }

    .content-blocks-section>.content-blocks>.content-block:not(:last-of-type) {
        margin-bottom: 16px;
    }

    .content-blocks-section>.content-blocks>.content-block {
        flex-direction: column;
    }

    .content-blocks-section>.content-blocks>.content-block>.image-container {
        height: 200px;
    }

    .content-blocks-section>.content-blocks>.content-block>* {
        flex: initial;
    }

    .wrap-fill>.form-group {
        width: 45%;
    }

    .list_camket .item {
        width: 50%;
    }

    .box-image-product {
        flex-wrap: wrap;
    }

    .box-image-product .image-main {
        width: 100%;

    }

    .list-small-image .pt-box {
        padding: 10px 0;
    }

    .product-detail-infor .box-infor h2 {
        font-size: 22px;
    }

    .list-small-image {
        width: 100%;
        order: 2;
    }

    .small-image {
        height: auto;
    }

    .product-detail-infor .box-infor {
        padding-top: 0;
    }

    .list-small-image .slick-prev {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .list-small-image .slick-next {
        right: 0;
        left: unset;
        top: 50%;
        transform: translateY(-50%);
    }

    .list_camket.item .box .info .name {
        font-size: 15px;
    }

    .page-link {
        padding: 8px;
    }

    .modal-First .modal-content {
        /* background-image: url(../images/bg_modal.jpg) !important; */
    }

    .newsletter-content {
        margin-right: auto;
    }

    .item-service .box .icon {
        width: 100px;
    }

    .col-item-service {
        padding: 0 10px;
    }

    .item-service .box .name {
        height: 36px;
    }

    .cate_home .list_cate .box .image img {
        min-height: 225px;
    }

    .content-category {
        text-align: justify;
        padding: 0px;
        background-color: #fff;
        border: 1px dashed #fff;
        margin-top: 0px;
        margin-bottom: 20px;
        font-size: 15px;
    }

    .item-service .box .name {
        font-size: 15px;
    }

    .col-item-service {
        margin-bottom: 20px;
    }

    .wrap-service {
        /* padding: 0px 0 20px; */
        padding: 0;
    }

    .item-service .box {
        margin: 0 auto;
        border: 1px dashed #000;
        padding: 10px 10px;
        border-radius: 10px;
    }

    .title-nav-tab h3 {
        font-size: 16px;
    }

    .title-h .text {
        width: 100%;
        font-size: 16px;
    }

    .col-ykkh-item .item-ykkh .nd_ykien {
        min-height: 98px;
        font-size: 15px;
        line-height: 22px;
    }

    .video iframe {
        height: 300px;
    }

    .title-b {
        padding: 10px 20px 0 20px;
    }

    .wrap-ykkh .cate-dot-1 .slick-dots {
        transform: unset;
    }

    .cate_home .cate-dot-1 .slick-dots {
        transform: unset;
    }

    .list_image_video .item .image img {
        height: 100px;
    }

    #countdown {
        width: 100%;
        margin-top: 20px;
    }

    .tab-link ul li {
        width: 100%;
    }

    .tab-link {
        position: unset;
    }

    .breadcrumbs ul>li>a {
        font-size: 16px;
    }

    .breadcrumbs ul>li:last-child a:last-child:after {
        font-size: 22px;
    }

    .title-service-tab {
        font-size: 20px;
    }

    .service-item-2 .box {
        padding: 25px 30px 35px;
    }

    .wrap-partner .list-item .box {
        padding: 12px 0;
    }

    .service-item-2 .name {
        font-size: 22px;
    }

    .title-service-tab-sm {
        font-size: 17px;
    }

    .title-tam-nhin img {
        margin-right: 16px;
        height: 48px;
    }

    .blog-lienhe-hoptac {
        padding: 30px 0;
    }

    .item-tam-nhin .desc {
        line-height: 26px;
        font-size: 18px;
    }

    .form-contact-hoptac label:not(.radio-inline):not(.checkbox label) {
        font-size: 18px;
    }

    .form-contact-hoptac textarea {
        height: 100px;
    }

    .form-contact-hoptac .btn-view {
        margin-top: 5px;
        line-height: 48px;
        font-size: 20px;
    }

    .padding-content {
        padding: 25px 25px 35px;
    }

    .desc-ls {
        line-height: 26px;
        font-size: 18px;
    }

    .wrap-partner .group-title .title {
        font-size: 35px;
        text-align: center;
        line-height: normal;
    }

    .wrap-partner {
        margin-top: 0;
        padding: 35px 0 30px;
    }

    .title-ls {
        font-size: 24px;
    }

    .title-form {
        font-size: 20px;
    }

    .title-tam-nhin {
        font-size: 28px;
        width: 225px;
        line-height: 48px;
    }

    .cate-dot-1 .slick-dots {
        right: 50%;
        transform: translate(50%, 0);
        top: calc(100% + 5px);
    }

    .wrap-partner .list-item {
        padding: 0 30px;
    }

    .wrap-partner .list-item img {
        height: 100px;
        width: auto;
        object-fit: contain;
    }

    .wrap-partner .list-item .item {
        padding: 10px;
    }

    .cate-arrows-1:not(.cate-arrows-1-sm) .slick-prev,
    .cate-arrows-1:not(.cate-arrows-1-sm) .slick-next {
        height: 50px;
    }

    .slide .cate-arrows-1:not(.cate-arrows-1-sm) .slick-prev,
    .slide .cate-arrows-1:not(.cate-arrows-1-sm) .slick-next {
        display: none !important;
    }

    .title-xemthem {
        font-size: 20px;
    }

    .group-title .title {
        font-size: 22px;
    }

    .list-news-home {
        padding: 0 30px;
    }

    .title-service {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .item-ls-sm.slick-current .box {
        font-size: 18px;
    }

    .item_count {
        margin-bottom: 0;
        padding-top: 10px;
    }

    .item_count .box_count .counter-value {
        font-size: 40px;
    }

    .wrap-system {
        padding: 25px 0 30px;
    }

    .box-bg-content {
        width: 100%;
        position: unset;
    }

    .box-bg-content .logo-bg {
        padding-right: 0;
        width: 100%;
        text-align: center;
    }

    .box-bg-content .button_tuvan {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-top: 20px;
    }

    .box-bg-content .logo-bg img {
        max-width: 260px;
    }

    .nav-main>li:not(:last-child) img {
        width: auto;
    }

    .wrap-breadcrumbs .breadcrumb li {
        font-size: 11px;
    }

    .hen_lich {
        float: left;
        width: 50%;
    }

    .sign_now {
        float: left;
        width: 50%;
    }

    .box-buy {
        text-align: center;
        width: 50%;
    }

    .box-buy .add-to-cart {
        font-size: 15px;
        border-radius: 20px;
    }

    .nav-tabs .nav-item.show-item {
        display: none;
    }

    .nav-tabs .nav-item .nav-link {
        background: none;
        padding-left: 20;
        text-align: left;
        /* float: left !important; */
    }

    .nav-tabs .nav-item {
        margin-bottom: -1px;
        width: 100%;
        margin-bottom: 0;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #D8D8D8;
        line-height: 55px;
        height: auto;
        /* padding: 16px 16px; */
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        /* padding: 12px 25px; */
        color: #e1262b;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
        border: none;
        text-align: center;
        background: none;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    .blog-product-detail .group-title .title {
        font-size: 20px;
    }

    .product-item .box .image a {}

    .free {
        font-size: 12px;
        text-align: left;
        color: #333;
        line-height: 20px;
    }

    .product-item .box .image .km {
        line-height: 16px;
    }

    .padding_in {
        padding: 0;
    }

    .list_news2 {
        margin: 0;
    }

    .tab-product .tab-content {
        margin-top: 0px;
    }

    .news-detail .box_content .content-news img {
        width: auto !important;
        height: auto !important;
        max-width: 100%;
    }

    .faded .slick-slide {
        height: 188px;
        width: 100%;
        height: 300px;
    }

    .slide .slick-slide img {
        min-height: 215px;
        object-fit: cover;
    }

    .index-product .content ul .items {
        width: 100%;
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .index-product {
        padding-top: 15px;
        padding-bottom: 0px;
    }

    .about-us .index-product {
        padding-top: 30px;
    }

    .index-product .title {
        padding-bottom: 13px;
        margin-bottom: 30px;
        font-size: 23px;
        line-height: 30px;
    }

    .index-product .content ul {
        flex-wrap: wrap;
    }

    .index-product .content {
        height: auto;
        padding: 0 15px;
    }

    .index-product .content ul .items .img {
        padding-bottom: 10px;
    }

    .index-product .content ul li .titles {
        font-size: 17px;
        padding-bottom: 15px;
    }

    .index-product .content ul .mini {
        width: 100%;
        margin-bottom: 10px;
    }

    .index-product .content ul li:first-child {
        margin-bottom: 10px;
    }

    .col-box-video {
        width: 100%;
    }

    .col-box-video-desc {
        width: 100%;
        font-size: 0.9rem;
    }

    .section_home_1 .heading {
        font-size: 1.5rem;
    }

    .col-box-video iframe {
        height: 220px;
    }

    .section_home_1 .primary-btn {
        margin-top: 20px;
    }

    .product-slider-section>.product-slider-container {
        padding-bottom: 20px;
    }

    .py-64 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .content-titles>.content-titles-container {
        padding: 0 15px;
    }

    .content-titles>.content-titles-container>.content-panel {
        padding: 20px
    }

    .content-titles>.content-titles-container>.content-panel>.heading {
        font: 700 1.5rem/1.618 "Roboto", sans-serif;
    }

    .content-titles>.content-titles-container>.content-panel>.context {
        font: 400 0.9rem/1.618 "Roboto", sans-serif;
        text-align: justify;
    }

    .advert-panel-section {
        padding: 30px 15px;
    }

    .advert-panel-section>.advert-panel-container {
        padding: 0 15px;
    }

    .advert-context>.heading {
        font: 700 1.785rem/1.618 "Roboto", sans-serif;
    }

    .advert-context>.context {
        color: #fff;
        font: 400 0.9rem/1.618 "Roboto", sans-serif;
        text-align: justify;
    }

    .footer-contact-information {
        width: 100%;
    }

    .index-product .content ul .items:nth-child(odd) .img {
        order: 0;
    }

    .index-product .content ul .items:nth-child(odd) .titles {
        text-align: center;
    }

    .index-product .content ul .items:nth-child(odd) .titles .item-title::after {
        left: calc(50% - 40px);
        right: auto;
    }

    .index-product .content ul .items .box-content {
        justify-content: center;
    }

    .index-product .content ul .items .titles {
        width: 100%;
    }

    .index-product .content ul .items .titles .item-title {
        text-align: center;
    }

    .index-product .content ul .items .titles .item-title::after {
        left: calc(50% - 40px);
    }

    .index-product .content ul .items:nth-child(odd) {
        margin-bottom: 30px;
    }

    .index-product .content ul .items {
        margin-bottom: 30px;
    }

    .index-product .content ul .items .titles {
        text-align: center;
        padding: 0;
    }

    .product-slider-section {
        padding: 30px 0;
    }

    .box_cards .card-stack .card-list li:nth-child(1) {
        left: -114%;
    }

    .box_cards .card-stack .card-list li:nth-child(2) {
        left: -88%;
    }

    .box_cards .card-stack .card-list li:nth-child(3) {
        left: -60%;
    }

    .box_cards .card-stack .card-list li:nth-child(4) {
        left: -27%;
    }

    .box_cards .card-stack .card-list li:nth-child(6) {
        left: 12%;
    }

    .box_cards .card-stack .card-list li:nth-child(7) {
        left: 28%;
    }

    .box_cards .card-stack .card-list li:nth-child(8) {
        left: 43%;
    }

    .box_cards .card-stack .card-list li:nth-child(9) {
        left: 56%;
    }

    .box_cards .card-stack {
        width: 250px;
        height: 250px;
    }

    .box_cards .card-stack {
        margin: 40px auto;
    }

    .item-ykkh .box {
        padding: 0;
        margin: 0 15px 0 0;
        width: 100px;
    }

    .item-ykkh .box img {
        width: 85px;
        height: 85px;
        border-radius: 50%;
    }

    .content_trainghiem .but-link {
        float: none;
    }

    .content_trainghiem .but-link2 {
        float: none;
    }

    .content_trainghiem .upload-file .select {
        width: 70%;
    }

    .content_trainghiem .form-ungtuyen .select {
        display: block;
        margin: 5px;

    }

    .content_trainghiem .form-ungtuyen {
        display: block;
        padding: 0px;
    }

    .content_trainghiem .form-ungtuyen {
        display: block;
        padding: 0px;
    }

    .content_trainghiem .upload-file {
        padding: 10px;
        display: block;
    }

    .content_trainghiem .form-ungtuyen label {
        padding: 20px 0px 0px;
        width: auto;
    }

    .content_trainghiem .upload-file label {
        padding: 30px 0px 0px;
    }
    .dieukien_dangky {
        padding-top: 0;
    }
}

@media (max-width: 400px) {
    .title-service {
        font-size: 30px;
    }
    .section_cate_home .list_cate .item {
        padding: 0 5px;
    }
    .title-heading {
        font-size: 22px;
    }
    .news_home {
        padding-top: 25px;
    }

    .list-attr .attr-item:nth-child(1) {
        width: 100%;
        text-align: center;
    }

    .list-attr .attr-item>h3 {
        text-align: center;
    }

    .box-buy {
        text-align: center;
    }

    .box-buy a {
        margin-right: 0;
    }

    .list-attr .attr-item .form-group label {
        white-space: nowrap;
        width: 100%;
        text-align: center;
    }

    .list-attr .attr-item:nth-child(3) {
        width: auto;
    }

    .list-attr .price {
        text-align: center;
    }

    .list-attr {
        flex-wrap: wrap;
        justify-content: center;
    }

    .list-attr1 {
        width: 100%;
    }

    .attr-item {
        width: 100%;
    }

    .box-add-cart {
        width: 100%;
    }

    .pro_mun {
        width: 100%;
    }

    .wrap-add-cart {
        width: 100%;
    }

    .parter .item:nth-child(5),
    .parter .item:nth-child(6) {
        display: inline-flex;
    }

}

@media (max-width: 375px) {
    .title-service {
        font-size: 30px;
    }
}