.language-section img {
    width: 24px;
    height: 16px;
    object-fit: cover;
    margin-left: 8px;
}
.module-language {
    float: right;
}
.menu-top-custom {
    float: right;
    margin-left: 15px;
    margin-right: 0px;
    margin-top: 1px;
}
.menu-top-custom .menu-section-1 > ul > li > a {
    color: #333;
    height: auto;
    line-height: unset;
    position: relative;
    padding: 0px 15px !important;
    text-transform: unset;
}
.header-top  .menu-section-1 > ul > li:last-child > a {
    padding-right: 0px !important;
}
.header-top > .container > .row {
    align-items: center;
}
.menu-top-custom  .menu-section-1 > ul > li {
    margin: 0px 0px;
        display: inline-block;
}
.header-top  .menu-section-1 > ul > li > a:before, 
.header-top .menu-section-1 > ul > li:first-child > a:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    top: 0;
    bottom: 0;
    background: #ccc;
}
.header-top .menu-section-1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-top  .menu-section-1 > ul > li > a:before {
    right: 0;
}
.header-top .menu-section-1 > ul > li:first-child > a:after {
    left: 0;
}
.header-top  .menu-section-1 > ul > li:last-child > a:before {
    display: none;
}
.box-slider-main .swiper-button-next,
.box-slider-main .swiper-button-prev {
    display: none;
}
.box-slider-main .swiper-slider-main .swiper-slide img {
    min-height: auto;
    width: 100%;
    height: 30vw;
    object-fit: cover;
}
.box-slider-main {
    margin-bottom: 30px;
}
.module-product-slider {
    margin-bottom: 50px;
}
.box-title {
    margin-bottom: 20px;
}
.box-title h3 {
    font-weight: 700;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.4;
    color: var(--color-highlight);
    font-size: 20px;
}

