@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'SVN-Notera';
    src: url(../font/SVN-Notera.eot);
    src: url(../font/SVN-Notera.eot?#iefix) format('embedded-opentype'),
    url(../font/SVN-Notera.otf) format('otf'),
    url(../font/SVN-Notera.svg#SVN-Notera) format('svg'),
    url(../font/SVN-Notera.ttf) format('truetype'),
    url(../font/SVN-Notera.woff) format('woff'),
    url(../font/SVN-Notera.woff2) format('woff2');
}


html, body {
    overflow-x: hidden;
}

body {
    font-family: 'Lexend', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

div, a, p {
    color: #000;
}

p, address {
    line-height: 1.6;
}

a {
    transition: all 0.3s ease;
    text-decoration: none;
}

a:hover {
    color: #006699;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.form-control:focus, .form-control:active {
    background-color: transparent;
    box-shadow: none;
}

.container-fluid {
    margin-left: 0;
}

.btn-primary {
    padding: 12px 50px;
    border-radius: 0;
    background: #006699;
    font-size: 1.2rem;
    border: 0;
}

.btn-primary:hover {
    background: #068ccf;
}

.tm-text-primary {
    color: #000;
}

h2.tm-text-primary {
    font-size: 60px;
    font-weight: 100;
}

h2.tm-text-primary span {
    font-weight: bold;
}

.tm-text-secondary {
    color: #000;
}

hr {
    border-top: 4px solid #CCC;
}

.tm-hr-short {
    border-top: 1px solid #006699;
    width: 238px;
    margin-left: auto;
    margin-right: auto;
}

img {
    max-width: 100%;
    height: auto;
}

/* Layout */

.tm-main {
    width: 100%;
}

.tm-row-home {
    padding-left: 15px;
    padding-right: 15px;
}

.tm-mt-100 {
    margin-top: 100px;
}

/*tm-menu*/
.tm-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 9000;
    height: 100%;
    width: 100%;
    background-image: url("../img/bg-menu-open.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 1s ease;
}

.tm-menu.show {
    left: 0;
}

.tm-menu:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1011;
    height: 100%;
    width: 100%;
    background: rgba(144, 0, 45, 0.6);
}

.tm-menu:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1012;
    max-height: 1100px;
    width: 129px;
    background-image: url(../img/bg-menu-4.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.tm-menu-wap {
    height: 100%;
    padding-top: 120px;
    position: relative;
    z-index: 1011;
    max-width: 56%;
    display: flex;
    background: rgba(144, 0, 45, 0.7);
}

.tm-menu-left {
    width: 55%;
    text-align: center;
    position: relative;
}

.tm-menu-left:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 716px;
    top: 0;
    right: 100px;
    background-image: url("../img/line-white.png");
    background-size: cover;
}

.tm-menu-left ul {
    margin-top: 110px;
}

.tm-menu-left ul li {
    margin-bottom: 10px;
}

.tm-menu-left ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
}

.tm-menu-left ul li a:hover {
    text-decoration: underline;
    font-weight: 400;
}

.tm-menu-right {
    width: 45%;
}

.tm-menu-right ul {
    margin-top: 110px;
}

.tm-menu-right ul li {
    margin-bottom: 30px;
    position: relative;
    transition: all 1s ease;
}

.tm-menu-right ul li:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    left: -50px;
    top: -1px;
    border: 1px solid #fff;
    height: 40px;
    border-radius: 10px;
    transition: all 1s ease;
}

.tm-menu-right ul li:hover:after {
    content: "";
    position: absolute;
    background-image: url("../img/icon-menu-hover.png");
    width: 12px;
    height: 19px;
    left: -30px;
    top: 9px;
    transition: all 1s ease;

}

.tm-menu-right ul li a {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    position: relative;
    z-index: 1;
}

.form-search {
    margin-top: 100px;
    position: relative;
}

.form-search:before {
    content: "";
    position: absolute;
    background-image: url("../img/icon-tim-kiem.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: 12px;
    left: 15px;
}

.form-search input {
    border: none;
    border-radius: 20px;
    height: 50px;
    width: 330px;
    padding: 0 20px 0 50px;
}

.form-search input:hover,
.form-search input:focus,
.form-search input:active,
.form-search input:focus-visible {
    border: 1px solid #fff;
    outline: none;
}

.tm-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    width: 100%;
    max-width: 300px;
    background-image: url("../img/bg-menu-3.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.index #tm-main-nav li:first-child {
    opacity: 0;
    display: none;
}

.tm-section-wrap {
    padding-left: 300px;
    margin-right: 0;
    position: relative;
}

.tm-section {
    padding: 50px 0;
}

#gallery,
#about,
#contact {
    padding-bottom: 100px;
}

.tm-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.tm-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-toggler {
    display: none;
}

.tm-brand-box {
    padding: 20px 0 10px;
}

.button-menu {
    position: absolute;
    left: 55px;
    top: 127px;
    z-index: 3;
    width: 21px;
    cursor: pointer;
}

.button-menu-close {
    position: absolute;
    left: 55px;
    top: 127px;
    z-index: 1022;
    width: 21px;
    cursor: pointer;
}

