.container, .container-sm, .container-md, .container-lg, .container-xl {
    padding-right: 1rem;
    padding-left: 1rem;
}

.row {
    margin-right: -1rem;
    margin-left: -1rem;
}

[class^="col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
}

@font-face {
  font-family: 'UTMBebas';
  src: url("../fonts/utmbebas.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
  
.font-helvetica{
    font-family: system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.setting-menu {
    /*--background: url(https://cdn2624.cdn4s6.io.vn/media/menu-background.webp);*/
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    /*--font-weight: bold;*/
    
}

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

.shadow-1 {
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

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

.text-highlight {
    color: var(--color-highlight);
}

.fs-16 {
    font-size: 1.6rem;
}

.fs-18 {
    font-size: 1.8rem;
}

.fs-20 {
    font-size: 2rem;
}

.font-weight-600 {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}

.header-top>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: end;
}

.social-section li a {
    color: var(--color-highlight);
    font-size: 1.7rem;
    padding-left: 1.2rem;
}

.social-section li a:hover {
    color: var(--color-highlight-alt);
}

.language-section a {
    display: block;
    margin: 0 0.5rem;
}

.language-section a img {
    height: 19px;
    width: 24px;
    object-fit: cover;
}

.search-section {
    background-color: rgb(155 155 155 / 20%);
    box-shadow: inset -8px 0 8px -8px #07070794, inset 8px 0 8px -8px #07070794;
}

.search-section .btn {
    border: none;
    background: transparent;
    padding: 0 1rem;
}

.search-section input {
    height: 34px;
}

.top-menu .menu-section > ul > li > a {
    height: 34px;
    line-height: 34px;
    text-transform: capitalize;
    font-size: 1.4rem;
}

.slider-main .swiper-slide img {
    width: 100%;
    object-fit: cover;
    min-height: 40rem;
}

.swiper-slider-main .swiper-slide--link i {
    font-size: 1.8rem;
    padding-left: 0.2rem;
}

.slider-main .swiper-button-prev, .slider-main .swiper-button-next {
    color: rgb(255 255 255 / 80%);
    font-size: 5rem;
    transition: color ease .4s;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.slider-main .swiper-button-prev:hover, .slider-main .swiper-button-next:hover {
    color: white
}

.swiper-pagination-bullet {
    background-color: #e0e0e0;
    border: none;
    border-radius: 1px;
    width: 23px;
    height: 4px;
    box-shadow: inset 1px 1px #0000002e, inset 0 0 0 1px #07070717;
    margin: 0 3px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: var(--color-highlight);
    box-shadow: 0 0 6px #0707070d;
}

.btn-more {
    color: #333;
    font-weight: 600;
    font-size: 1.6rem;
}

.btn-more:hover {
    transition: all .5s ease;
    font-size: 18px;
    color: var(--color-highlight) !important;
}

.cate-home .title {
    font-size: 2.2rem;
}

.img-banner img {
    width: 100%;
    height: 100px;
}

.img-banner {
    position: relative;
}

.entire-info-website ul li {
    display: inline-block;
    padding: 0 1rem;
}

.entire-info-website ul li:before {
    content: "•";
    padding-right: 0.7rem;
}

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

#return-to-top {
    position: fixed;
    bottom: 3rem;
    right: 2rem;
    background: var(--color-highlight);
    width: 4rem;
    height: 4rem;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    line-height: 4rem;
    color: white;
    box-shadow: 0 0 9px #0a15196e;
    z-index: 99;
}

#return-to-top:hover {
    background: var(--color-highlight-alt);
}

.share-button-primary .icon {
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 4.5rem;
    height: 4.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partial-flyOutButtons .fly-out {
    width: 62px;
    height: 70px;
    overflow: hidden;
    box-shadow: 0 0 9px #0a15196e;
    transition: width .3s ease-in;
    display: block;
    position: fixed;
    bottom: 200px;
    right: 0;
    z-index: 99;
    color: white;
}

.partial-flyOutButtons .fly-out:first-child {
    bottom: 270px;
}

.partial-flyOutButtons .fly-out:last-child {
    bottom: 190px;
}

.partial-flyOutButtons .fly-out .inner-wrap {
    width: 62px;
    height: 72px;
}

.partial-flyOutButtons .fly-out .inner-wrap .button {
    background-color: var(--color-highlight);
    float: left;
    width: 62px;
    height: 72px;
    transition: background-color .15s ease-in;
    touch-action: none;
    font-size: 2.2rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partial-flyOutButtons .fly-out .inner-wrap .button span {
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partial-flyOutButtons .fly-out .inner-wrap .button span i.fa {
    color: #fff;
    font-size: 1.8rem;
    text-shadow: none;
}

.partial-flyOutButtons .fly-out .inner-wrap .content {
    background-color: var(--color-highlight);
    padding: 10px 10px 10px 80px;
    width: 220px;
    height: 72px;
    text-shadow: none;
}

.partial-flyOutButtons .fly-out .inner-wrap .content label {
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 5px;
}

.partial-flyOutButtons .fly-out .inner-wrap .content a {
    display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    transition: opacity .3s ease-in;
    color: white;
}

.partial-flyOutButtons .fly-out:hover .inner-wrap .button, .partial-flyOutButtons .fly-out:focus .inner-wrap .button, .partial-flyOutButtons .fly-out:active .inner-wrap .button {
    background-color: var(--color-highlight-alt);
}

.partial-flyOutButtons .fly-out:hover , .partial-flyOutButtons.fixed .fly-out{
    width: 220px;
}
.product-image-detail .inner-image {
    padding-top: 100%;
}
.product-image-detail .product-title-detail {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: white;
    text-align: center;
    right: 0;
    left: 0;
    background: rgb(0 0 0 / 40%);
    max-width: 70%;
    margin: 0 auto;
    padding: 1.2rem;
}
.w-pt-77 {
    width: 77%;
    padding-top: 77%;
}

.img-category {
    position: relative;
}

.img-category:before {
    content: "";
    width: 10%;
    height: 100%;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    position: absolute;
    right: -13px;
    background: white;
    z-index: 1;
}
.entire-info-website {
    font-size: 1.7rem;
}
.form-section .form-group {
    margin-bottom: 4rem;
}
.form-section .form-group label {
    color: var(--color-highlight);
    width: 100%;
    font-size: 2.1rem;
    line-height: 3.6rem;
    font-weight: 500;
}

.form-section .form-group .form-control {
    background: unset;
    border-color: #e88c71;
    color: #fff;
    width: 100%;
    font-size: 13px;
}
.form-section .form-group input.form-control {
    border: unset;
    border-bottom: 1px solid #e88c71;
    padding: 0.85rem 0;
}
.form-section .form-group input::-webkit-input-placeholder,
.form-section .form-group textarea::-webkit-input-placeholder {
   color: black;
}

.form-section .form-group input:-moz-placeholder,
.form-section .form-group textarea::-moz-placeholder { /* Firefox 18- */
   color: black;  
}

.form-section .form-group input::-moz-placeholder,
.form-section .form-group textarea::-moz-placeholder {  /* Firefox 19+ */
   color: black;  
}

.form-section .form-group input:-ms-input-placeholder,
.form-section .form-group textarea::-ms-input-placeholder {  
   color: black;  
}
.form-section .btn{
    padding-right: 3rem;
    padding-left: 3rem;
    font-size: 17px;
    /* background: none; */
    border-color: white;
}
.form-section .btn:hover {
    background-color: white;
    color: var(--color-highlight);
}
.form-section .form-group label.invalid-feedback {
    font-size: 1.3rem;
}
.product-item .img-category img ,.product-item .inner-image img{
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.product-item:hover .img-category img , .product-item:hover .inner-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.categories .categories-section > li > a {
    padding-left: 0;
}
.categories .h5 {
    font-size: 20px;
    font-weight: 800;
}


footer {
    background: #EBEDF2;
}

.cus-footre-1 {
    padding-top: 30px;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-top: 15px;
}

.footer-section ul li a {
    font-size: 1.6rem;
    color: black;
    margin-bottom: 1rem;
    display: block;
}
.footer-section ul {
    padding: 0;
    list-style: none;
}

.language-section img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.8;
}

html[lang="en"] .language-section div[nh-active-language="en"] img, html[lang="vi"] .language-section div[nh-active-language="vi"] img , .language-section a:hover img{
	filter: unset;
	opacity: 1;
} 
@media (min-width: 992px) {
    .w-lg-70 {
        width: 70%;
    }
}
@media (min-width: 1000px) {
    .social-section:before {
        color: var(--color-highlight);
        content: "|";
        font-size: 1.5rem;
    }
}

@media (max-width: 1000px) {
    .top-menu {
        display: none;
    }
}

@media (max-width: 992px) {
    .setting-menu-mb>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo-section img {
        height: 6rem;
    }

    .slider-main .swiper-slide img {
        height: 30vh;
        min-height: auto;
    }

    .swiper-slide--tile {
        font-size: 2rem;
    }

    .product-item .price-amount {
        display: block;
    }

    .product-item .price-amount.old-price {
        display: inline-block;
        margin-left: 0 !important;
    }

    .partial-flyOutButtons .fly-out .inner-wrap {
        width: 50px;
        height: 58px;
    }

    .partial-flyOutButtons .fly-out .inner-wrap .button {
        width: 50px;
        height: 58px;
    }

    .partial-flyOutButtons .fly-out .inner-wrap .button span {
        width: 38px;
        height: 38px;
    }

    .share-button-icon {
    }

    .partial-flyOutButtons .fly-out .inner-wrap .content {
        padding: 10px 10px 10px 65px;
        width: 300px;
        height: 58px;
    }

    .partial-flyOutButtons .fly-out:hover {
        width: 300px;
        height: 58px;
    }

    .partial-flyOutButtons .fly-out .inner-wrap .content a {
        font-size: 17px;
    }

    .partial-flyOutButtons .fly-out .inner-wrap .content label {
        font-size: 16px;
        margin: 0;
    }

    .partial-flyOutButtons .fly-out {
        width: 50px;
        height: 58px;
    }

    .partial-flyOutButtons .fly-out:first-child {
        bottom: 240px;
    }

    .partial-flyOutButtons .fly-out:last-child {
        bottom: 170px;
    }
}

/*Css by Thuongkt*/

/*.menu-section > ul > li:hover > a {*/
/*    transition: all .5s ease;*/
/*    font-size: 26px;*/
/*    color: var(--color-highlight);*/
/*    transform: scale(1.2);*/
/*}*/

.menu-section > ul > li {
    display: inline-block;
    position: relative; 
}

.menu-section > ul > li > a {
    display: inline-block;
    transition: transform 0.5s ease, color 0.5s ease;
}

.menu-section > ul > li:hover > a {
    font-size: 24px; 
    color: var(--color-highlight);
    transform: scale(1.2); 
}

.slider_contact .swiper-slide .contact_swiper {
    background-color: #fff;
    padding: 30px 20px;
    background-image: none;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.slider_contact .img-contact > a {
    height: 64px;
    width: 64px;
    background-image: none;
    margin: 0 auto;
}

.slider_contact .img-contact > a > img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    min-height: inherit;
}

.slider_contact .swiper-slide--wrap {
    position: relative;
}

.slider_desc .swiper-slide--tile  {
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    margin: 20px 0 0;
    font-size: 1.5rem;
}

.slider_desc .swiper-slide--description {
    text-align: center;
    line-height: 2;
    margin: 19px 0 0;
    font-size: 1.8rem;
}

.facebook_footer {
    text-align: right;
}

/*End css*/

@media (max-width: 767px) {
    .cate-home .desc {
        display: none;
    }
    .cate-home .title {
        font-size: 1.8rem;
    }
    .facebook_footer {
        text-align: left;
    }
}
@media (max-width: 550px) {
    .img-banner img {
        width: 100%;
        height: 95px;
        object-fit: cover;
    }
    .entire-info-website {
        font-size: 1.4rem;
    }
}



/*.article_detail footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:100px;   
   background:#6cf;
}*/



.thong-tin-cong-ty-section .title {
    margin: 1rem 0 2rem;
    color: #000000;
    font-size: 4rem;
    text-transform: capitalize;
}

.thong-tin-cong-ty-section .content {
    /* position: relative; */
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    margin-top: -1rem;
}

.thong-tin-cong-ty-section {
    padding: 0 3rem;
}
.thong-tin-cong-ty-section .img-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3rem;
    font-size: 3rem;
}
.thong-tin-cong-ty-section .img-text a {
    color: black;
    font-weight: 500;
}

.header-top>.row>div {
    padding-right: 45px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.form-section .form-group input.form-control {
    border: unset;
    border-bottom: 1px solid #e88c71;
    padding: 0.85rem 1rem;
    background: #EBEEF2;
    border: 1px solid #ced4da;
    height: 7rem;
    font-size: 2rem;
    color: black;
}

.form-section .form-group input:-moz-placeholder,
.form-section .form-group textarea::-moz-placeholder { /* Firefox 18- */
   color: #fdb099;  
}

.form-section .form-group input::-moz-placeholder,
.form-section .form-group textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #fdb099;  
}

.form-section .form-group input:-ms-input-placeholder,
.form-section .form-group textarea::-ms-input-placeholder {  
   color: #fdb099;  
}

.contact-page .form-section .btn:hover {
    background-color: #044b97;
    color: white;
}
.form-section .form-group label.invalid-feedback {
    font-size: 1.3rem;
    color: black;
}

.ytp-button {
    position: absolute;
    left: 0;
    top: 50%;
    width: 6rem;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    z-index: 63;
    cursor: pointer;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}
.video-footer .swiper-slide:hover .ytp-button .ytp-large-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    fill: var(--red);
    fill-opacity: 1;
}
.video-footer .swiper-slide .img {
    padding-top:52%;
}

@media (max-width: 1200px) {
    .menu-section > ul > li:hover > a {
    font-size: 22px; 
    color: var(--color-highlight);
    transform: scale(1.2); 
}
}

@media (max-width: 992px) {
    .setting-menu-mb>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo-section img {
        height: 6rem;
    }

    .swiper-slide--tile {
        font-size: 2rem;
    }

    .product-item .price-amount {
        display: block;
    }

    .product-item .price-amount.old-price {
        display: inline-block;
        margin-left: 0 !important;
    }

    .partial-flyOutButtons .fly-out .inner-wrap {
        width: 50px;
        height: 58px;
    }

    .partial-flyOutButtons .fly-out .inner-wrap .button {
        width: 50px;
        height: 58px;
    }

    .partial-flyOutButtons .fly-out .inner-wrap .button span {
        width: 38px;
        height: 38px;
    }

    .share-button-icon {
    }

    .partial-flyOutButtons .fly-out .inner-wrap .content {
        padding: 10px 10px 10px 65px;
        width: 300px;
        height: 58px;
    }

    .partial-flyOutButtons .fly-out:hover {
        width: 300px;
        height: 58px;
    }

    .partial-flyOutButtons .fly-out .inner-wrap .content a {
        font-size: 17px;
    }

    .partial-flyOutButtons .fly-out .inner-wrap .content label {
        font-size: 16px;
        margin: 0;
    }

    .partial-flyOutButtons .fly-out {
        width: 50px;
        height: 58px;
    }

    .partial-flyOutButtons .fly-out:first-child {
        bottom: 240px;
    }

    .partial-flyOutButtons .fly-out:last-child {
        bottom: 170px;
    }
    .ofuceim_cs {
        margin-top: 0 !important;
    }
}

@media (max-width: 767px) {
    .cate-home .desc {
        display: none;
    }
}
@media (max-width: 550px) {
    .entire-info-website {
        font-size: 1.4rem;
    }
}

/*.article_detail footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:100px;   
   background:#6cf;
}*/


.thong-tin-cong-ty-section .img-text .label {
    color: #3230309c;
}

.contact-page .title {
    font-size: 3.4rem;
    margin-bottom: 2rem;
}
.contact-page textarea {
    font-size: 2rem !important;
    background: red;
    background: #EBEEF2 !important;
    color: black !important;
    border: 1px solid #ced4da !important;
}

.form-lien-he-page {
    padding: 2rem 4rem;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

.contact-page .checkbox-text {
    color: black !important;
    font-weight: 500 !important;
}

.contact-page .text-1 {
    font-size: 1.4rem;
}

.contact-page input {
    height: 4.8rem !important;
}

.contact-page .form-control {
    border: none !important;
    border-bottom: 2px solid var(--color-highlight) !important;
    background-color: white !important;
}

.btn_contact {
    border-radius: 4rem;
    font-size: 1.8rem;
    font-weight: 600;
    display: block;
    width: 100%;
    height: 5.5rem;
}

.ofuceim_cs {
    margin-top: 1.5rem;
}

.title_contact {
    font-size: 3rem;
    font-weight: 600;
}

.description_short_contact {
    font-size: 2rem;
}

.bg_contact {
    padding-top: 80px;
    position: relative;
}

.bg_contact::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 45%;
    left: 0;
    background-color: #1b356a;
}

body:not(.is-mobile) .setting-menu > .row > div:last-child {
    align-items: flex-end;
    padding-bottom: 5px;
}

/*CSS by quyettq*/
.setting-menu > .row > div:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}