ul {
    list-style: none
}

a:hover {
    text-decoration: none
}

.popup__blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear
}

.popup__blur.active {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    transition: all .3s linear
}

.center-item {
    display: flex;
    align-items: center
}

.container-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 94px;
    background-color: #fff;
    border-bottom: 4px solid var(--primary-color);
    z-index: 10000
}

.header-desktop-container {
    max-width: 1200px;
    margin: auto;
    height: 90px;
    display: flex;
    justify-content: space-between;
}

.header-desktop-container .header-logo {
    padding: 13px 0
}

.header-desktop-container .header-logo img {
    max-height: 65px
}

.header-desktop-container .box-search {
    display: flex;
    align-items: center
}

.header-desktop-container .navmenu-search-input {
    height: 24px;
    width: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    font-size: 14px;
    border-bottom: 1px solid gray
}

.header-desktop-container .navmenu-search-input.show-searchbar {
    transition: all .3s ease-in-out;
    padding-left: 6px;
    width: 250px;
    padding-right: 36px;
    outline: none;
    z-index: 30
}

.header-desktop-container .close-search {
    display: none;
    font-size: 28px;
    line-height: 28px;
    cursor: pointer
}

.header-desktop-container .header-info {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 32px
}

.header-desktop-container .navbar-link,
.header-desktop-container .header-list {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0;
    align-items: center
}

.header-desktop-container .header-list .header-list-item {
    margin-right: 22px
}

.header-desktop-container .header-list .header-list-item .icon-menu-toyota-global {
    margin-right: 4px;
    height: 23px
}

.header-desktop-container .header-list .header-list-item .icon-menu-toyota-global {
    width: auto
}

.header-desktop-container a {
    text-decoration: none;
    color: #3a3a3a
}

.header-desktop-container .header-list .header-list-item .item-link {
    font-size: 14px;
    line-height: 20px
}

.btn-login {
    padding: 6px 16px;
    text-transform: uppercase;
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #101010
}

.header-desktop-container .social-fb {
    color: #395196;
    font-size: 24px
}

.header-desktop-container .social-yt {
    color: #d40c18;
    font-size: 24px
}

.header-desktop-container .btn-search {
    font-size: 16px;
    cursor: pointer
}

.header-desktop-container .header-navbar {
    border-top: 1px solid #ccc
}

.header-desktop-container .dropdown-nav {
    background-color: #fff;
    cursor: pointer
}

.header-desktop-container .dropdown-nav::after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 200px;
    height: 5px;
    bottom: -5px
}

.header-desktop-container .header-navbar .dropdown-nav-toggle {
    display: flex;
    align-items: center;
    padding: 0 14px;
    height: 47px;
    font-size: 16px;
    position: relative
}

.dropdown-nav-toggle .dropdown-nav-caret-icons {
    color: #6b6b6b;
    font-size: 12px;
    margin-left: 10px;
    transition: transform ease .3s
}

.dropdown-nav.active .dropdown-nav-toggle .dropdown-nav-caret-icons {
    transform: rotate(180deg)
}

.header-desktop-container .dropdown-nav-menu-full-width {
    position: absolute;
    top: 104%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: opacity .25s, -webkit-transform .4s;
    transition: opacity .25s, -webkit-transform .4s;
    transition: opacity .25s, transform .4s;
    transition: opacity .25s, transform .4s, -webkit-transform .4s
}

.header-desktop-container .dropdown-nav.active {
    background-color: #f5f5f5
}

.header-desktop-container .header-navbar .dropdown-nav.active .dropdown-nav-menu-full-width {
    left: 0;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.header-desktop-container .header-navbar .product-item-tab-all {
    font-size: 16px;
    text-transform: uppercase;
    width: calc(100%/6);
    padding: 6px 0;
    text-align: center;
    border-bottom: 1px solid #000
}

.header-desktop-container .header-navbar .product-item-tab-all a {
    width: 100%;
    display: block
}

.header-desktop-container .menu-full-width-contain {
    position: relative;
    width: 1200px;
    margin: auto;
    background-color: #fff
}

.header-desktop-container .box-product-contain {
    display: flex;
    padding-top: 24px
}

.header-desktop-container .product-item-tab {
    font-size: 16px;
    text-transform: uppercase;
    width: calc(100%/6);
    padding: 6px 0;
    text-align: center;
    border-bottom: 1px solid #000
}

.header-desktop-container .product-item-tab:hover,
.header-desktop-container .product-item-tab-all:hover,
.header-desktop-container .product-item-tab.active-tab {
    cursor: pointer;
    font-weight: 700;
    border-bottom: 3px solid var(--primary-color);
    transition: all ease-in-out .2s
}

.header-desktop-container .box-product-show {
    display: flex;
    overflow-x: scroll
}

.header-desktop-container .box-product-show::-webkit-scrollbar {
    display: none
}

.header-desktop-container .box-product-show .product-show-item {
    position: relative;
    min-width: calc((100%/4.5) - 32px);
    margin-right: 32px;
    display: block;
    left: 0;
    transition: all .5s ease;
    max-width: calc((100%/4.5) - 32px)
}

.header-desktop-container .box-product-show {
    height: auto;
    min-height: 315px;
    padding-bottom: 40px;
    overflow: hidden
}

.header-desktop-container .product-show-item-name {
    font-weight: 700;
    font-size: 22px;
    color: #000;
    margin-top: 36px
}

.header-desktop-container .box-image {
    position: relative
}

.header-desktop-container .product-show-item-image {
    width: 100%;
    transition: opacity .2s, visibility .2s
}

.header-desktop-container .image-index {
    height: 99px;
    object-fit: contain;
    opacity: 1;
    visibility: visible
}

.header-desktop-container .image-hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.header-desktop-container .box-image:hover .image-index {
    opacity: 0;
    visibility: hidden
}

.header-desktop-container .box-image:hover .image-hover {
    opacity: 1;
    visibility: visible
}

.header-desktop-container .product-show-item-price {
    font-size: 14px;
    padding-bottom: 12px;
    margin-top: 14px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc
}

.header-desktop-container .product-show-more-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-top: 6px;
    padding-bottom: 10px;
    cursor: pointer
}