.button-search {
    position: absolute;
    left: 56px;
    top: 223px;
    z-index: 3;
}

.button-cart {
    position: absolute;
    left: 56px;
    top: 283px;
    z-index: 3;
}

.button-video-youtube {
    position: absolute;
    top: 45%;
    right: 20%;
    z-index: 1020;
}

#tm-main-nav {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 46%;
    left: 35px;
}

.nav-item {
    list-style: none;
    margin-bottom: 24px;
    position: relative;
    width: 400px;
}

.nav-link {
    position: relative;
    color: #006699;
    font-size: 14px;
    display: flex;
}

.nav-link span {
    padding: 0 20px 0 40px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    height: 30px;
    color: #fff;
    background: #9b1a42;
    position: absolute;
    width: max-content;
    top: -5px;
    left: -100%;
    opacity: 0;
    transition: all 1s ease-out;
}

.nav-item.current .nav-link span {
    opacity: 1;
}

.nav-link img {
    margin-right: 5px;
}

.nav-link .not-hover {
    display: block;
    position: relative;
    z-index: 9;
}

.nav-link .hover-icon {
    display: none;
    position: relative;
    z-index: 9;
}

.nav-item:hover .nav-link .not-hover,
.nav-link.current .not-hover {
    display: none;
}

.nav-item:hover .nav-link .hover-icon,
.nav-link.current .hover-icon {
    display: block;
}

.nav-item:hover .nav-link span,
.nav-link.current span {
    opacity: 1;
    left: -15px;
}

.hide-menu .nav-item .nav-link.current span {
    opacity: 0;
    left: -100%;
}

.nav-icon {
    width: 40px;
    margin-right: 20px;
}

.tm-icon-container {
    border: 1px solid #CCC;
    width: 122px;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-text-container {
    max-width: 97%;
}

.tm-post-icon {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

.tm-post-link:hover {
    color: #068ccf;
}

.lang {
    position: absolute;
    top: 70%;
    left: 33px;
    text-align: center;
}

.social {
    position: absolute;
    top: 80%;
    left: 33px;
    text-align: center;
}

/* Gallery section */
.tm-gallery {
    position: relative;
    margin: 0 -10px;
    list-style: none;
    text-align: center;
    overflow: hidden;
}

.tm-gallery-links {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-bottom: 0;
}

.tm-gallery-links li {
    list-style: none;
    margin-bottom: 30px;
    margin-right: 55px;
}

.tm-gallery-link {
    padding: 15px;
    color: #006699;
}

.tm-gallery-link.active {
    color: #666666;
}

.tm-gallery-link-icon {
    width: 25px;
}

.tm-gallery figure {
    position: relative;
    z-index: 50;
    float: left;
    overflow: hidden;
    margin: 1%;
    min-width: 270px;
    max-width: 270px;
    max-height: 180px;
    width: 48%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.tm-gallery figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.tm-gallery figure figcaption {
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tm-gallery figure figcaption::before,
.tm-gallery figure figcaption::after {
    pointer-events: none;
}

.tm-gallery figure figcaption,
.tm-gallery figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.tm-gallery figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.tm-gallery figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.tm-gallery figure h2 span {
    font-weight: 800;
}

.tm-gallery figure h2,
.tm-gallery figure p {
    margin: 0;
}

.tm-gallery figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

#top {
    height: 100%;
    position: relative;
}

.tm-row-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tm-top-text {
    position: absolute;
    top: 50%;
    right: 15%;
}

/* About */

#about {
    padding-right: 50px;
    padding-top: 108px;
    position: relative;
}

#about:before {
    content: "";
    position: absolute;
    background-image: url("../img/bg-about-l.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 561px;
    height: 513px;
    left: -190px;
    bottom: 20px;
}

.tm-row-about {
    display: flex;
    justify-content: space-between;
}

.tm-col-about-l {
    position: relative;
}

.tm-col-about-l p {
    margin-left: 80px;
    margin-top: 85px;
    width: 600px;
}

.view_more {
    background: url(../img/view-more.png) no-repeat;
    font-size: 14px;
    width: 133px;
    height: 36px;
    display: flex;
    color: #fff;
    align-items: center;
    padding-left: 12px;
}

.tm-col-about-l .view_more {
    position: absolute;
    top: 312px;
    right: -237px;
}

.tm-col-about-r {
    min-width: 390px;
    width: 390px;
    margin-right: 125px;
    margin-left: auto;
}

.tm-col-about-r img {
    margin-top: -200px;
    margin-bottom: 20px;
}

.tm-col-about-image {
    margin-top: 10px;
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: flex-end;
    column-gap: 50px;
    padding-left: 80px;
}

#slide-about {
    padding: 0 250px 0 200px;
}

#slide-about img {
    width: 100%;
}


