body {
	margin-top: 14.5rem;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	background: var(--white);
	z-index: 100;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.header-menu>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width:1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1260px;
    }
}

[class*="line-clamp"] {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
}

.line-clamp-2{
    -webkit-line-clamp: 2;
}

.fs-16 {
	font-size: 1.6rem !important;
}
.fs-20 {
	font-size: 2rem !important;
}


.bg-main {
    background: var(--color-main);
}

.border-custome {
	border-color: #0c4975 !important;
}
.form-control {
    border: 1px solid #e1e1e1;
    border-radius: 2.4rem;
}
.box-home-01 {
    padding-top: 50px;
    padding-bottom: 0;
}

.text-secondary {
    color: #333333 !important;
}

.swiper-slider-main .info-content  .title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 20px;
}
.swiper-slider-main .info-content  .title>b {
    color: var(--yellow);
}

.swiper-slider-main .info-content .description {
    color: #fff;
    margin-bottom: 34px;
    background: linear-gradient(90deg, #15456b, #13469900);
    padding: 0.4rem 1.2rem;
}

.swiper--search {
	background: var(--white);
	border-radius: 100px;
	display: flex;
    align-items: center;
      padding: 0 0.8rem;
}

.swiper--search input {
	padding: 2.2rem 2rem;
	padding-right: 0;
	font-size: 1.4rem;
	height: unset;
    border: none;
}

.btn-find {
	width: 157px;
	height: 56px;
	line-height: 150% !important;
	padding: 0;
	background: var(--color-main);
	color: var(--white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	transition: 300ms ease-in-out;
}

.btn-find:hover {
	  background-color: #11577c;
	color: var(--white);
}

/*btn-more2: btn active text-white btn-info rounded-pill font-weight-bold px-4 py-3 fs-16*/
.btn-more-2 {
    color: var(--white);
    padding: 0.8rem 2rem;
    background: var(--color-highlight);
    border-radius: 50rem;
    font-weight: bold;
    font-size: 1.6rem;
    border-color: var(--color-highlight);
}

.btn-more-2:hover {
     background-color: #11577c;
     color: var(--white);
     border-color: #11577c;
}

.box-section-home-02 {
    background: #fff7ec;
    padding: 60px 0;
}

.box-category-product .info-left .title-section {
    text-align: left;
    font-size: 35px;
}

.box-category-product .content-category .info-right .swiper-slide {
    width: 365px;
}

.box-category-product .content-category .info-right  .item {
    background: #f7e8d3;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    align-items: center;
}

.box-category-product .content-category .info-right .item .inter-img {
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
}

.box-category-product .content-category .info-right .item .inter-content {
    background: #8d5e2f;
    border-top-left-radius: 30px;
    padding: 20px 20px;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-category-product .content-category .info-right .item .inter-content .name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.box-category-product .content-category .info-right .item .inter-content .name a {
    color: #fff;
    margin-bottom: 10px;
}


.box-category-product .content-category .info-right .item .inter-content .description {
    color: #fff;
    margin-bottom: 10px;
}
.box-category-product .content-category .info-right .item .inter-content a.link-cate {
    color: #fff;
}

.box-category-product .content-category .info-right .item .inter-img .img {
    padding-top: 100%;
}

.box-category-product .content-category .info-right .item .inter-img .img img {object-fit: contain;}

.box-category-product .content-category .info-right .item .inter-img .img {
    padding-top: 100%;
}

.box-category-product .content-category .info-right .item .inter-img .img img {object-fit: contain;}

.box-category-product .info-left {
    display: flex;
    align-content: space-around;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}

.box-category-product .item-next-prev {
    display: flex;
    align-items: center;
}

.box-category-product  .item-next-prev .swiper-button-next-dm, .box-category-product .item-next-prev .swiper-button-prev-dm {
    width: 40px;
    height: 40px;
    background: #c9c6c1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 10px;
}

.banner-home {
    border-radius: 36px;
    padding: 100px 15px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.banner-home:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.banner-home .info-content {
    position: relative;
    z-index: 2;
}

.banner-home .info-content .title {
    color: var(--color-main);
    font-size: 48px;
    font-weight: 700;
}

.banner-home .info-content .slogan {
    color: #FFF;
    width: 100%;
    max-width: 520px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
}

.box-product-home .product-left {
    margin-left: -10px;
    margin-right: -10px;
}

.box-product-home .product-left .swiper .swiper-slide {
    padding: 10px;
}

.box-product-home .banner-product {
    position: relative;
    margin-top: 10px;
    border-radius: 16px;
    overflow: hidden;
}

.box-product-home .banner-product .inter-img {
    border-radius: 20px;
}

.box-product-home .banner-product .info-content {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    width: 100%;
    padding: 30px;
    z-index: 4;
}

.box-product-home .banner-product:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    z-index: 3;
}

.box-product-home .banner-product .info-content .title {
    font-size: 36px;
    color: var(--color-main);
    font-weight: 700;
}

.box-product-home .banner-product .info-content .link a {
    color: #fff;
    display: inline-flex;
    align-items: center;
}

.box-product-home .banner-product .info-content .link a i {
    display: inline-block;
    margin-left: 10px;
}

.box-product-home .banner-product .inter-img .img {
    padding-top: 102.8%;
}

.box-product-left-02>.box-product-home>.row>div:nth-child(2) {
    order: 1;
}

.box-product-left-02>.box-product-home>.row>div:nth-child(1) {
    order: 2;
}
.box-product-left-02 .box-product-home .banner-product .info-content {
    text-align: left;
}
.box-section-home-03 {
    padding: 50px 0;
}

.box-section-home-04 {
    margin-bottom: 40px;
}

.box-section-home-10 {
    margin-bottom: 30px;
    padding-top: 50px;
}

.box-section-home-07 {
    padding: 30px 0;
}
.box-section-home-06 {
    margin-bottom: 50px;
}

.box-section-home-08 {
    padding: 30px 0;
}


.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

@media (min-width:1200px){
    .section-service .swiper-button-prev {
        top: calc(50% + 60px);
    }
    .section-service .swiper-button-next {
        top: calc(50% + 60px);
    }
}
@media (min-width:992px){
        
    .section-service article.article-item {
        margin-bottom: 0 !important;
        position: relative;
        margin-top: 10rem;
        overflow: hidden;
        padding-bottom: 10rem;
    }
    
    .item-service.swiper-slide {
        transform: translateX(-92px);
        -ms-user-select: none;
        -moz-user-select: -moz-none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        transition: all 1.5s ease;
    }
    .swiper-slide-active ~ .item-service {
        transform: translateX(92px);
    }
    .section-service .item-service.swiper-slide.swiper-slide-active {
        transform: scale(1.3);
        z-index: 1;
        opacity: 1;
    }
    .section-service .item-service article.article-item .inner-image {
        border-radius: 0 !important;
    }
    
    .section-service article.article-item img, .section-service-top article.article-item .inner-image img {
        transition: 1.1s;
    }
    
    .section-service-top article.article-item .inner-image {
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 1.5rem;
    }
    .section-service .swiper-button-prev {
        left: 20px;
        /* top: calc(50% + 60px); */
    }
    .section-service .swiper-button-next {
        right: 20px;
        /* top: calc(50% + 60px); */
    }
}
.section-service .title-dsc {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.section-service .title-dsc .dsc-section {
    text-align: center;
}
    
.item-service .inner-content{
    position:absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 111;
}
.section-service .swiper-pagination{
    bottom: 10rem;
}

.section-service .item-service article.article-item .inner-image .img {
    border-radius: 12px;
}

.section-service article.article-item .inter-item {
    position: relative;
}

.item-service .inner-content .article-title {
    margin-bottom: 0;
    height: auto !important;
    min-height: auto;
    text-align: center;
}

.section-service article.article-item .inter-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    z-index: 3;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.item-service .inner-content .article-title a {
    color: #fff;
}

.header-page-title {
    background-size: cover;
    height: 200px;
    border-radius: 13px;
    display: flex;
    align-items: center;
}

.header-page-title .title {
    padding: 30px;
    font-size: 35px;
    font-weight: 700;
}

.box-product-page>.row>div {
    margin-bottom: 20px !important;
}

.box-product-slider-page {
    margin-left: -10px;
    margin-right: -10px;
}

.box-product-slider-page .swiper .swiper-slide {
    padding: 10px;
}

.box-product-home .product-left .product-title {
    -webkit-line-clamp: 1;
    min-height: auto;
}

.box-section-home-05 {
    padding-bottom: 40px;
}

.article-item.article-item-du-an .inner-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 4;
}

.article-item.article-item-du-an .inner-content .article-title {
    margin-bottom: 0;
    min-height: auto;
    text-align: center;
}

.article-item.article-item-du-an .inter-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    z-index: 3;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    pointer-events: none;
}

.article-item.article-item-du-an .inter-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.article-item.article-item-du-an .inner-content .article-title a {
    color: #fff;
}
.entire-action-header .dropdown .dropdown-menu a.dropdown-item:last-child {
    border-bottom: 0;
}


/*Phuc css*/

.search_btn {
	display: block;
	font-size: 2rem;
}

.search_btn a {
    color: var(--color-main);
}


.language-switch li > a {
	display: block;
	color: var(--color-text);
	font-weight: 700;
	line-height: 1;
}

.language-switch li a.active {
	color: var(--color-main);
}

.service .article-title {
    font-size: 2.2rem;
    line-height: 1.3em;
}
.service .inner-content {
	padding: 1.6rem 2.4rem 3.2rem 2.4rem;
	background-color: var(--light);
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.service .article-title a {
    color: var(--color-main);
}

.service .article-description {
	-webkit-line-clamp: 3;
	margin-top: 1.6rem;
	color: var(--color-black);
}

.btn-more {
	padding: 0 2rem;
	border: 1px solid var(--color-main);
	line-height: 1.5;
	align-items: center;
	height: 42px;
	display: inline-flex;
	border-radius: 100px;
	margin: auto;
	color: var(--color-main);
	background: var(--white);
}

.btn-more:hover {
    background-color: rgb(214 230 255) ;
    color: var(--color-main);
}

.box-slider-home .swiper {
	padding: 0 2.4rem;
	margin: 0 -2.4rem;
}

.box-slider-home  .swiper-button-prev, .box-slider-home  .swiper-button-next {
    height: 72px;
    width: 72px;
    color: var(--color-main);
}

.box-slider-home  .swiper-button-prev:hover, .box-slider-home  .swiper-button-next:hover {
    background-color: #BBD9FF;
} 

.box-slider-home .swiper-button-next {
    right: -90px;
}
.box-slider-home .swiper-button-prev {
    left:  -90px;
}
.contrast > h3 {
	color: var(--white);
}

.article-2 {
	flex-direction: column;
	display: flex;
	row-gap: 1.5rem;
}


.why-item {
	padding: 2.4rem 2.4rem 3rem 2.4rem;
	background-color: var(--light);
	transition-duration: .15s;
	height: 100%;
	border-radius: 8px ;
}

.why-item:hover {
	box-shadow: 0 4px 25px #00000040;
}

.item--icon {
	aspect-ratio: 1;
	height: 4rem;
	background-color: #ffecd3;
	padding: 0.9rem;
	align-content: center;
	border-radius: 5px;
}

.why-item .title {
	font-size: 1.8rem;
	height: 78px;
	margin-top: 1.6rem;
	line-height: 1.45;
}


.statistic {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    justify-content: center;
     align-content: center;
       color: var(--yellow);
}

.statistic .number, .statistic .suffix {
	font-size: 6.4rem;
	line-height: 1;
}

.statis--title {
	margin-top: 1.8rem;
	font-size: 2.4rem;
	margin-bottom: 2rem;
	font-weight: 600;
}

.statis-contain {
    padding-right: 3rem;
    border-right: 1px solid #0b4f7f;
}

.transition_during {
	transition-timing-function: linear;
}

.home-item .inner-content {
	padding: 1rem;
	margin-top: 1.5rem;
}
.home-item .article-title a {
	font-size: 1.8rem;
	color: var(--color-main);
}

.banner-container {
	  padding: 5.8rem 7.6rem;
}

.banner-bg {
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("https://cdn5887.cdn4s1.com/media/banner/quotation-mobile.webp");
}

.faq_item {
	background-color: var(--light);
	margin-bottom: 2rem;
	border-radius: 8px;
}

.faq_item.bg-custome .btn {
    padding: 1rem 2.4rem;
}

.faq_header {
	padding: 2.4rem 1.6rem 2.4rem 3.2rem;
}

.faq_title button {
	color: var(--color-main);
	font-size: 1.8rem;
	font-weight: 700;
	padding: 0;
	width: 100%;
}

.faq-body {
	padding-left: 3.2rem;
	padding-right: 1.6rem;
	padding-bottom: 2.4rem;
}


.faq_title button:not(.collapsed) span::after {
  content: "\f068";
  color: var(--color-main) !important;
}
.faq_title button > span::after {
  content: "\2b";
  font-family: "Font Awesome 6 Pro";
  color: var(--color-main);
  font-weight: 600;
  margin-left: auto;
  padding-left: 2rem;
  transition: transform 0.2s ease-in-out;
}

.faq_item.bg-custome {
	background-color: #cbeef7;
	padding: 2.4rem;
}

.info-contact .desc {
    max-width: 90rem;
    margin: 0 auto;
}

.info {
    flex: 0 0 80%;
    max-width: 80%;
}

/*CTA*/
.hotline-phone-ring-wrap {
      right: 15px;
      bottom: 70px;
      position: fixed;
      z-index: 990;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 6rem;
    height: 6rem;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*Animation*/
.hotline-phone-ring-img-circle {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100%;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-circle {
    width: 6.5rem;
    height: 6.5rem;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgb(246 68 57);
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 5rem;
    height: 5rem;
    position: absolute;
    background-color: rgb(246 68 57 / .7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
/*End of animation*/

.tooltip-social .tooltip-text {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    position: absolute;
    bottom: 4px;
    white-space: nowrap;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
    right: 130%;
}

.tooltip-social:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-social:hover .tooltip-text::after {
    content: "";
    position: absolute;
    top: 27%;
    left: 100%;
    border-width: 7px;
    border-style: solid;
    border-color: transparent  transparent transparent rgba(0, 0, 0, 0.75);
}

.tooltip-social:hover img {
    border-radius: 50%;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%), 0 4px 15px rgb(0 0 0 / 13%);
}

#facebook .hotline-phone-ring-circle, .messenger-toggle .hotline-phone-ring-circle {
    border-color: #1877f2;
}

#facebook .hotline-phone-ring-circle-fill, .messenger-toggle .hotline-phone-ring-circle-fill {
    background-color: #1877f2;
}
#phone .hotline-phone-ring-circle, .messenger-toggle .hotline-phone-ring-circle {
    border-color: #3399cc;
}

#phone .hotline-phone-ring-circle-fill, .messenger-toggle .hotline-phone-ring-circle-fill {
    background-color: #3399cc;
}
#zalo .hotline-phone-ring-circle, .messenger-toggle .hotline-phone-ring-circle {
    border-color: #2962fe;
}

#zalo .hotline-phone-ring-circle-fill, .messenger-toggle .hotline-phone-ring-circle-fill {
    background-color: #2962fe;
}