.product-show-more-item i {
    transform: rotate(0deg);
    transition: transform ease-in-out .3s
}

.product-show-more-item.active i {
    transform: rotate(180deg);
    transition: transform ease-in-out .3s
}

.header-desktop-container .product-show-more-item.active .list-product-expand {
    max-height: 1000px;
    opacity: 1;
    transition: .6s linear all
}

.header-desktop-container .list-product-expand {
    width: 100%;
    left: 0;
    right: 0;
    top: 26px;
    max-height: 0;
    overflow: hidden;
    padding-left: 8px;
    padding-top: 10px;
    opacity: 0;
    transition: all .5s ease-in-out;
    border-top: 1px solid var(--primary-color);
    transition: .4s linear all
}

.header-desktop-container .list-product-expand-item {
    padding: 8px 0
}

.header-desktop-container .product-show-more-item>i {
    color: var(--primary-color)
}

.header-desktop-container .dropdown-nav-menu-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 76px;
    border-bottom: 1px solid #ccc;
    position: relative
}

.header-desktop-container .dropdown-nav-menu-footer::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1200px;
    height: 1px;
    background-color: #ccc
}

.header-desktop-container .dropdown-nav-menu-footer-item {
    margin: 0 46px;
    display: flex;
    align-items: center
}

.header-desktop-container .dropdown-nav-menu-footer-item img {
    margin-right: 4px
}

