@font-face {
  font-family: "utm flavour";
  src: url(../fonts/UTM-Flavour.ttf) format('truetype');
}

.fs-12 {
    font-size: 12px !important;
}

.language-picker {
    color: black;
    text-transform: uppercase;
    margin: 5px 0;
    display: inline-block;
}

.bg-footer {
    background: #7D7D7D;
}
.bg-main-pro{
 background: var(--color-main);   
}
.cl-main {
    color: var(--color-main);
}

.bg-light-cus {
    background: #F5F5F5;
}

.bg-copyright {
    border-top: 1px solid rgb(255 255 255 / 20%);
    background: rgb(20 20 18);
}

.logo-section_footer img {
    height: 13rem;
}

.bg-cus {
    position: relative;
}

.bg-cus:before {
    content: "";
    width: 100%;
    height: 65%;
    background: #f3f3f3;
    position: absolute;
    bottom: 0;
    left: 0;
}

.decor-1 > ul > li:after {
    width: 1px;
    height: 15px;
    background: #d2d2d2;
    display: block;
    position: absolute;
    right: -22px;
    top: 20px;
    content: "";
}
.img-fluid_slide {
    width: 100%;
    height: auto;
}

.img-fluid_about_us {
    max-height: 15rem;
}

.about_us .article-description {
    font-size: 16px;
}

.btn_search {
    border-radius: 50%;
    right: 1%;
    position: absolute;
    background: white;
    border: 0;
    /* margin-right: 1rem; */
    top: 15%;
}

.input-group.input_search {
    float: right;
    width: 100%;
}

.search_header {
    right: 14%;
    z-index: 99;
    position: absolute;
    top: -1%;
}

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

.input_search {
    border: 1px solid #208EA7;
    border-radius: 41px;
    padding-right: 2rem;
    height: 3rem;
    padding: 1.85rem 1.25rem;
}

.index_about {
    font-size: 24px;
    /* padding-top: 30px; */
    margin-bottom: 10px;
}

.index_about > a {
    text-transform: uppercase;
    color: var(--color-main);
}

.cl-main {
    color: var(--color-main);
}

.article-description {
    
    font-weight: 400;
    color: rgb(0 0 0 / 80%);
}

.ratio-1-2-cus {
    padding-top: 85%;
    position: relative;
}

.ratio-1-2-cus img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ratio-1-1-cus {
    padding-top: 50%;
    position: relative;
}

.ratio-1-1-cus img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.f-contact-qr .title-footer {
    /* margin-left: 5rem; */
}
.html-kid1--cont {
    position: absolute;
    top: 50%;
    right: 45%;
    color: white;
}

.html-kid1--cont:hover {
    color: var(--color-main);
}
h3.tab-product_namee_h3{
    color: var(--color-main);
}
.title-tab_product1.mb-0 {
    font: normal normal bold 21px/41px Montserrat;
    /* color: black; */
    font-weight: 300;
}

.title-tab_product2 {
    color: var(--color-main);
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    font-size: 3.3rem;
}

.title-tab_product .title-tab_product2 {
    color: #d016b4;
}

.title-after2:after {
    content: "";
    display: block;
        background: var(--color-main);
    width: 8%;
    height: 4px;
    bottom: -7px;
    position: absolute;
    right: 46%;
}

.inner-image1 {
    width: 87%;
}

.article-item1.swiper-slide {
    padding: 2.9rem;
    background: white;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.menu-section > ul > li:hover, .menu-section > ul > li.on {
    /* border-bottom: 2px solid; */
}

.article-title > a {
    font-weight: 700;
    color: var(--color-main);
    font-size: 16px;
}

.title-tab_product {
    position: relative;
}

.title-tab_product:after {
    content: "";
    display: block;
    background: #d016b4;
    width: 113px;
    height: 4px;
    bottom: -7px;
    position: absolute;
    right: 45%;
}

.tab_product_child {
    background: #F3F3F3;
    display: flex;
}

.tab_product_child_slide {
    max-width: 63%;
}

.img_decor_tab > img {
    width: 94%;
}

.tab_product_child_slide {
    padding: 2rem 20px 0px 0px;
}

.tab-product_namee {
    margin-bottom: 5rem;
    border-bottom: 1px solid #e8d9d9;
    padding: 2rem 0px;
}

.product-title_tab {
    font-weight: 500;
    font-size: 1.5rem;
    height: 5.2rem;
    padding: 8px;
}

/*.title-tab {*/
/*    margin-left: 18rem;*/
/*}*/
.product-title_tab:hover a {
    color: white;
}

.product-title_tab:hover {
    /* color: white; */
    background: var(--color-main);
}

.product-title_tab > a {
    color: var(--color-main);
}

.post-date1:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #cfd3ef;
    margin: 1.4rem 0px;
}