.product-title-about {
    background-image: url("../img/bg-title-about.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 531px;
    height: 180px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.product-title-about .tm-text-secondary {
    font-size: 36px;
    font-weight: 700;
}

.product-title-about p {
    font-size: 24px;
}

#product.product-about {
    padding-top: 0;
    padding-right: 250px;
}

.product-about .tm-row-product {
    margin-top: 75px;
    margin-right: 0;
    display: flex;
    justify-content: end;
}

/*product*/

#product {
    padding-top: 65px;
}

#product h2.tm-text-primary {
    font-size: 72px;
}

.product-description-text {
    margin-left: 80px;
    margin-top: 75px;
    max-width: 83%;
}

.tm-row-product {
    margin-top: 75px;
    margin-left: 80px;
    display: flex;
}

.product-row {
    width: 440px;
    margin-right: 15px;
    position: relative;
}

.product-row:first-child {
    z-index: 9;
}

.product-row:nth-child(2) {
    z-index: 8;
}

.product-container {
    position: relative;
    border: 1px solid #E3E3E5;
}

.product-about .product-container {
    border-top: none;
}

.product-description {
    display: flex;
    justify-content: space-between;
    background: #E3E3E5;
    padding: 10px 15px;
}

.product-name {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}

.product-about .product-name {
    height: 73px;
    margin-bottom: -1px;
    border: 1px solid #E3E3E5;
    border-bottom: none;
}