/*to the top*/
.progress-wrap {
	position: fixed;
	right: 25px;
	bottom: 25px;
	height: 3.5rem;
	width: 3.5rem;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	z-index: 110;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	background-color: var(--color-highlight);
	color: var(--white) !important;
	text-align: center;
	align-content: center;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.copyright-policy {
	font-size: 1.4rem;
}

.social-items-list {
	margin-top: 3.2rem;
}

.social-items-list > ul > li > a {
	padding: 0.4rem;
	margin-right: 1rem;
	background-color: var(--light);
	border-radius: 50%;
	align-content: center;
	align-items: center;
	height: 3.8rem;
	display: inline-flex;
	justify-content: center;
	width: 3.8rem;
	font-size: 2rem;
	border: 1px solid var(--white);
	color: var(--color-main);
	transition-duration: .3s;
}

.social-items-list > ul > li > a:hover {
	background: var(--color-main);
	color: var(--white);
}

.social-items-list > ul > li img {
	width: 1.8rem;
}

.social-items-list > ul > li img {
	width: 1.8rem;
	filter: invert(16%) sepia(44%) saturate(2345%) hue-rotate(181deg) brightness(92%) contrast(97%);
}

.social-items-list > ul > li:hover img {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(329deg) brightness(103%) contrast(101%);
}

/*End*/

@media (min-width:1200px){
        
    .article-item .inter-item .inner-image .img img {
        transition: 1s;
    }
    
    .article-item .inter-item .inner-image:hover .img img {
        transform: scale(1.1);
    }
    
    /*Bao gia*/
    
    .banner-container {
      padding: 5.8rem 7.6rem;
    }
    
}
@media (min-width:992px){
    .box-category-product .content-category>.row>div:nth-child(1) {
        flex: 0 0 200px;
        max-width: 200px;
    }
    
    .box-category-product .content-category>.row>div:nth-child(2) {
        flex-basis: calc(100% - 200px);
        max-width: calc(100% - 200px);
    }

     

}

@media (min-width: 768px) {
    /*Linh-vuc*/
    
    .article-1 .article-item .inter-item .inner-image .img img {
    	  width: 100%;
    	aspect-ratio: 6/5.3;
    	object-fit: cover;
    }
    
    .article-2 .article-item .inter-item .inner-image .img img {
    	width: 100%;
    	aspect-ratio: 2.8/1.2;
    	object-fit: cover;
    }
    
    
    .article-3 .article-item .inter-item img {
    	aspect-ratio: 4/2.5;
    	width: 100%;
    	object-fit: cover;
    }
}

@media (max-width:1200px){

    .swiper-slider-main .info-content  .title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    
    .box-home-01 {
        padding-top: 30px;
    }
    
    .swiper-slider-main .info-content  .description {
        font-size: 16px;
    }
    .box-category-product .info-left .title-section {
        font-size: 28px;
    }
    
    .box-section-home-02 {
        padding: 30px 0;
    }
    .box-section-home-03 {
        padding: 30px 0 20px;
    }
    
    .title-tab ul.block-tab li.nav-item {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .title-tab ul.block-tab {
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .block-tab.nav .nav-item .nav-link {
        padding: 0 10px;
    }
    .product-item .inner-content {
        padding: 10px;
    }
    
    .product-title {
        font-size: 14px;
        min-height: 32px;
    }
    .banner-home .info-content .title {
        font-size: 23px;
    }
    
    .banner-home .info-content .slogan {
        font-size: 16px;
    }
     .banner-home {
        padding: 80px 15px;
        border-radius: 10px;
    }
    .product-item .inner-content .price span.price-amount.old-price {
        font-size: 13px;
    }
    
    .product-item .inner-content .price span.price-amount {
        font-size: 16px;
    }
    .box-section-home-04, .box-section-home-05, .box-section-home-06  {
        margin-bottom: 30px;
    }
    
    .title-section {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .box-section-home-07 {
        padding: 30px 0;
    }
    
    .box-section-home-08 {
        padding: 30px 15px;
    }
    
    .box-slider-home {
        position: relative;
    }
    
    .box-section-home-10 {
        margin-bottom: 30px;
        padding-top: 30px;
    }
        
    .footer-mid-mobile>.container>.row>div {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }
    .filter-url .content-filter-product .categories {
        padding: 0;
        margin-bottom: 20px;
    }
    .box-product-home .product-left .swiper .swiper-slide {
        padding: 5px;
    }
    
    .box-product-home .product-left {
        margin-left: -5px;
        margin-right: -5px;
    }
    .box-product-slider-page, .box-slider-page {
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .box-product-slider-page .swiper .swiper-slide , .box-slider-page .swiper .swiper-slide {
        padding: 5px;
    }
    .box-product-home .banner-product .info-content .title {
        font-size: 25px;
    }
    
    
    .header-menu .tbl-order-1 {
    	order: 1;
    }
    
    .header-menu .tbl-order-2 {
    	order: 0;
    }
    
    .header-menu .tbl-order-3 {
        order: 2;
    }
    
    .header-menu .logo-section {
        text-align: center;
    }
    
    .header-menu .entire-action-header.entire-action-search {
        display: none;
    }
    .header-page-title .title {
        font-size: 20px;
        padding: 14px;
    }
    
    .header-page-title {
        background-position: right;
        height: 100px;
    }
    
    
    .box-slider-home .swiper .swiper-button-prev, .box-slider-home .swiper .swiper-button-next {
    	width: 5.3rem;
    	height: 5.3rem;
    }
    
    .box-slider-home .swiper .swiper-button-prev {
        left: -25px;
    }
    
    .box-slider-home .swiper-button-next {
    	right: -25px;
    }
    
}

@media (max-width:992px) {
    .article-detail-left .description {
    	-webkit-line-clamp: 8;
    	display: -webkit-inline-box;
    	-webkit-box-orient: vertical;
    	overflow: hidden;
    }
    
    .statistic .number, .statistic .suffix {
        font-size: 5rem;
    }
    
    .statis--title {
        font-size: 2.2rem;
    }
    
    .banner-bg {
        background-size: cover;
        background-position: center ;
    }
    
    .box-slider-home .swiper-pagination {
    	bottom: -30px;
    	transform: translateY(-30%);
    }
    
    .swiper--search input {
        padding: 1.8rem 2rem;
    }
    
    .btn-find {
        min-width: 48px;
        height: 45px;
    }
    
}

@media (max-width:576px){
    
    .swiper-slider-main .swiper-slide img {
    	height: 161.5vw;
    }
    
    .swiper-slide--wrap {
    	top: 70%;
    	transform: translateY(-60%);
    }
    
    .swiper-slider-main .swiper-slide::before {
    	content: "";
    	background: linear-gradient(0deg,#002664cc 41.16%,#00266400 59%);
    	position: absolute;
    	inset: 0;
    }
    
    
    .box-slider-home .swiper {
        padding: 1.2rem 1.4rem;
         margin: 0 -1.4rem;
    }
    
    .box-slider-home .swiper-pagination {
    	bottom: -30px;
        transform: translateY(-18%);
    }
    
    .box-slider-home .swiper .swiper-button-prev, .box-slider-home .swiper .swiper-button-next {
        display: none;
    }
    
    .article-detail-left {
        margin-bottom: 2.5rem;
    }
    
    .why-item .title {
    	height: 31px;
    }
    
    .banner-container {
    	padding: 5.8rem 2.6rem;
    }
    
    
    .product-item .inner-content .price {
        margin-bottom: 5px;
    }
    
    .product-item .inner-content a.btn-product-action {
        font-size: 13px;
    }    
    .swiper-slider-main .info-content .info-image {
        padding-top: 30px;
    }
    
    .box-product-home>.row>div:nth-child(2) {
        order: 1;
    }
    
    .box-product-home>.row>div:nth-child(1) {
        order: 2;
    }
    
    .box-product-home .banner-product {
        margin-top: 0;
        margin-bottom: 15px;
    }
        
    .footer-mid-mobile>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .box-product-home .banner-product .info-content {
        text-align: left;
    }
    
    
    .box-product-page>.row>div {
        margin-bottom: 10px !important;
    }
    
    .statis-contain {
        border-right: none;
        padding-bottom: 3rem;
        margin-bottom: 3rem;
        border-bottom: 1px solid #0b4f7f;
    }
    
}

@media (min-width:767px) and (max-width:1200px){
    .box-product-home .banner-product .info-content {
        padding: 15px;
    }
}

/*CSS by quyettq*/
.description p, .article-content p {
    text-align: justify;
}

.hotline-phone-ring-img-circle img {
    border-radius: 50%;
    overflow: hidden;
}

.article-detail-left .btn-submit {
    border-radius: 100px;
    padding: 0.75rem 2rem;
    font-size: 1.6rem;
    font-weight: 400;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d2d2d4;
    opacity: 1;
    margin: 0 6px !important;
    transition: all .25s ease;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-main);
}

.box-slider-home .article-item {
    height: auto;
    background-color: var(--light);
}

.banner-product img{
    width: 100%;
    height: 30vw;
    object-fit: cover;
}

@media (max-width: 768px) {
    .faq_header {
        padding: 1.5rem 2rem;
    }
}

@media (min-width: 1280px) {
    .footer-mid-mobile > .container > .row > div:not(:first-child) {
        padding-left: 14rem;
    }
}