.post-date1 >span {
    margin-right: 3px;
}

.btn-blog-readmore {
    color: #208EA7;
    border: 1px solid #208EA7;
    position: absolute;
    top: 9%;
    right: 1%;
    border-radius: 31px;
}

.btn-blog-readmore:hover {
    background: var(--color-main);
}

.swiper-pagination_new >.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    border-radius: 4px;
    width: 27px;
    height: 8px;
}

.swiper-button-prev-cus, .swiper-button-next-cus {
    border-radius: 3px;
    background: var(--gray);
    top: -34%;
    width: 30px;
    height: 35px;
}

.swiper-button-prev-cus {
    left: 88%;
}

.html-kid > .row > div:nth-child(1) >.Fiveitem_a > .html-kid1--cont {
    position: absolute;
    right: 45%;
}

.nav-item.nav-tab-cus {
    margin-right: 2rem;
    /* border: 1px solid; */
    border-radius: 3rem;
}

.nav-link-cus {
    padding: 0.5rem 1rem !important;
}

.block-tab.nav .nav-tab-cus .nav-link-cus.active, .block-tab.nav .nav-tab-cus .nav-link-cus:hover {
    color: white;
    background: var(--color-highlight);
    border-radius: 3rem;
    padding: 1rem;
    border-color: var(--color-highlight);
}

.slide_about-us {
    padding-left: 3rem;

}
.categories .categories-section > .has-child > ul > li > a {
    color: #FDF200;
}
.content-22 {
    margin-bottom: 4rem;
}

#swiper-slider-main-intro {
    margin-left: -3rem;
}

.article-item1 {
    padding-right: 4rem;
}

footer {
    background: #7D7D7D;
}

.product-item .inner-content {
    margin-top: 1rem;
    padding: 1rem;
    padding-bottom: 0;
}

/*.product-item:hover .inner-content {*/
/*    background: var(--color-main);*/
/*}*/

/*.product-item:hover .inner-content a {*/
/*    color: white;*/
/*}*/

.language-switch img {
    width: 30px !important;
}

.title-footer {
    color: #fef200;
}

.categories {
    background: var(--color-highlight);
    padding: 1rem;
}

.categories .h5 {
    color: white;
}

.categories .categories-section > li a {
    color: white;
    padding: 1rem;
}

.categories .categories-section > li > a::before {
    background-color: white;
}

.categories-section .dropdown-toggle {
    color: white;
}

.bg-col-left {
    /* padding: 1rem; */
    /* background: #3A5A89; */
    /* color: white; */
}

