/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    background: var(--color-main);
}
.align-row-center > .container > .row > div, .align-row-center>.row>div {
    margin-bottom: auto !important;
    margin-top: auto !important;
}
.bg-main{
	background:var(--color-main);
}
.text-black {
    color: var(--black);
}
.pt-40{
    padding-top: 40px;
}
.pt-50{
    padding-top: 50px;
}
.pt-60{
    padding-top: 60px;
}
.pt-70{
    padding-top: 70px;
}
.pt-80{
    padding-top: 80px;
}
.pb-40{
    padding-bottom:40px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-60{
    padding-bottom: 60px;
}
.pb-70{
    padding-bottom: 70px;
}

.pb-80{
    padding-bottom: 80px;
}
.mb-50{
    margin-bottom: 50px;
}

.footer-menu-section .title-footer, .entire-info-website .title-footer {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: white;
}

.footer-menu-section .list-unstyled > li {
    margin-bottom: .8rem;
}

.footer-menu-section .list-unstyled > li > a {
    color: white;
    font-size: 1.6rem;
}

.entire-info-website {
    color: white;
}

.entire-info-website address {
    font-size: 1.6rem;
}

.more-address > a {
    background: orange;
    color: white;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    border-radius: .5rem;
    overflow: hidden;
    font-weight: bold;
    padding-right: 10px;
}
.more-address {
    display: inline-block;
}
.more-address > a i {
    background: var(--color-highlight);
    font-size: 2.5rem;
    padding: 1rem;
    margin-right: 1rem;
}

.logo-footer {
    background: white;
    width: 9rem;
    height: 9rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.logo-footer img {
    height: 100%;
    width: 100%;
    object-fit: contain;
/*    padding: 2rem;*/
}

.social-section li a {
    background: white;
    text-align: center;
    margin: 0 0.5rem;
    width: 45px;
    line-height: 45px;
    border-radius: .5rem;
    font-size: 2rem;
    color: var(--color-main);
    display: block;
}
.header-top>.container>.row>div:nth-child(1) {
    flex: 0 0 200px;
    max-width: 200px;
}
.header-top>.container>.row>div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 200px;
    max-width: 200px;
}
.header-top>.container>.row>div:nth-child(2) {
    flex-basis: calc(100% - 400px);
    max-width: calc(100% - 400px);
}

.section-search .input-group input.form-control {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    overflow: hidden;
}

.section-search .input-group .input-group-append button.btn.btn-submit {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.album-item .inner-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    color: var(--white);
    font-size: 26px;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 56px;
}
.section-list-product .product-item {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 20px;
}

.section-list-product .product-item .inner-content .product-title {
    text-align: left;
    font-weight: 700;
    height: 40px;
    overflow: hidden;
    font-size: 1.6rem;
    line-height: 1.2;
}

.section-list-product .product-item .inner-content .product-title a {
    color: var(--black);
}
.link-all-prd>a {
    background-color: var(--color-main);
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 10px;
    letter-spacing: .03em;
    color: var(--white);
    font-weight: 700;
    font-size: 1.6rem;
    position: relative;
}

.link-all-prd>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: inset 0 1.2em 0 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1.2em 0 0 rgb(255 255 255 / 10%);
}
.title-section-left {
    color: #fff;
    font-size: 16px;
    height: 37px;
    line-height: 37px;
    text-transform: uppercase;
    border-bottom: 5px solid var(--color-main);
    margin-bottom: 30px;
}