.header-desktop-container .box-news-contain,
.header-desktop-container .box-intro-contain,
.header-desktop-container .box-service-contain,
.header-desktop-container .box-tools-contain {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.header-desktop-container .box-news-contain .custom-grid {
    display: grid;
    grid-gap: 9px 6px;
    grid-template-rows: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.header-desktop-container .box-intro-contain {
    max-height: 464px
}

.header-desktop-container .box-tools-menu {
    margin-top: 53px;
    margin-left: 120px
}

.header-desktop-container .tools-list {
    padding-left: 0
}

.header-desktop-container .box-tools-banner {
    width: 100%;
    max-width: 873px
}

.header-desktop-container .box-tools-banner>img {
    width: 100%
}

.header-desktop-container .box-service-menu {
    margin-left: 120px;
    margin-top: 53px
}

.header-desktop-container .intro-list {
    padding-left: 0;
    margin-top: 34px;
    margin-left: 120px;
    width: 240px
}

.header-desktop-container .service-list {
    padding-left: 0
}

.header-desktop-container .service-list:first-child {}

.header-desktop-container .subnav-dropdown-title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.header-desktop-container .subnav-expand-link,
.header-desktop-container .subnav-dropdown-link {
    margin: 12px 0;
    cursor: pointer;
    height: 34px
}

.header-desktop-container .subnav-dropdown-link {
    margin: 0
}

.header-desktop-container .subnav-expand:hover .show-subnav-expand {
    display: flex
}

.header-desktop-container .subnav-expand-list {
    margin-top: 112px;
    padding: 0
}

.header-desktop-container .subnav-expand-list.service {
    margin-top: 34px
}

.header-desktop-container .subnav-expand-list.service .subnav-expand-link:first-child {
    margin-top: 0
}

.header-desktop-container .show-subnav-expand {
    display: none;
    position: absolute;
    justify-content: space-between;
    left: 348px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff
}

.header-desktop-container .sub-nav-expand-banner {
    width: 100%;
    max-width: 686px;
    height: 384px
}

.header-desktop-container .sub-nav-expand-banner>img {
    width: 100%;
    height: 100%
}

.header-desktop-container .subnav-expand>i {
    color: var(--primary-color);
    margin-left: 6px;
    font-size: 14px
}

.header-desktop-container .subnav-dropdown-link:hover .subnav-expand-link {
    font-weight: 400;
    font-size: 16px
}

.header-desktop-container .subnav-expand-list .subnav-expand-link:hover>a,
.header-desktop-container .subnav-dropdown-link:hover>a,
.header-desktop-container .subnav-dropdown-link:hover>span {
    font-weight: 700;
    font-size: 18px;
    color: var(--primary-color)
}

.header-desktop-container .box-service-banner {
    width: 100%;
    height: 100%
}

.header-desktop-container .box-service-banner>img {
    height: 100%;
    object-fit: cover
}

.header-desktop-container .box-intro-menu {
    flex: 1
}

.header-desktop-container .box-intro-banner {
    width: 100%;
    max-width: 686px;
    height: 384px
}

.header-desktop-container .box-intro-banner>img {
    width: 100%;
    height: 100%
}

.header-desktop-container .box-news-item {
    position: relative;
    height: 268px;
    display: block;
    overflow: hidden
}

.dropdown-nav .box-news-item>img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .3s linear;
    object-fit: cover
}

.dropdown-nav .box-news-item:hover>img {
    transform: scale(1.04);
    transition: all .3s linear
}

.header-desktop-container .box-news-item:first-child {
    margin-left: 0
}

.header-desktop-container .box-news-item:last-child {
    margin-right: 0
}

.header-desktop-container .news-description {
    position: absolute;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    bottom: 20px;
    left: 24px;
    z-index: 1
}

.header-desktop-container .box-news-footer {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-bottom: 1px solid #ccc
}

.header-desktop-container .btn-news {
    color: #101010;
    font-weight: 600;
    line-height: 23px;
    margin-right: 4px;
    text-transform: uppercase;
    cursor: pointer
}

.header-desktop-container .btn-left,
.header-desktop-container .btn-right {
    position: absolute;
    top: calc(50% - 44px);
    cursor: pointer;
    background: rgba(255, 255, 255, .5);
    border: 1px solid #1a1a1a;
    padding: 8px 14px;
    color: #000;
    opacity: 1;
    transition: all .3s ease;
    z-index: 10
}

.header-desktop-container .btn-left:hover,
.header-desktop-container .btn-right:hover {
    background-color: #000;
    color: #fff
}

.header-desktop-container .btn-left {
    display: none;
    left: -60px
}

.header-desktop-container .btn-right {
    right: -60px
}

.header-desktop-container .box-news-linear-layer,
.header-mobile-container .box-news-linear-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(170, 170, 170, 0) 14.63%, rgba(0, 0, 0, 0.408) 46.25%, rgba(0, 0, 0, 0.696) 71.59%, rgba(0, 0, 0, 0.8) 99.6%);
    opacity: .8;
    transition: all .3s ease
}

.header-desktop-container .box-news-linear-layer.height-layer-desktop {
    height: 166px
}

.header-mobile-container .box-news-linear-layer.height-layer-mobile {
    height: 125px
}

@media(max-width:1366px) {

    .header-desktop-container .intro-list,
    .header-desktop-container .box-service-menu,
    .header-desktop-container .box-tools-menu {
        margin-left: 94px
    }
}

@media(max-width:1080px) {
    .header-desktop-container {
        display: none
    }

    .container-header {
        border-bottom: none
    }
}

.header-desktop-container .header-list {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0;
    align-items: center
}

.header-desktop-container .header-list .header-list-item {
    margin-right: 22px;
    position: relative
}

.header-desktop-container .header-list .header-list-item .fas.fa-chevron-down {
    font-size: 12px
}

.header-desktop-container .header-list .header-list-item:hover .submenu {
    visibility: visible;
    opacity: 1;
    height: fit-content;
    transition: .2s linear all
}

.header-desktop-container .header-list .header-list-item:hover .fas.fa-chevron-down {
    transform: rotate(180deg);
    transition: .2s linear all
}

.header-desktop-container .header-list .header-list-item:nth-child(3) {}

.header-desktop-container .header-list .header-list-item .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    padding: 5px 0;
    background: #fff;
    border: .5px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: .2s linear all
}

.header-desktop-container .header-list .header-list-item .submenu .submenu-item {
    padding: 10px 10px;
    transition: .2s linear all
}

.header-desktop-container .header-list .header-list-item .submenu .submenu-item:hover .submenu-link {
    color: var(--primary-color);
    transition: .2s linear all
}

.header-desktop-container .header-list .header-list-item .submenu .submenu-link {
    white-space: nowrap
}

.header-desktop-container .header-list .header-list-item .icon-menu-toyota-global {
    margin-right: 4px;
    height: 23px
}

.header-desktop-container .header-list .header-list-item .icon-menu-toyota-global {
    width: auto
}

.header-desktop-container a {
    text-decoration: none;
    color: #3a3a3a
}

.header-desktop-container .header-list .header-list-item .item-link {
    font-size: 14px;
    line-height: 20px
}

.header-desktop-container .header-30th {
    height: 100%;
}

.header-desktop-container .header-30th a {
    height: 100%;
    display: flex
}

.header-desktop-container .header-30th a img {
    height: 47px;
    margin: auto 0
}