.bg-col-left a {
    /* color: white !important; */
}
.img-footer img {
    /* width: 58%; */
}
/*Reponsive mobi*/
@media (min-width: 320px) and (max-width: 768px) {
    .f-contact-qr .title-footer {
    margin-left: 0rem;
}
    .tab_product_child_slide {
    padding: 2rem 0px 0px 0px;
}
    .tab-product_namee {
    margin-bottom: 2rem;
    border-bottom: 1px solid #e8d9d9;
    padding: 1rem 0px 1rem 8px;
}
    .img_decor_tab{
        display: none;
    }
    .tab_product_child_slide {
    max-width: 100%;
}
    .nav-item.nav-tab-cus {
    margin-bottom: 2rem;
     border: 0; 
    border-radius: 3rem;
}
    .index_about {
    text-align: center;
    font-size: 30px;
    padding-top: 10px;
    margin-bottom: 10px;
}
    .menu-section ul{
        margin-top: 0;
    }
    .decor-1{
        position: fixed;
    }
    .logo-section_footer {
        text-align: center;
    }

    .slide_about-us {
        padding: 0px;
        border: none;
        margin-top: 0px;
    }

    .content-22 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .inner-image2 {
        text-align: center;
        margin-top: 0px;
    }

    #swiper-slider-main-intro {
        margin-left: 0px;
    }

    .article-item1 {
        padding-right: 0px;
    }

    .logo-section img {
        /* width: 100%; */
        /* margin-left: 0px; */
    }

    .title-tab {
        margin-left: 0px;
    }

    .product-title_tab {
        background: var(--color-main);
        font-size: 1.2rem;
    }

    .product-title_tab > a {
        color: white;
    }

    .title-tab_product:after {
        width: 148px;
        right: 29%;
    }

    .btn-blog-readmore {
        float: right;
        position: relative;
        border-radius: 3px;
    }

    .nav_mobi_new .nav-item .nav-link {
        padding: 1rem 1.5rem !important;
    }

    .about_us {
        /* background: #F3F3F3; */
        /* padding: 2rem; */
    }

    .swiper-button-prev-cus, .swiper-button-next-cus {
        display: none;
    }
}

/*End Reponsive mobi*/

.font-flavour {
    font-family: "utm flavour";
}

.title-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--color-text);
    padding-bottom: 1rem;
}

.box-list-cate a {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    margin: 0 5px 5px 0;
    background: #e6e6e6;
    color: black;
}

.box-list-cate a:hover {
    background: var(--color-highlight);
    color: white;
}

.hotline .evo-title {
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    font-size: 14px;
}

.hotline .evo-hotline {
    color: var(--color-highlight);
    font-size: 17px;
    font-weight: bold;
}

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

.header-top > .container > .row > div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.post-date .p-day {
    font-size: 20px;
}

.view-small .product-item {
    background: white;
    border: 1px solid var(--gray);
    padding: 0.5rem;
}

.attr .item-attr {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--gray);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}

.zoom-container {
    overflow: hidden;
    position: relative;
}

.zoom-image {
    transition: transform 0.2s ease;
    transform-origin: center center;
    width: 100%;
}

.contact-form .img {
    padding-top: 72%;
}

.title-link .view-all {
    flex: 0 0 80px;
    /* margin-left: 1rem; */
}

.header-mobile > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-section {
    text-align: center;
}

.menu-header-top ul {
    display: flex;
}

.menu-header-top ul li{
    padding: 0 1rem;
    border-right: 1px solid var(--gray);
}

.menu-header-top ul li a{
    color: rgba(255, 255, 255, .8);
}

.menu-header-top ul li a:hover{
    color: rgb(255, 255, 255);
}

.modal#login-modal {
    z-index: 9999;
}

footer .follow-icons i {
    color: #f0f0f0;
    text-align: center;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

footer .icon.facebook {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* border: 1px solid #f0f0f0; */
}

footer .icon.facebook img {
    max-height: 79.09px;
}

.company-name {
    font-size: 19px;
}

.fs-18 {
    font-size: 18px;
}

.article-item .inner-content .btn-link {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    transition: 1s;
    overflow: hidden;
    display: inline-block;
}
.article-item .inner-content .btn-link:hover>span {
    transform: translateX(0);
}

.article-item .inner-content .btn-link>span {
    transform: translateX(-22px);
    display: inline-block;
    transition: 1s;
}

.article-item .inner-content .btn-link>span i {
    margin-right: 10px;
}

.hotline-phone-ring-wrap {
    right: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 990;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 9rem;
    height: 9rem;
    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;
}

.hotline-phone-ring-img-circle {
    width: 6rem;
    height: 6rem;
    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: 7.5rem;
    height: 7.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: 7rem;
    height: 7rem;
    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(-15deg) scale(1) skew(1deg);
    }

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

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

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

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

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


.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: 15px;
    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%);
}

@media (max-width: 992px) {
    .title-tab_product .title-tab_product2 {
        font-size: 22px;
    }
}
    

@media (min-width: 767px) {
    .form-box-search {
        width: 40rem;
    }
    
    .slbannner-home .swiper-slider-main .swiper-slide img {
        max-height: 39.3rem;
        object-fit: cover;
    }
}
    