.slideshow .slick-dots {
	bottom: 0;
}
.slideshow .slick-dots li button:before {
	width: 12px;
	height: 12px;
	opacity: 1;
	top: -3px;
	left: -2px;
}
.slideshow.slick-slider {
	margin: 0;
}
.slide .inner-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.slide .inner-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 62, 95, 0.1);
}

.slide .inner-content .ctnr {
    position: relative;
    z-index: 1;
    width: 100%;
}

.slide .inner {
    color: #fff;
    text-align: left;
    max-width: 500px;
    position: relative;
    display: inline-block;
    background: rgba(0, 0, 0, .7);
    padding: 36px 36px 16px;
    width: 100%;
    float: right;
}

.title-slide {
    display: block;
    /* text-align: right; */
    margin-bottom: 10px;
}

.title-slide h3 {
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
	font-size: 18px;
}

.item-slide.slick-active h3 {
    animation-duration: 2s;
    animation-name: fadeInLeft;
}

.title-slide h3 span {
    border-bottom: 4px solid #fff;
}

.title-slide p {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 5px 0;
}

.item-slide.slick-active p {
    animation-duration: 2s;
    animation-name: fadeInRight;
}

.slide .inner-list {
    line-height: 26px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 20px;
    font-size: 16px;
}

.item-slide.slick-active .inner-list {
    animation-duration: 2s;
    animation-name: fadeInUp;
}

.slide .inner-list li {
    margin-bottom: 10px;
}

.slide .inner-list li:before {
    content: "\f05d";
    font: normal normal normal 14px/1 FontAwesome;
    /* color:#f00; */
    margin-right: 5px;
}

.slide .inner-list i {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 18px;
}

.viewmore-slide {
    width: 120px;
    height: 40px;
    display: block;
    text-align: center;
    background-color: #897c4f;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    position: relative;
    margin-left: 16px;
    margin-top: 20px;
}

.viewmore-slide:before {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid #897c4f;
    border-left: 8px solid transparent;
    border-right: 8px solid #897c4f;
    position: absolute;
    right: 100%;
    top: 0;
}

.viewmore-slide:after {
    content: "";
    border-top: 20px solid #897c4f;
    border-bottom: 20px solid transparent;
    border-left: 8px solid #897c4f;
    border-right: 8px solid transparent;
    position: absolute;
    left: 100%;
    top: 0;
}
.slide .box-slide img {
    min-height: 600px;
	width: 100%;
    object-fit: cover;
}
.slide :hover .slick-prev {
    left: 20px;
}

.slide :hover .slick-next {
    right: 20px;
}

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

.slide .slick-prev,
.slide .slick-next {
    margin: 0;
    width: 44px;
    height: 44px;
    border-radius: 5px;
    transform: translateY(-50%);
    z-index: 3;
    text-align: center;
    opacity: 1;
    /* background-color: #fff; */
    /* border-radius: 100%; */
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.4);
    background-size: 20px 30px;
}

.slide .slick-prev i,
.slide .slick-next i {
    color: #00a9da;
    line-height: 24px;
    font-size: 14px;
    opacity: 0;
}

.slide .slick-prev {
    left: 0px;
    background-image: url(../images/ic_previous_black.png);
}

.slide .slick-next {
    right: 0px;
    background-image: url(../images/ic_next_black.png);
}
.btn-submit {
    display: inline-block;
    background: #febd17;
    padding: 8px 25px;
    outline: unset;
    white-space: nowrap;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
    min-width: 115px;
    border: 1px solid #febd17;
}

.btn-submit:hover {
    background-color: #fff;
    color: #febd17;
}

.wrap-news-card {
    padding: 25px 0 0px;
    background: #febd17;
}
.group-title {
    margin-bottom: 25px;
    position: relative;
	text-align: center;
}
.group-title .title {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    font-size: 35px;
    color: #000;
}
.list-card-item-main {
    /* margin-left: -10px; */
    /* margin-right: -10px; */
    margin-bottom: 0px;
}
.card-item-main {
    /* padding: 0 10px; */
}

.card-item-main .box {
    position: relative;
    border: 1px solid #fff;
}

.card-item-main .box:hover .image img {
    transform: scale(1.1);
}

.card-item-main .box:hover .content {
    transform: scale(1);
}