.product-name:after {
    content: "";
    position: absolute;
    background-image: url("../img/header-product-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 507px;
    height: 80px;
    top: 0px;
    left: 0;
}

.product-about .product-name:after {
    width: 440px;
    height: 73px;
}

.product-name h3 {
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.product-image {
    position: relative;
    overflow: hidden;
    transition: 1s;
    padding: 5px 0;
}

.product-link {
    position: absolute;
    width: 90%;
    height: 90%;
    padding: 30px 20px;
    font-size: 18px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: 1s;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.product-link p {
    color: #fff;
}

.product-link a {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
}

.product-link a span {
    padding-right: 20px;
    font-size: 14px;
    background-image: url("../img/view-right.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 10px 19px;
}

.product-link:hover {
    text-decoration: none;
    color: #4FDAA4;
}

.hover-link {
    background: rgba(144, 0, 45, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    margin: auto;
    width: 90%;
    height: 90%;
    transition: 0.5s;
}

.product-image img {
    width: 100%;
}

.product-description .price {
    display: inline-block;
    width: 20%;
    font-size: 23px;
    text-align: right;
    font-weight: bold;
    color: #2DD493;
    margin-bottom: 5px;
}

.product-description .product-connect ul {
    display: flex;
    margin-bottom: 0;
}

.product-description .product-connect ul li {
    list-style: none;
    border-left: 1px solid #000;
    padding-left: 10px;
    padding-right: 10px;
}

.product-option {
    border-top: 1px solid #D2D2D2;
}

.product-option h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
}

.product-container:hover {
    box-shadow: 0px 10px 25px -2px rgba(0, 0, 0, 0.36);
}

.product-container:hover .product-image {
    transition: 1s;
}

.product-container:hover .hover-link {
    opacity: 0.5;
}

.product-container:hover .product-link {
    opacity: 1;
}

.product-link:hover {
    -webkit-animation: hovering 1000ms linear both;
    animation: hovering 1000ms linear both;
}

@-webkit-keyframes hovering {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    2.3% {
        -webkit-transform: matrix3d(1.102, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.102, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    4.6% {
        -webkit-transform: matrix3d(1.136, 0, 0, 0, 0, 1.136, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.136, 0, 0, 0, 0, 1.136, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    7.41% {
        -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.099, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    10.21% {
        -webkit-transform: matrix3d(1.023, 0, 0, 0, 0, 1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.023, 0, 0, 0, 0, 1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    13.01% {
        -webkit-transform: matrix3d(0.962, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.962, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    15.72% {
        -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.942, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    18.52% {
        -webkit-transform: matrix3d(0.958, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.958, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    21.32% {
        -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    24.12% {
        -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    26.83% {
        -webkit-transform: matrix3d(1.025, 0, 0, 0, 0, 1.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.025, 0, 0, 0, 0, 1.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    32.43% {
        -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    38.04% {
        -webkit-transform: matrix3d(0.989, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.989, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    49.15% {
        -webkit-transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    60.26% {
        -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    71.37% {
        -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    82.48% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    93.59% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@keyframes hovering {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    2.3% {
        -webkit-transform: matrix3d(1.102, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.102, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    4.6% {
        -webkit-transform: matrix3d(1.136, 0, 0, 0, 0, 1.136, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.136, 0, 0, 0, 0, 1.136, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    7.41% {
        -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.099, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    10.21% {
        -webkit-transform: matrix3d(1.023, 0, 0, 0, 0, 1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.023, 0, 0, 0, 0, 1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    13.01% {
        -webkit-transform: matrix3d(0.962, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.962, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    15.72% {
        -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.942, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    18.52% {
        -webkit-transform: matrix3d(0.958, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.958, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    21.32% {
        -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    24.12% {
        -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    26.83% {
        -webkit-transform: matrix3d(1.025, 0, 0, 0, 0, 1.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.025, 0, 0, 0, 0, 1.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    32.43% {
        -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    38.04% {
        -webkit-transform: matrix3d(0.989, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.989, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    49.15% {
        -webkit-transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    60.26% {
        -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    71.37% {
        -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    82.48% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    93.59% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

/*product-list*/

#product-list {
    padding-top: 120px;
    padding-right: 250px;
}

.product-title h3 {
    font-weight: 100;
    font-size: 48px;
}

.product-title h3 span {
    font-weight: 700;
    text-transform: uppercase;
}

.tm-row-product-list {
    margin-bottom: 180px;
}

.product-content {
    display: flex;
    justify-content: space-between;
}

.product-content .product-left {
    display: flex;
    align-items: center;
    position: relative;
    width: calc(100% - 490px);
    padding-top: 105px;
    padding-left: 70px;
}

.product-pulse {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 9;
}

.text-pulse-left {
    position: absolute;
    padding-left: 140px;
    font-size: 16px;
    text-align: left;
}

.text-pulse-left:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 28px;
    height: 28px;
    background: #90002D;
    border-radius: 50%;
    text-align: center;
    animation: animate-pulse 3s linear infinite;
    z-index: 2;
}

.text-pulse-left:after {
    content: "";
    position: absolute;
    top: 34px;
    left: 10px;
    width: 110px;
    height: 0.5px;
    background: #000;
    text-align: center;
}

.text-pulse-right {
    position: absolute;
    padding-right: 140px;
    font-size: 16px;
    text-align: right;
}

.text-pulse-right:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    width: 28px;
    height: 28px;
    background: #90002D;
    border-radius: 50%;
    text-align: center;
    animation: animate-pulse 3s linear infinite;
    z-index: 2;
}

.text-pulse-right:after {
    content: "";
    position: absolute;
    top: 34px;
    right: 10px;
    width: 110px;
    height: 0.5px;
    background: #000;
    text-align: center;
}

.imgs-product {
    text-align: center;
    margin-top: -80px;
    margin-bottom: 5px;
}

.text-product {
    text-align: center;
    font-size: 16px;
}

.download-product {
    text-align: center;
    margin-top: 90px;
}

.download-product p {
    font-weight: 700;
}

.download-product ul {
    display: flex;
    justify-content: space-around;
    padding: 0 30px;
    margin-top: 70px;
    position: relative;
}

.download-product ul li {
    position: relative;
    font-size: 12px;
    text-align: center;
}

.download-product ul li span.tooltip {
    position: relative;
    width: 28px;
    height: 28px;
    background: #90002D;
    border-radius: 50%;
    z-index: 1;
    margin: 0 auto;
    margin-bottom: 15px;
    cursor: pointer;
}

.download-product ul:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 80%;
    height: 0.5px;
    background: #000;
}

.write-product {
    margin-top: 55px;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    font-family: 'SVN-Notera';
}


@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(144, 0, 45, 0.7), 0 0 0 0 rgba(144, 0, 45, 0.7);
    }
    40% {
        box-shadow: 0 0 0 20px rgba(144, 0, 45, 0.0), 0 0 0 0 rgba(144, 0, 45, 0.7);
    }
    80% {
        box-shadow: 0 0 0 20px rgba(144, 0, 45, 00), 0 0 0 10px rgba(144, 0, 45, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(144, 0, 45, 0), 0 0 0 10px rgba(144, 0, 45, 0);
    }

}

.text-pulse-1 {
    top: 108px;
    left: 295px;
}

.product-content-2 .text-pulse-1 {
    top: 150px;
    left: 250px;
}

.text-pulse-2 {
    top: 235px;
    left: -75px;
}

.product-content-2 .text-pulse-2 {
    top: 543px;
    left: -103px;
}

.text-pulse-3 {
    top: 545px;
    left: -130px;
}

.product-content-2 .text-pulse-3 {
    top: 517px;
    left: 290px;
}

.product-content .product-right {
    width: 490px;
}

.product-content-2 .product-right {
    width: 490px;
    padding-top: 195px;
}


/*tag line*/

#tag {
    height: 1080px;
    z-index: 2;
    position: relative;
    padding-top: 100px;
}

.tag-bg {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../img/image-5.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

#tag .tm-text-primary {
    font-size: 100px;
    font-weight: 200;
}

#tag h2.tm-text-primary span {
    font-weight: 400;
}

.tag-description-text {
    margin-left: 80px;
    margin-top: 25px;
    max-width: 600px;
}

/*responsibility*/

#responsibility {
    padding-top: 120px;
    padding-bottom: 0;
}

.tm-row-responsibility {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.tm-row-responsibility .tm-col-responsibility-r {
    width: 1000px;
    min-width: 1000px;
    min-height: 1000px;
    max-height: 1000px;
}

.tm-row-responsibility h2.tm-text-primary {
    font-size: 100px;
    line-height: 0.7;
    margin-top: 22px;
}

.responsibility-description-text {
    margin-left: 80px;
    margin-top: 55px;
    max-width: 450px;
    padding-right: 10px;
}

.tm-col-responsibility-r {
    position: relative;
}

.tm-col-responsibility-r .tooltip-icon .not-hover {
    display: none;
}

.tm-col-responsibility-r .tooltip-icon:hover .not-hover{
    display: block;
    visibility: visible !important;
}

.tm-col-responsibility-r .tooltip-icon:hover .animated {
    display: none !important;
}

.tm-col-responsibility-r .tooltips-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.tm-col-responsibility-r .tooltip-hover:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
}

.tm-col-responsibility-r .tooltip-1 {
    position: absolute;
    top: 450px;
    left: 52px;
    cursor: pointer;;
}

.tm-col-responsibility-r .tooltip-2 {
    position: absolute;
    top: 200px;
    left: 525px;
    cursor: pointer;
}

.tm-col-responsibility-r .tooltip-3 {
    position: absolute;
    top: 520px;
    right: 61px;
    cursor: pointer;
}

.tm-col-responsibility-r .tooltip-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 600px;
    border-radius: 30px;
    transition: all 1s ease;
}

.tm-col-responsibility-r .tooltip-1 .tooltip-content {
    background-image: url("../img/tooltip-left.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 30px 20px 50px;
    top: -105px;
    left: 70px;
}

.tm-col-responsibility-r .tooltip-2 .tooltip-content {
    background-image: url("../img/tooltip-top.png");
    background-repeat: no-repeat;
    background-size: cover;
    top: 70px;
    left: -320px;
    padding: 50px 20px 20px 20px;
}

.tm-col-responsibility-r .tooltip-3 .tooltip-content {
    background-image: url("../img/tooltip-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: -170px;
    left: -630px;
    padding: 20px 30px 50px 20px;
}


.tm-col-responsibility-r .tooltip-content h4 {
    font-size: 30px;
    color: #fff;
}

.tm-col-responsibility-r .tooltip-content p {
    font-size: 14px;
    color: #fff;
}


/*breadcrumb*/
#breadcrumb {
    padding-right: 250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.bg-breadcrumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #E3E3E5;
    z-index: -1;
    border-bottom: 1px solid #000;
}

#breadcrumb h1.tm-text-primary {
    font-size: 60px;
    font-weight: 100;
    margin-bottom: 0;
}

#breadcrumb h1.single {
    font-size: 36px;
    max-width: 800px;
}

#breadcrumb h1.tm-text-primary span {
    font-weight: 700;
}

.breadcrumb {
    margin-bottom: 0;
    margin-top: 55px;
}

.breadcrumb ul {
    list-style: none;
    display: flex;
}

.breadcrumb ul li {
    font-weight: 700;
    font-size: 14px;
    margin: 0 5px;
    padding: 0 5px;
    position: relative;
}

.breadcrumb ul li:before {
    position: absolute;
    content: "";
    height: 14px;
    border-left: 1px solid #000;
    left: -5px;
    top: 3px;
}

.breadcrumb ul li:first-child {
    font-weight: 300;
    border: none;
    margin-left: 0;
}

.breadcrumb ul li:first-child:before {
    display: none;
}

/*about-page*/
#about-page {
    padding-top: 95px;
    padding-right: 250px;
}

.tm-row-about-page {
    display: flex;
    justify-content: space-between;
}

.tm-col-about-page-l {
    max-width: 745px;
}

.tm-col-about-page-r {
    width: 530px;
    text-align: right;
}

.tm-col-about-page-image {
    margin-top: 20px;
    padding-top: 70px;
    padding-left: 300px;
    padding-right: 250px;
    padding-bottom: 60px;
    display: grid;
    grid-template-columns: 390px 400px auto;
    background: #EBE9EB;
    position: relative;
}

.tm-col-about-page-image:before {
    content: "";
    position: absolute;
    background-image: url("../img/bg-about-ll.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 741px;
    height: 679px;
    left: 110px;
    bottom: 10px;
}

.tm-col-about-page-image div p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    text-align: left;
}

.tm-col-about-page-image div:last-child {
    text-align: center;
    padding: 0 0 0 70px;
}

.tm-social {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.tm-social li {
    list-style: none;
}

.tm-social li a {
    font-size: 1.4rem;
    padding: 10px;
    color: white;
}

.fab {
    transition: all 0.3s ease;
}

.tm-social-link:hover .fa-instagram {
    color: #8134AF;
}

.tm-social-link:hover .fa-facebook {
    color: #3b5998;
}

.tm-social-link:hover .fa-twitter {
    color: #00acee;
}

.tm-social-link:hover .fa-youtube {
    color: #c4302b;
}

.tm-carousel {
    width: 100%;
    max-width: 1800px;
    margin-left: -15px;
    margin-right: -15px;
}

.tm-carousel-item {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 300px;
}

.tm-carousel figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    max-width: 270px;
}

.tm-carousel figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.tm-carousel figure figcaption {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tm-carousel figure figcaption::before,
.tm-carousel figure figcaption::after {
    pointer-events: none;
}

.tm-carousel figure figcaption,
.tm-carousel figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.tm-carousel figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.tm-about-title {
    font-size: 24px;
}

.tm-about-subtitle {
    font-size: 20px;
}

/* Footer */

#footer {
    color: #fff;
    padding-right: 80px;
    padding-top: 120px;
}

.footer-bg {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(144 0 45 / 90%);
    z-index: -1;
}

.tm-row-footer {
    display: flex;
    justify-content: space-between;
}

.tm-row-footer p, .tm-row-footer a, .tm-row-footer span {
    color: #fff;
}

.tm-col-footer-l {
    width: 550px;
    padding-top: 30px;
}

.tm-col-footer-l h2 {
    border-bottom: 1px solid #fff;
    margin-bottom: 1px;
    padding-top: 1px;
    color: #fff;
}

.tm-col-footer-l h3 {
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 70px;
}

.tm-col-footer-r {
    max-width: 820px;
}

.content-footer {
    padding-left: 80px;
}

.content-footer ul {
    list-style: none;
}

.form-control {
    padding: 15px 20px 10px;
    width: 100%;
    height: auto;
}

.form-group {
    margin-bottom: 25px;
}

select.form-control {
    border-radius: 0;
}

select.form-control option {
    height: 30px;
}

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-image: url(../img/select-arrow.png);
    padding: 14px 20px;
    color: #666;
}

.mapouter {
    position: relative;
}

.tm-contact-links {
    padding-left: 0;
    margin: 0;
}

.tm-contact-links li {
    list-style: none;
    display: flex;
    align-items: baseline;
    font-size: 16px;
}

.tm-contact-links li img {
    width: 19px;
    height: 19px;
    margin-right: 10px;
}

.tm-menu-links {
    padding-left: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}


.tm-menu-links li {
    font-size: 14px;
    font-weight: 300;
    width: 260px;
}

.tm-menu-links li:first-child {
    grid-area: 1 / 1 / 2 / 2;
}

.tm-menu-links li:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
}

.tm-menu-links li:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
}

.tm-menu-links li:nth-child(4) {
    grid-area: 4 / 1 / 5 / 2;
}

.tm-menu-links li:nth-child(5) {
    grid-area: 1 / 2 / 2 / 3;
}

.tm-menu-links li:nth-child(6) {
    grid-area: 2 / 2 / 3 / 3;
}

.tm-contact-connect {
    padding: 0;
    margin: 0;
    margin-top: 70px;
    display: flex;
}

.tm-contact-connect li:first-child {
    margin-right: 70px;
}

.tm-privacy-policy {
    margin-top: 50px;
    font-size: 14px;
    font-weight: 300;
}

.tm-privacy-policy p {
    margin-bottom: 10px;
}

.tm-privacy-policy ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.tm-privacy-policy ul li {
    font-size: 14px;
    font-weight: 300;
    margin-right: 5px
}

.tm-contact-social {
    padding: 0;
    margin: 0;
    display: flex;
}

.tm-contact-social li {
    list-style: none;
    margin-right: 5px;
}

.tm-contact-social li a {
    width: 40px;
    height: 40px;
    display: block;
}

.tm-copyright {
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
}

.tm-author {
    font-size: 12px;
}

/*contact-page*/
#contact-page {
    padding-top: 0;
}

.tm-row-contact-page {
    background-image: url("../img/bg-contact.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-form {
    padding-top: 115px;
    padding-bottom: 135px;
    background: rgba(235, 235, 235, 0.6);
}

.contact-form form {
    max-width: 1140px;
    margin: 0 auto;
}

.form-row {
    display: flex;
    justify-content: space-between;
}

.form-control {
    padding: 10px 20px;
}

.form-group input.form-control {
    width: 350px;
}

.form-group textarea.form-control {
    height: 265px;
}

.contact-form .btn {
    background-image: url("../img/icon-sent.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 220px;
    height: 58px;
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-right: 100px;
    margin-top: 10px;

}

.contact-address {
    padding-top: 40px;
}

.contact-address-row {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.contact-address-l {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contact-address-l img {
    margin-bottom: 20px;
}

.contact-address-l h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}

.contact-address-r {
    font-size: 15px;
    padding: 30px 30px 40px;
    text-align: center;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.4);
    width: 620px;
}

.contact-address-r h4 {
    font-size: 24px;
    font-weight: 700;
}

.contact-address-r h5 {
    font-size: 16px;
    margin-top: 30px;
}

.contact-address-r p {
    margin-bottom: 0;
}

/*blog*/
#blog {
    padding-top: 65px;
    padding-right: 250px;
}

.tm-row-blog {
    display: flex;
    justify-content: space-between;
}

.tm-col-blog-l {
    padding-top: 30px;
}

.blog-list ul {
    display: grid;
    grid-template-columns: repeat(2, 355px);
    grid-gap: 18px;
}

.blog-list ul li {
    position: relative;
}

.blog-list ul li:nth-child(2n) {
    margin-right: 0;
}

.blog-content {
    position: absolute;
    width: 90%;
    height: 90%;
    padding: 30px 20px;
    font-size: 18px;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    background: rgba(144, 0, 45, 0.75);
    transition: 1s;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.blog-content p {
    color: #fff;
}

.blog-content p a {
    color: #fff;
}

.blog-list ul li:hover .blog-content {
    opacity: 1;
}

.blog-content:hover {
    -webkit-animation: hovering 3s linear both;
    animation: hovering 3s linear both;
}

.blog-content .d-flex {
    justify-content: center;
    border-bottom: .5px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.blog-content span {
    font-size: 14px;
    margin: 5px;
    color: #fff;
    display: flex;
    align-items: center;
}

.blog-content span img {
    margin-right: 5px;
}

.tm-col-blog-r {
}

.blog-sidebar {
    width: 540px;
}

.blog-search {
    position: relative;
    text-align: center;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-search:before {
    content: "";
    position: absolute;
    border-bottom: 0;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    background: #BBBCBF;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.blog-search:after {
    content: "";
    position: absolute;
    border-bottom: 0;
    background: url(../img/blog-sidebar-form.png);
    width: 451px;
    height: 69px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.blog-sidebar input {
    position: relative;
    z-index: 1;
    background: #fff url(../img/icon-search-blog.png) 10px no-repeat;
    border: none;
    border-radius: 30px;
    padding: 0 20px 0 40px;
    height: 46px;
    width: 320px;
}

.blog-related {
    background: #BBBCBF;
    padding: 65px 20px 40px 35px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*blog-single*/
#blog-single {
    padding-top: 90px;
    padding-right: 250px;
    padding-bottom: 0;
}

.blog-single-meta {
    float: left;
    margin-top: 10px;
}

.blog-single-meta > span {
    margin-right: 20px;
}

.blog-single-meta span img {
    margin-right: 5px;
}

.blog-single-content {
    padding-right: 50px;
}

.related-list h3 {
    font-size: 24px;
    font-weight: normal;
}

.related-list h3 span {
    font-weight: 700;
}

.related-list ul {
    margin-top: 20px;
}

.related-list ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.related-list ul li .related-img {
    width: 120px;
    min-width: 120px;
    margin-right: 15px;
}

.related-list ul li .related-content span {
    font-size: 12px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.related-list ul li .related-content span img {
    margin-right: 5px;
}

.video-list {
    margin-top: 165px;
}

.video-list h3 {
    font-size: 24px;
    font-weight: normal;
}

.video-list h3 span {
    font-weight: 700;
}

.video-list ul {
    margin-top: 20px;
}

.video-list ul li {
    position: relative;
    max-width: 360px;
    margin-bottom: 30px;
}

.video-list ul li .icon-link {
    position: absolute;
    width: 61px;
    height: 62px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

/*slide*/

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
    height: 750px;
}

.next-arrow, .prev-arrow {
    position: absolute;
    top: 45%;
    z-index: 99;
    border: none;
    background: none;
}

.prev-arrow {
    left: 8%;
    background-image: url("../img/prev-slide-o.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 39px;
    height: 39px;
}

.next-arrow {
    right: 8%;
    background-image: url("../img/next-slide-o.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 39px;
    height: 39px;
}

.prev-arrow-contact, .next-arrow-contact {
    position: absolute;
    top: 40%;
    z-index: 9999;
    border: none;
    background: none;
}

.prev-arrow-contact {
    left: 8%;
    background-image: url("../img/prev-slide.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 12px;
    height: 21px;
}

.next-arrow-contact {
    right: 8%;
    background-image: url("../img/next-slide.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 12px;
    height: 21px;
}

.tm-row-slide {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 600px;
    background: #E3E3E5;
}

.tm-row-slide .image-slide {
    max-width: 1060px;
    min-width: 1060px;
    width: 100%;
}

.tm-row-slide .content-slide {
    padding-top: 100px;
    padding-left: 90px;
    padding-right: 200px;
}

.tm-row-slide .content-slide h4 {
    font-size: 38px;
    margin-bottom: 50px;
}

/*Event*/

#event {
    padding-top: 90px;
    padding-right: 250px;
    padding-bottom: 0;
}

.bg-event {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #E3E3E5;
    z-index: -1;
}

.tm-row-event {
    display: flex;
    justify-content: space-between;
    padding-top: 95px;
}

.tm-col-event-l {
    padding-top: 30px;
}

.event-list {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 5px;
}

.event-0 {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 2;

}

.event-1 {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 3;

}

.event-2 {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;

}

.event-3 {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-column-end: 2;

}

.event-4 {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 4;
    grid-column-end: 3;
}

.event-content {
    position: absolute;
    width: 85%;
    height: 85%;
    padding: 30px 0;
    font-size: 18px;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(144, 0, 45, 0.75);
    display: flex;
    flex-flow: column;
    text-align: center;
    opacity: 0;
}

.event-content:hover {
    -webkit-animation: hovering 3s linear both;
    animation: hovering 3s linear both;
}

.event-list > div:hover .event-content {
    opacity: 1;
}

.event-content p {
    color: #fff;
    padding: 0 10px;
}

.event-content a {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    width: 100%;
    border-bottom: .5px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.event-list > div {
    position: relative;
    width: 360px;
}

/*contact form*/

.tm-col-event-r {
    margin-top: -450px;
}

.event-sidebar {
    width: 540px;
    background: url("../img/bg-contact-form.png") no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding-bottom: 150px;
    text-align: center;
}

.event-sidebar h3 {
    color: #fff;
    padding-top: 90px;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-sidebar h3 img {
    margin-right: 20px;
}

.event-sidebar p {
    color: #fff;
    text-align: center;
    margin-top: 55px;
}

.event-sidebar h4 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 60px;
}

.event-sidebar .event-form {
    text-align: center;
    padding: 0 30px;
    margin-top: 85px;
    margin-bottom: 100px;
}

.event-sidebar .event-form label {
    color: #fff;
    font-size: 16px;
}

.event-sidebar .event-form input {
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    border-radius: 0;
    margin: 0 auto;
    max-width: 250px;
    height: 30px;
    color: #fff;
}

.event-sidebar .event-form .btn {
    background-image: url("../img/button-submit.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    width: 133px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    margin-top: 40px;
    padding-left: 20px;
}

/*timeline*/

.tm-col-timeline-page-l {
    min-width: 615px;
    max-width: 615px;
}

#timeline {
    padding-top: 90px;
    padding-right: 250px;
    padding-bottom: 0;
}

.tm-row-timeline-page {
    display: flex;
    justify-content: space-between;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

.timeline-left, .timeline-right {
    padding: 10px 0 30px;
    position: relative;
}

.timeline-content {
    position: relative;
}

.timeline-content:before {
    content: "";
    position: absolute;
    background-image: url("../img/icon-timeline-line.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 12px;
    height: 201px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 75px;
}

.timeline-content .text-center span {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    font-weight: 700;
    font-size: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #90002D;
    color: #fff;
}

.timeline-content .text-center h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 45px;
}

.timeline-right .timeline-content .timeline-text {
    display: flex;
    align-items: center;
    justify-content: end;
}

.timeline-left .timeline-content .timeline-text {
    display: flex;
    align-items: center;
    justify-content: start;
}

.timeline-content .timeline-text span {
    width: 61px;
    height: 61px;
}

.timeline-content .timeline-text p {
    font-size: 16px;
    width: 275px;
    height: 142px;
    padding: 16px;
    position: relative;
    background-image: url("../img/bg-timeline-l.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0;
    line-height: 22px;
}

.timeline-right .timeline-content .timeline-text span {
    margin-right: 50px;
}

.timeline-left .timeline-content .timeline-text span {
    margin-left: 50px;
}

.timeline-left .timeline-content .timeline-text p::before {
    content: " ";
    position: absolute;
    background-image: url("../img/icon-timeline-next.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 19px;
    height: 39px;
    right: -18px;
    top: calc(50% - 18px);

}

.timeline-right .timeline-content .timeline-text p::before {
    content: " ";
    position: absolute;
    background-image: url("../img/icon-timeline-prev.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 19px;
    height: 39px;
    left: -18px;
    top: calc(50% - 18px);
}

.tm-col-timeline-page-r {
    width: 540px;
    padding-top: 35px;
}

.certification h3.tm-text-secondary {
    color: #90002D;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    font-size: 32px;
}

.certification h3.tm-text-secondary span {
    position: relative;
    z-index: 1;
}

.certification h3.tm-text-secondary:before {
    content: "";
    position: absolute;
    border-bottom: 0;
    left: 0;
    bottom: 1px;
    height: 30px;
    width: 100%;
    background: #90002D;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.certification h3.tm-text-secondary:after {
    content: "";
    position: absolute;
    border-bottom: 0;
    background: url("../img/certification-text.png");
    width: 451px;
    height: 69px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.certification .certification-scroll {
    background-image: url("../img/certification-bg.png");
    background-repeat: repeat-y;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 120px;
}

.certification ul {
    max-height: 1100px;
    /*overflow-y: scroll;*/
}

.certification ul li {
    text-align: center;
    padding-bottom: 60px;
}


/**/


.tooltip {
    position: relative;
    opacity: 1;
}

.tooltip-content-text {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 200px;
    background: #90002D;
    color: #fff;
    text-align: left;
    top: -55px;
    left: -45%;
    padding: 10px;
    border-radius: 10px;
}

.tooltip-content-text:hover {
    color: #fff;
}

.tooltip-content-text:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #90002D;
}

.download-product ul li:hover .tooltip-content-text {
    opacity: 1;
    visibility: visible;
}

.download-product ul li:first-child .tooltip-content-text {
    top: -110px;
    left: -175%;
}

.download-product ul li:first-child .tooltip-content-text:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -95px;
    width: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #90002D;
}

.download-product ul li:nth-child(3) .tooltip-content-text:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 40px;
    width: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #90002D;
}

/*css just to the example*/
.component--example {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media only screen and (max-width: 1500px) {
    html {
        zoom: 71%
    }
}


@media only screen and (min-width: 2040px) {
    html {
        zoom: 110%
    }
}

@media only screen and (min-width: 2559px) {
    html {
        zoom: 130%
    }
}

@media only screen and (min-width: 3000px) {
    html {
        zoom: 200%
    }
}