.module-product-slider .infor-product-slider {
    position: absolute;
    top: calc(100% - 3.5em); 
    float: none;
    width: 100%;
    padding: 15px;
    height: 100%;
    overflow: hidden;
    background-color: #9b3040bd;
    -webkit-transition: top .25s ease-out;
    transition: top .25s ease-out;
}
.module-product-slider .swiper-slide> a:hover .infor-product-slider {
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.module-product-slider .pro-title-slider h3{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.module-product-slider .pro-description-slider {
    color: #fff;
    font-size: 14px;
}
.readMore-slider p {
    color: #fff;
    margin-bottom: 0px;
}
.pro-description-slider {
    margin-bottom: 10px;
}
.module-product-slider .swiper-button-prev, 
.module-product-slider .swiper-button-next{
    opacity: 1;
    color: #fff;
    background:var(--color-highlight);
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: table;
    text-align: center;
    border-radius: 50%;
}
.module-product-slider .swiper-button-prev i,
.module-product-slider .swiper-button-next i{
    margin-bottom: 0px;
}
.module-product-slider .swiper-button-prev {
    left: -35px;
}
.module-product-slider .swiper-button-next {
    right: -35px;
}
.module-product-slider .swiper-button-prev,
.module-product-slider .swiper-button-next {
    display: none;
}
.module-product-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 15px;
}
.boxIntroduce-home {
    margin-bottom: 30px;
}
.box-article-title h2 {
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.4;
    color: var(--color-highlight);
    font-size: 20px;
}
.box-article-title {
    margin-bottom: 15px;
}
.article-description-introduce {
    font-size: 14px !important;
}
.article-description-introduce p {
    margin-bottom: 0px;
}
.article-description-introduce {
    margin-bottom: 15px;
}
.btn-intro {
    background: var(--color-highlight);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.btn-intro:hover {
    background: #d61330;
    border: 1px solid #d61330;
}
.boxNews-home {
    padding: 0px 0px 0px 0px;
    background: #fff;
    margin-bottom: 30px;
}
.article-title h2 {
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    color: var(--color-highlight);
    font-size: 16px;
}
.article-title h2 a {
    color: var(--color-highlight);
}
.post-date-home {
    color: var(--gray-bold)
}
.post-date-home span {
    padding-right: 3px;
}
.article-item-news {
    margin-bottom: 15px;
}
footer {
    background-color: #eee;
    padding-top: 30px;
}
.title-footer {
    color: #333;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}
.footer-menu-section > ul > li {
    margin-bottom: 5px;
}
.footer-menu-section > ul > li:last-child {
    margin-bottom: 0px;
}
.footer-menu-section > ul > li > a {
    color: #333;
    font-size: 14px;
}
.footer-menu-section > ul > li > a:hover {
    color: var(--color-highlight);
}
.footer-menu-section > ul {
    margin: 0;
    padding: 0;
}
.footer-menu-section {
    margin-bottom: 15px;
}
.ft-bottom {
    padding: 15px 0px;
    background: var(--color-highlight);
}
.copyright-html {
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.social-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-footer ul li img {
    width: 30px !important;
    height: 30px !important;
    border-radius: 100%;
    object-fit: cover;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}
.social-footer ul li {
    display: inline-block;
    margin-right: 5px;
}
.social-footer ul li:last-child {
    margin-right: 0px;
}
.social-footer {
    text-align: center;
}
.product-item .ratio-custome {
    padding-top: 100%;
}
.product-item {
    display: table;
    width: 100%;
}
.button-social ul{
	list-style: none;
	width: 100%;
	display: table !important;
}
.button-social ul li{
	width: 100%;
	margin-bottom: 5px;
	width: 50%;
	float: left;
}
.button-social ul li:first-child {
	width: 50%;
	/* padding-right: 0px !important; */
}
.button-social ul li:first-child a {
	background-image:-webkit-radial-gradient(top center, ellipse farthest-side,#52859d 0%, #02466d 100%)
}
.button-social ul li a{
	width: 100%;
	display: table;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	background-image: linear-gradient(to top,#dc5b00,#ecc500);
}
.button-social ul li:last-child a{
	background-image: linear-gradient(to top,#dc5b00,#ecc500);
}
.button-social ul li a i{
	padding-right: 5px;
}
.button-social ul li:nth-child(2n+1) {
    padding-right: 5px;
}
.button-social ul li:first-child a:hover {
        background: -webkit-radial-gradient(top center, ellipse farthest-side,#02466d 0%, #52859d 100%);
}
.button-social ul li:last-child a:hover {
    background-image: linear-gradient(to top,#ecc500,#dc5b00);
}
#popup-dangkydathang .modal-header {
    background: var(--color-highlight);
    border-radius: 0;
    color: var(--white);
    margin-bottom: 15px;
}
.contact-wrap {
	padding: 0 15px;
}
#popup-dangkydathang .modal-header > h2 {
	font-size: 20px;
}
#popup-dangkydathang .modal-header .close {
    opacity: 1;
    color: #fff;
}
#popup-dangkydathang .modal-dialog {
    max-width: 430px;
    position: relative;
}
#popup-dangkydathang label{
    text-align: left;
}
@media (min-width: 992px) {
    .logo-section img {
        height: 7rem;
        margin: 10px 0px;
        float: left;
    }
    .module-language {
        float: right;
    }
    .menu-top-custom {
        float: right;
        margin-left: 15px;
        margin-right: 0px;
        margin-top: 1px;
    }
    .box-main-menu .menu-section > ul > li {
        margin-left: 0px;
        margin-right: 0px;
    }
   .box-main-menu .menu-section > ul > li > a {
       padding: 0px 25px;
       border-right: 1px solid #fff;
       display: inline-block;
       height: 50px;
       line-height: 50px;
   }
    .box-main-menu .menu-section > ul > li:last-child > a {
        border-right: none;
    }
    .box-main-menu .menu-section .link-menu-first.active{
        background: #a34e5b;
        color: #fff !important;
    }
    .box-main-menu .menu-section > ul > li:hover > a {
        background: #a34e5b;
        color: #fff !important;
    }
    .box-main-menu .menu-section .entry-menu.dropdown {
        padding: 0px 0px;
        border-top: none;
    }
    .box-main-menu .menu-section .entry-menu.dropdown > li > a {
        padding: 10px 15px;
        color: #333;
        font-size: 15px;
    }
    .box-main-menu .menu-section .entry-menu.dropdown li {
        border-bottom: none;
    }
    .box-main-menu .menu-section .entry-menu.dropdown > li:hover > a {
        background: var(--color-highlight);
        color: #fff;
    }
    .box-slider-main .swiper-button-next,
    .box-slider-main .swiper-button-prev {
        display: none;
    }
    .box-slider-main .swiper-slider-main .swiper-slide img {
        height: 26vw;
    }
    .box-slider-main {
        margin-bottom: 50px;
    }
    .module-product-slider {
        margin-bottom: 70px;
    }
    .box-title {
        margin-bottom: 30px;
    }
    .box-title h3 {
        font-size: 26px;
    }
    .module-product-slider .infor-product-slider {
        top: calc(100% - 3.5em); 
        padding: 15px;
    }
    .module-product-slider .pro-title-slider h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .module-product-slider .pro-description-slider {
        font-size: 15px;
    }
    .pro-description-slider {
        margin-bottom: 10px;
    }
    .module-product-slider .swiper-button-prev {
        left: -35px;
    }
    .module-product-slider .swiper-button-next {
        right: -35px;
    }
    .module-product-slider .swiper-button-prev,
    .module-product-slider .swiper-button-next {
        display: none;
    }
    .module-product-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 30px;
    }
    .boxIntroduce-home {
        margin-bottom: 50px;
    }
    .box-article-title h2 {
        font-size: 20px;
    }
    .box-article-title {
        margin-bottom: 15px;
    }
    .article-description-introduce {
        margin-bottom: 15px;
    }
    .article-description-introduce {
        font-size: 16px !important;
    }
    .btn-intro {
        font-size: 15px;
    }
    .boxNews-home {
        padding: 15px 15px 15px 15px;
        background: #eee;
        margin-bottom: 50px;
    }
    .article-title h2 {
        font-size: 18px;
    }
    footer {
        padding-top: 50px;
    }
    .title-footer {
        font-size: 22px;
    }
    .footer-menu-section > ul > li {
        margin-bottom: 7px;
    }
    .footer-menu-section > ul > li > a {
        font-size: 15px;
    }
    .footer-menu-section {
        margin-bottom: 50px;
    }
    .ft-bottom {
        padding: 15px 0px;
    }
    .copyright-html {
        font-size: 14px;
        text-align: left;
        margin-bottom: 0px;
    }
    .social-footer ul li {
        margin-right: 5px;
    }
    .social-footer {
        text-align: right;
    }
    .ft-bottom > .container > .row {
        display: flex;
        align-items: center;
    }
	.box-main-menu .menu-section .child-indicator {
		right: 15px;
	}
	.box-main-menu .menu-section .entry-menu.dropdown ul {
	    position: absolute;
	    top: 0;
	    left: 100%;
	    min-width: 25rem;
	    margin-top: 0px;
	    padding: 0px 0px;
	   box-shadow: 0 0 3px rgb(0 0 0 / 15%);
	    opacity: 0;
	    filter: opacity(0);
	    visibility: hidden;
	    -webkit-transition: all 0.2s ease;
	    transition: all 0.2s ease;
	    z-index: 17;
	    background-color: var(--white);
	}
	.box-main-menu .menu-section .entry-menu.dropdown > .has-child > ul > li.has-child a {
		padding: 10px 15px;
	    color: #333;
	    font-size: 15px;
	}
	.box-main-menu .menu-section .entry-menu.dropdown > .has-child > ul > li.has-child a:hover {
	    background: var(--color-highlight);
	    color: #fff;
	}
}

@media (max-width: 1000px) {
    .is-mobile .menu-top-custom .btn-menu-mobile {
        display: none;
    }
    .is-mobile .menu-top-custom .menu-section-1 {
        position: unset;
        width: auto;
        box-shadow: none;
    }
    .is-mobile .menu-top-custom .menu-section-1 > ul {
        border: none;
    }
    .is-mobile .menu-top-custom .menu-section-1 > ul li {
        display: inline-block;
        border: none;
    }
    .is-mobile .menu-top-custom .menu-top {
        display: none;
    }
    .is-mobile .menu-top-custom {
        float: left;
        margin-left: 0px;
        margin-top: 0px;
    }
    .is-mobile .header-top .menu-section-1 > ul > li:first-child > a:after {
        display: none;
    }
    .is-mobile .menu-top-custom .menu-section-1 > ul > li:first-child > a {
        padding-left: 0px !important;
    }
    .header-top-mobile {
        background: var(--color-highlight);
        padding: 5px 0px;
    }
    .is-mobile .menu-top-custom .menu-section-1 > ul > li > a {
        color: #fff;
    }
    .is-mobile .header-top .menu-section-1 > ul > li > a:before, 
    .is-mobile .header-top .menu-section-1 > ul > li:first-child > a:after {
        background: #fff;
    }
    .is-mobile .box-news-page .inner-image .ratio-1-1 {
        padding-top: 65%;
    }
    .is-mobile .box-product-page > .row {
        margin: 0 -7.5px;
    }
    .is-mobile .box-product-page > .row > div {
        padding: 0 7.5px;
        margin-bottom: 15px !important;
    }
}

@media (max-width:767px){
    .title-footer {
        margin: 30px 0 20px;
    }
    .slick-slider .slick-arrow {
    	display: none !important;
    }
    .button-social ul li {
    	width: 100%;
    }
    .button-social ul li:first-child {
    	width: 100%;
    }
    .button-social ul li:last-child {
    	padding-left: 0px !important;
    }
 
}