.card-item-main .box .image {
    overflow: hidden;
}

.card-item-main .box .image a {
    display: block;
    padding-bottom: 70%;
    position: relative;
}

.card-item-main .box .image img {
    object-fit: cover;
    height: 100%;
    /* border-radius: 5px; */
    transition: all 0.5s;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.card-item-main .box .content {
    margin-top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 15px 15px 20px;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: scale(1, 0);
    transform-origin: bottom left;
    transition: all 0.5s;
    border: 7px solid #fff;
    background-image: url(../images/bg-card.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.card-item-main .box .content h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin: 0;
    line-height: 26px;
    margin-bottom: 25px;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
}

.card-item-main .box .content h3 a {
    color: #fff;
    text-decoration: none;
}

.card-item-main .content .list-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.card-item-main .content .list-info>li {
    font-size: 13px;
    color: #fff;
}

.card-item-main .content .list-info>li i {
    margin-right: 5px;
    color: #fff;
}

.card-item-main .content .list-info>li+li {
    margin-left: 10px;
}

.card-item-main .box .content .date {
    color: #fff;
}
.slick-slider {
	margin: 0;
}

/* danh mục tab san pham */
.wrap-nav-tabs {
    border-bottom: 12px solid #febd17;
    background-color: #000;
}
.wrap-product-home {
    background-repeat: no-repeat;
}
.box-nav-tabs {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.title-tab {
    color: #fff;
    padding: 20px 0 10px;
}

.title-tab .top {
    display: block;
    font-size: 15px;
}

.title-tab .bot {
    display: block;
    font-size: 32px;
    font-weight: bold;
    transform: scale(0, 1);
    position: absolute;
    text-transform: uppercase;
    transform-origin: left top;
}

.title-tab .bot.active {
    display: block;
    position: relative;
    transform: scale(1, 1);
    transition: transform 0.5s;
}

.box-nav-tabs .nav-tabs {
    border: unset;
}

.box-nav-tabs .nav-tabs li {
    border-radius: 0;
    margin-bottom: 0;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav>li {
    position: relative;
    display: block;
}

.box-nav-tabs .nav-tabs li a {
    font-weight: 700;
    position: relative;
    min-height: 42px;
    transition: all .25s;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #555;
    overflow: visible;
    min-width: 121px;
    height: 50px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
    word-break: break-word;
    line-height: 50px;
    padding: 16px 15px;
    border: unset;
    border-radius: 0;
}

.box-nav-tabs .nav-tabs li.active a {
    color: #000;
    border-bottom-color: #febd17;
    background-color: #febd17;
    border-radius: unset;
}

.wrap-product-home .tab-content {
    background: #eee;
    padding: 40px 0;
}
.col-product-card {
    padding: 0 0 20px 0;
}

.col-no-padding {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}

.product-card {
    padding: 10px 10px 10px;
    text-align: center;
    border-radius: 5px;
    color: #000;
    background-color: #f2f2f2;
    position: relative;
    /* overflow: hidden; */
}

.col-product-card.slick-active .product-card {
    background-color: #fff;
}

.product-card .box {
    border: 1px solid #b2b2b2;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.product-card:before {
    position: absolute;
    z-index: -1;
    top: 90%;
    bottom: 14px;
    width: 50%;
    max-width: 300px;
    content: "";
    background: rgba(0, 0, 0, .5);
    box-shadow: 0 15px 13px rgb(0 0 0 / 70%);
    left: 10px;
    transform: rotate( -4deg);
}

.product-card:after {
    position: absolute;
    z-index: -1;
    top: 90%;
    bottom: 14px;
    width: 50%;
    max-width: 300px;
    content: "";
    background: rgba(0, 0, 0, .5);
    box-shadow: 0 15px 13px rgb(0 0 0 / 70%);
    right: 10px;
    left: auto;
    transform: rotate( 4deg);
}

.product-card .box .image {
    max-width: auto;
    margin: 0 auto;
    margin-bottom: 15px;
}

.brand-new {
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 11px;
    left: -36px;
    display: block;
    width: 135px;
    height: 22px;
    padding-top: 2px;
    padding-right: 39px;
    padding-left: 39px;
    transform: rotate( -45deg);
    text-align: center;
    text-transform: uppercase;
    color: #000;
    background-color: #febd17;
}

.product-card .box .image a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

.product-card .box .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
.product-card .box .content {}
.product-card .box .content .name {
    margin-top: 8px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-card .box .content .name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 22px;
    height: 42px;
}
.product-card .box .content .btn-submit {
    width: 100%;
	cursor: pointer
}
.product-card .box .content .block-star {}
.block-price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    height: 40px;
}
.new-price {
    font-size: 15px;
    font-weight: 600;
    color: #f00;
    white-space: nowrap;
}
.old-price {
    color: #8d8d8d;
    margin-left: 8px;
    font-weight: 500;
    text-decoration: line-through;
    font-size: 12px;
    white-space: nowrap;
}
.cate-arrows-1 .slick-prev,
.cate-arrows-1 .slick-next {
    opacity: 1;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
    width: 35px;
    height: 100px;
    background-color: #febd17;
    color: #000;
}

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

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

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











.wrap-nangluc {
    background: linear-gradient(45deg, #2978bb, #2978bb);
    padding: 15px 0;
}
.dv-05-col-item {
    margin-bottom: 0;
}
.dv-05-item {
    color: #fff;
}
.dv-05-item .box {}
.dv-05-item .box .name {
    display: flex;
    align-items: center;
}
.dv-05-item .box .name .text {
    padding-left: 16px;
    font-size: 15px;
    color:#fff;
    width: calc(100% - 45px);
}.dv-05-item .box .name .text p {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.dv-05-item .box .name .text p a {
	color: #fff
}
.dv-05-item .box .name .text p a:hover {
	color: #fff;
}
.dv-05-item .box .name .text span {
	font-size: 13px;
	color: #ff0;
}
.dv-05-item .box .name .icon {
    width: 45px;
}
.dv-05-item .box .name .icon img {}
.dv-05-item .box .content {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
}
#section_1639654012 {
    padding-top: 30px;
    padding-bottom: 30px;
}
#section_1639654012 .section-bg.bg-loaded {
}
.bg-loaded {
    opacity: 1;
}
.section {
    padding: 30px 0;
    position: relative;
    min-height: auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
}
.bg-fill {
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: 50% 50%;
}
.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0!important;
    margin: 0!important;
}
.section-bg {
    overflow: hidden;
}
.section-bg, .section-content {
    width: 100%;
}
.content_about {
    background: #fff;
    padding: 30px 0 30px 30px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    position: relative;
}
.content_about h2{
    font-size: 26px;
    font-weight: 700;
	text-transform: uppercase;
    margin: 0 0 10px;
	color: #333
}
.view_more{
    margin-top: 10px;
}
.view_more a{
    color: #2978bb;
    font-size: 16px;
}
.wrap-product-home {
    padding:0;
}
.wrap-product-home .row {
	justify-content: center;
}
.group-title {
    text-align: center;
    margin-bottom: 24px;
    font-size: 28px;
}
.group-title p {
    font-size: 15px;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
	margin: 0;
}
.group-title p span {
    font-weight: 600;
    color: #f00;
    font-size: 17px;
}
.group-title .title {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
}
.group-title .title-underline:after {
    content: "";
    display: table;
    clear: both;
    background: url(../images/line.png);
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0;
}
.dv-05-col-product-item {
    margin-bottom: 20px;
}
.dv-05-product-item {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.dv-05-product-item .box .image {
    border-radius: 50%;
    height: 260px;
    width: 100%;
    border: solid 10px #eee;
}
.dv-05-product-item .box .image img {
    width: 100%;
    height: 240px;
    border-radius: 50%;
}
.dv-05-product-item .box .content {
    width: 100%;
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
    padding: 10px;
    background-color: rgb(41 120 187);
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
    text-transform: uppercase;
}
.dv-05-product-item .box .content h3 {
    margin: 0;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    padding: 0;
    text-align: center;
    line-height: 1.3;
    margin-top: .1em;
    margin-bottom: .1em;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow: hidden;
    display: -webkit-box;
}
.product_seller {
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: rgba(244, 244, 244, 1);
}
.list-product-home {
}
.product_item_in {
    padding: 0 10px;
    margin-bottom: 20px;
}
.product-card .box {
    margin-bottom: 0px;
    margin-top: 0;
    padding-bottom: 10px;
    background: #fff;
    transition: all .3s ease;
}
.product-card .card-top {
    position: relative;
    overflow: hidden;
	padding-bottom: 75%;
}
.product-card .card-top .image a {
    display: block;
}
.product-card .card-top .image a::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.product-card .card-top .image img {
    object-fit: cover;
    height: auto;
}
.product_item_in .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-card .card-body {
    text-align: center;
    min-height: 115px;
    padding: 10px 0px 0;
}
.product-card .card-body .card-name {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    height: auto;
    line-height: 20px;
    min-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow: hidden;
    display: -webkit-box;
}
.product-card .card-body .card-name a {
    color: #2978bb;
    text-transform: uppercase;
}
.product-card .card-body .card-price {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
}
.card-price {
    text-align: center;
    font-size: 22px;
    color: #be1e2d;
    line-height: 22px;
    font-weight: 700;
}
.product-card .card-body .card-price .old-price {
    color: #8d8d8d;
    margin-left: 0px;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
}
.product-card .card-body .card-price .new-price {
    font-size: 17px;
    color: #ff0000;
    font-weight: 600;
}
.xemthem_in {
    background: rgb(41 120 187);
    padding: 5px 20px;
    margin: 10px 0 0 0;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
}
.xemthem_in a {
    color: #fff;
}
.view_all {
    width: 100%;
    text-align: center;
}
.view_all a {
    background-color: rgb(41 120 187);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
    border-radius: 99px;
    padding: 5px 17px;
    line-height: 35px;
    color: #fff;
	display: inline-flex;
    justify-content: center;
    align-items: center;
}
.view_all span {
    -ms-transform: translateX(.75em);
    transform: translateX(.75em);
    display: inline-block;
    transition: opacity .3s, transform .3s;
    line-height: 22px;
}
.view_all i {
    width: 1em;
    vertical-align: middle;
    top: -1.5px;
    opacity: 0;
}
.product_seller.white {
  background-color: #fff;
}
.product_item_in {
  padding: 0 10px;
  margin-bottom: 20px;
}
.product_item_in .box_item {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}
.product_item_in .image_in {
  position: relative;
  padding-bottom: 75%;
}
.product_item_in .image_in img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_item_in .info {
  text-align: center;
  padding: 10px 10px 0px;
}
.product_seller.white .product_item_in .info h3 {
  font-size: 16px;
}
.product_item_in .info h3 {
  font-size: 15px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product_item_in .info h3 a {
	color: #333
}
.product_item_in .info h3 a:hover {
	color: #f00
}
.cam_ket {
    padding: 50px 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-color: rgba(41, 120, 187, .91);
}
.cam_ket .group-title .title {
	color: #fff;
}
.cam_ket .group-title .title span {
	color: #f00;
}
.group-title .sub_title {
    max-width: 800px;
    margin: auto;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.list_camket {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.list_camket .item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.list_camket .item .box {
    display: flex;
    width: 100%;
}
.list_camket .item .box .image {
    width: 60px;
}
.list_camket .item .box .info {
    padding-left: 15px;
    width: calc(100% - 60px);
}
.list_camket .item .box .info .name {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 31px;
}
.list_camket .item .box .info .desc {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}
.wrap-news-home {
    padding: 47px 0;
    background-color: rgb(244, 244, 244);
}
.dv-01-col-news-item {
    padding: 0 10px;
}
.dv-01-news-item {
    margin-bottom: 20px;
}
.dv-01-col-news-item .box {
    border-radius: 5px;
    overflow: hidden;
}
.dv-01-news-item .image2 {
    overflow: hidden;
    position: relative;
    padding-bottom: 75%;
}
.dv-01-news-item .image2 img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.dv-01-col-news-item .info {
    border-top: 0px solid #2978bb;
    background: white;
    padding: 10px 10px;
}
.dv-01-news-item h3 {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin: 5px 0 10px;
    position: relative;
}
.dv-01-news-item h3 a {
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
    font-size: 17px;
}
.dv-01-news-item .desc {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
}
.wrap-count-number {
    padding: 46px 0;
    background-image: url(../images/tu-van-mua-tu-lanh-cho-gian-bep-sang-trong.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.wrap-count-number:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 120, 187, .9);
}
.wrap-count-number .row {
    padding: 0;
	position: relative
}
.wrap-count-number .box_title{}
.wrap-count-number .image{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.wrap-count-number .image img{
    width: 100%;
}
.wrap-count-number .box_title .title{
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 12px;
}
.wrap-count-number .box_title .description{
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 20px;
}
.wrap-count-number .item{
    padding: 0 10px;
}
.list-count {}
.item-count {
    color: #f1f1f1;
    margin-bottom: 0;
}
.item-count .box {
    display: flex;
    align-items: center;
}
.item-count .icon {
    font-size: 64px;
    color: #0a2166;
    line-height: 1;
    width: 60px;
}
.item-count .icon i {}
.item-count .icon img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.item-count .box-count {
    width: 100%;
    padding-left: 0;
}
.item-count .box-count .counter-value {
    font-size: 46px;
    font-weight: 700;
    line-height: 56px;
}
.item-count .box-count p {
    font-size: 16px;
}
.wrap-nangluc>.ctnr>.row{
	gap: 15px 0;
}
.sale-1 {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f00;
    color: #fff;
    padding: 5px 10px;
    margin: 0;
}













section.slideshow.slide-1 button.slick-next.slick-arrow {
    margin: 0;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  transform: translateY(-50%);
  z-index: 3;
  text-align: center;
  opacity: 1;
  background-image:url(../images/ic_next_black.png); 
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: 20px 30px;
}

section.slideshow.slide-1 {
  position: relative;
}
section.slideshow.slide-1:hover button.slick-prev.slick-arrow{
  left:10px;    
}
section.slideshow.slide-1:hover button.slick-next.slick-arrow{
  right:10px;    
}

section.slideshow.slide-1 button.slick-prev.slick-arrow {
  left: 0;
  margin: 0;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  transform: translateY(-50%);
  z-index: 3;
  text-align: center;
  opacity: 1;
  background-image:url(../images/ic_previous_black.png); 
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: 20px 30px;
}

.product-card .card-top .image a::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.product-card .box:hover {
    /* box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1); */
    transform: translateY(-5px);
}
.product-card:hover .card-top .image a::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@keyframes shine {
    100% {
        left: 125%
    }
}
.wrap-product-home-mb {
	display: block
}
.title_sp_home {
    display: flex;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    background: #fff;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
}
.title_sp_home h2 {
    background-color: #000;
    min-width: 215px;
    padding: 10px 10px 9px 10px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}
.title_sp_home h2::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-left: 29px solid #000;
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0px;
    right: -29px;
}
.title_sp_home p {
	padding: 0;
}
.title_sp_home p svg {
	height: 16px;
	position: relative;
	top: 5px;
}

@media (max-width: 757px){
	.dv-05-product-item .box .image img {
		height: 155px;
	}

	.dv-05-product-item .box .image {
		height: 175px;
	}
	section.slideshow.slide-1 button.slick-next.slick-arrow {
		width: 35px;
		height: 35px;
	}

	section.slideshow.slide-1 button.slick-prev.slick-arrow {
		width: 35px;
		height: 35px;
	}
	.list_camket .item{
		width: 100%;
	}
	.group-title .title{
		font-size: 26px;
	}
	.slide .inner {
		padding: 30px 20px;
	}
	.title-slide p {
		font-size: 35px;
	}
	.title-slide h3 {
		font-size: 16px;
	}
	.slide .inner-list {
		font-size: 15px;
		text-align: justify;
		font-weight: 400;
	}
	.slide .box-slide img {
        object-position: -140px 0;
		min-height: 400px;
    }
	.slide .inner-content {
		position: relative;
	}
	.slide {
		background: #000;
	}
	.wrap-news-card {
		display: none;
	}
	.wrap-product-home{
		display: none
	}
	.item-colsap h2 {
		text-align: left;
		width: 59%;
		float: left;
		font-size: 18px;
		font-weight: 600;
		text-transform: uppercase;
		color: #fff;
	}
	.item-colsap p a {
		color: #febd17;
		font-size: 14px;
	}
	.wrap-product-home-mb {
        padding: 0px 0px 0;
    }
	.col-product-card {
		padding: 0;
		margin-bottom: 20px;
	}
	.product-card {
		padding: 0;
	}
	.wrap-product-home-mb {
		display: block
	}
}