.title-section-left>span {
    background: var(--color-main);
    padding: 0px 20px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.title-section-left>span:before {
    position: absolute;
    right: -37px;
    top: 0px;
    height: 0;
    width: 0;
    content: '';
    border-top: 37px solid transparent;
    border-left: 37px solid #849d49;
}
.section-news-hot .inner-content {
    background-color: rgb(238, 238, 238);
    padding: 20px 10px 15px 10px;
}

.section-news-hot .inner-content .article-title {
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    overflow: hidden;
}

.section-news-hot .inner-content .article-title a {
    color: var(--color-text);
}

.section-news-hot .inner-content .article-description {
    margin-bottom: 0 !important;
    height: 40px;
    overflow: hidden;
    color: #323232;
}
.img-full img {
    width: 100%;
    object-fit: contain;
}

.img-full.img-full-01 img {
    height: 65vw;
}
.list-article-name .article-title a {
    color: var(--color-text);
    font-weight: 700;
    text-transform: lowercase;
    font-size: 14.5px;
}

.list-article-name .article-title {
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.list-article-name .article-title:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    border: 1px solid #626262;
    border-radius: 50%;
}

.list-article-name .article-title:first-letter {
    text-transform: uppercase;
}
.section-list-cn .list-item .item {
    padding: 10px 10px 30px 10px;
    border-radius: 11px;
    text-align: center;
    height: 100%;
}

.section-list-cn .list-item>.row>div:nth-child(1) .item {
    background: var(--color-main);
}

.section-list-cn .list-item .item .info .name {
    font-size: 20px;
    color: var(--white);
    margin-bottom: 15px;
}

.section-list-cn .list-item .item .info  .description {
    color: var(--white);
}
.swiper-slide:nth-child(1) > .itemm {
       background: var(--color-main);
}

.swiper-slide:nth-child(2) > .itemm {
    background: #c57200;
}

.swiper-slide:nth-child(3) > .itemm {
    background: var(--color-highlight);
}

.swiper-slide:nth-child(4) > .itemm{
    background: rgb(182, 154, 113);
}
.infoo > .name {
    font-size: 20px;
    color: var(--white);
    margin-bottom: 15px;
    position: relative;
}
.infoo > .name:before {
    background-color: #000;
    bottom: -5px;
    content: "";
    height: 4px;
    left: 50%;
    opacity: .08;
    position: absolute;
    transform: translateX(-50%);
    width: 65px;
}
.itemm{
    padding: 10px 10px 30px 10px;
    border-radius: 11px;
    text-align: center;
    height: 100%;

}
.infoo > .description {
    font-size: 1.7rem;
    color: white;
}
.link-all a {
    padding: 0 30px;
    border: 2px solid var(--color-main);
    text-transform: uppercase;
    color: var(--color-main);
    font-weight: 700;
    border-radius: 10px;
    height: 48px;
    display: inline-block;
    line-height: 48px;
}
.section-list-cn .title {
    font-size: 16px;
}
.item-img-brand .img-brand img {
    object-fit: contain;
}

form.form-send-footer>.form-group:nth-child(1) {
    flex: 1 1;
}

form.form-send-footer>.form-group input.form-control {
    background: #626c13;
    border-color: #626c13;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: var(--white);
}

form.form-send-footer>.form-group input.form-control::placeholder { 
  color: var(--white);
}

form.form-send-footer>.form-group span.btn.btn-submit {
    color: black;
    background-color: orange !important;
    border-radius: 0 5px 5px 0;
    border-color: orange;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-bottom>.container {
    border-top: solid 1px #ffffff4f;
    padding-top: 30px;
}

.more-address > a>span {
    color: var(--black);
}
.footer-copy {
    background-color: #5c8224;
}
.copyright {
    color: rgba(255,255,255,.5);
}
.view-list-small article.article-item {
    display: flex;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
}
.view-list-small article.article-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.view-list-small article.article-item .item-left {
    flex: 0  0 100px;
    max-width: 100px;
}

.view-list-small article.article-item .inner-content .article-title {
    font-size: 1.4rem;
    text-transform: lowercase;
    height: 39px;
    overflow: hidden;
}

.view-list-small article.article-item .inner-content .article-title:first-letter {
    text-transform: uppercase;
}


.view-list-small article.article-item .inner-content {
    padding-left: 10px;
}

.view-list-small article.article-item .inner-content span.post-date {
    font-size: 12px;
}
.section-article-right .title-section-left {
    margin-bottom: 0;
}

.view-list-small {
    background: var(--light);
    padding: 10px;
}

.view-list-small article.article-item .item-left .inner-image {
    margin-bottom: 0 !important;
}

.view-list-small article.article-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.img-right-article img {
    width: 100%;
}

.section-contact-form .item-form, .section-contact-form .item-info {
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 0px 6px 0 rgb(0 0 0 / 16%);
}
.section-contact-form .title {
    position: relative;
}

.section-contact-form .title:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 50px;
    background: #bfbfbf;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/

@media (max-width:1200px){
    .header-mid-mb>.container>.row>div:nth-child(3) {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    
    .btn-action-header {
        padding: 0.3rem 1.2rem;
    }
    
    .header-login a.btn-action-header i {
        padding-right: 0 !important;
    }
}

@media (max-width:992px){
    .title-section {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .row>div {
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width:767px){
    .itemm{
        padding: 15px 17px 45px 35px;
    }
    .swiper-slide-mobii {
        width: 337px !important;
    }
    .album-item .inner-image {
        margin-bottom: 10px;
    }
    
    article.album-item {
        margin-bottom: 15px;
    }
    .section-list-cn .link-all {
        margin-top: 1rem !important;
        margin-bottom: 3rem;
    }
    
    .section-list-cn .list-item>.row>div {
        margin-bottom: 10px;
    }
    .footer-mid-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
}
.swiper-thumbs .swiper-slide {
    height: 100% !important;
}

@media (max-width: 500px) {
    .swiper-slide-mobii {
        width: 100% !important;
    }
    
    .sli-mobile .swiper-slider-main .swiper-slide img {
        /*height: 86vw;*/
    }
}
@media (min-width:1270px){
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1270px;
    }
}
@media (min-width: 990px) {
    .setting-menu .menu-section > ul {
        display: flex;
        justify-content: center;
    }
}

/*Button Contact Fixed*/
.contact-fixed {
    z-index: 999;
    right: 20px;
    bottom: 20px;
    position: fixed;
    height: 60px;
    width: 60px;
    background: #b10000;
    border-radius: 50%;
    cursor: pointer;
}

.contact-fixed__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 10px;
    line-height: 11px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__button.show {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.contact-fixed__button i {
    font-size: 16px;
    margin-bottom: 5px;
}

.contact-fixed__pulsation {
    width: 84px;
    height: 84px;
    background-color: #a21106b5;
    border-radius: 50px;
    position: absolute;
    left: -12px;
    top: -12px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.contact-fixed__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 24px;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__close.show {
    -webkit-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.contact-fixed__list {
    width: 235px;
    position: absolute;
    bottom: 80px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 10000;
}

.contact-fixed__list.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    width: 100%;
    justify-content: flex-end;
}

.contact-fixed__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 3px;
}

@keyframes arcontactus-pulse {
	0% {
		-webkit-transform:scale(0);
		transform:scale(0);
		opacity:1
	}
	50% {
		opacity:.5
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:0
	}
}
.contact-fixed__item span.contact-fixed__item-title {
    background-color: #FFD057;
    display: inline-block;
    width: 160px;
    border-radius: 16px;
    padding: 5px 10px;
    color: var(--black);
    text-align: right;
}
/*End Button Contact Fixed*/

.is-mobile .product-item .price > span {
    display: inline-block;
    margin: 0 !important;
}

.blog-item {
    position: relative;
    margin: 0;
}

.blog-item .inner-content {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    border-left: 4px solid var(--color-main);
    padding: 0 1rem;
    margin: 0 1rem;
    z-index: 2;
}

.blog-item .inner-image {
    margin: 0 !important;
}

.blog-item .inner-image a:before {
    content: "";
    background: black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .2;
}

.blog-item .article-title a {
    color: white !important;
}


@media (max-width:1200px){
    .contact-fixed {
        bottom: 60px;
        right: 10px;
    }
    
    .contact-fixed__item {
        padding: 3px 0;
    }
}