﻿.container-fluid{
    margin:0px 30px;
}
#header.affix .menu-opener:hover .open-menu {
    top: 63px !important;
}
.margin-auto {
    margin: 0px 0px !important;
}
#sec_dt_08 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 39 40 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity));
}
.content-booking {
    position: absolute;
    top: calc(84px + 1.8vw);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    margin: 0 auto;
    padding: 10px;
    background: rgba(0, 0, 0, 0.016);
    border-radius: 4px;
    text-align: center;
    display: flex;
    color: #FFF;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content-booking-bottom {
    position: absolute;
    bottom: calc(20px + 1vw);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    margin: 0 auto;
    padding: 10px;
    background: rgba(0, 0, 0, 0.016);
    border-radius: 4px;
    text-align: center;
    display: flex;
    color: #FFF;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.text-xl{
    font-size:30px;
    font-weight:600;
}
.text-xm {
    font-size: 16px;
}
.text-content {
    padding: 20px 0px;
}
.content-booking h2 {
    font-family: 'montserrat-semibold';
    font-size: 80px;
    line-height: 130px;
}
    .content-booking p {
        font-family: 'montserrat-semibold';
        font-size: 40px;
    }
.content-booking .btn-datcoc, #sec_dt_10 .btn-datcoc, .inner-download .btn-datcoc {
    font-family: 'montserrat-semibold';
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    text-transform: uppercase;
    padding: 5px 60px;
}
.bg-white{
    background-color:white;
}
/*section */
#sec_dt_01 {
    padding: 80px 20px 30px 20px;
    display: inline-block;
    width: 100%;
}
.btn_wrap {
    display: inline-block;
    position: relative;
    width: 130px;
    line-height: 38px;
    font-size: 24px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 5%);
    font-weight: 400;
    cursor: pointer;
    border-radius: 4px;
    max-width: 100%;
    margin-top: 40px;
}
    .btn_wrap .btn-primary {
        background-color: #c8102e;
        letter-spacing: 0px;
        text-decoration: none;
        text-align: center;
        width: 100%;
        color: #fff;
        display: block;
        white-space: nowrap;
        -webkit-box-shadow: inset 0 -3px 0 0 rgb(0 0 0 / 20%);
        box-shadow: inset 0 -3px 0 0 rgb(0 0 0 / 20%);       
        padding: 12px 10px;
        border: 0;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    .btn_wrap .bg-light-grey {
        background-color: #F4F4F4;
        color: #000;
        letter-spacing: 0px;
        text-decoration: none;
        text-align: center;
        width: 100%;
        display: block;
        white-space: nowrap;
        -webkit-box-shadow: inset 0 -3px 0 0 rgb(0 0 0 / 20%);
        box-shadow: inset 0 -3px 0 0 rgb(0 0 0 / 20%);
        padding: 12px 10px;
        border: 0;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;

        transition: all 0.4s;
    }
        .btn_wrap .bg-light-grey:hover, .btn_wrap .btn-primary:hover {
            background-color: #333;
            color: #fff;
        }
        #sec_dt_01 .name_dt {
            font-size: 28px;
            text-transform: uppercase;
            border-bottom: 1px solid #000;
            padding-bottom: 0.5rem;
            font-weight: 300;
            margin-bottom: 30px;
            display: inline-block;
        }
.byd-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.byd-info .byd-info-item {
    width: 100%;
    margin-bottom: 20px;
}
    .byd-info .byd-info-no {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #4e5356;
        margin-bottom: 4px;
    }
.byd-info .byd-info-text {
    font-size: 14px;
    line-height: 1.5;
    color: #4e5356;
}
#sec_dt_01 .name_dt span {
    color: #c8102e;
    font-weight: 400;
}
.page_productdt .menu-detail {
    min-height: 80px;
    display: inline-block;
    width: 100%;
    float:left;
    clear:both;
}

.page_productdt .menu-detail, .page_productdt .target {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
    .page_productdt .menu-detail .target {
        width: 100%;
        background-color: #F7F7F7;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .page_productdt .menu-detail ul {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom:0px;
    }
.fadeInUpShort.go {
    -webkit-animation-name: fadeInUpShort;
    animation-name: fadeInUpShort;
}
.menu-detail.menu-detail-text ul li {
    height: inherit !important;
}

.page_productdt .menu-detail ul li {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
ul:not(.browser-default) li {
    list-style-type: none;
}
.page_productdt .menu-detail ul li a.active {
    border-bottom-color: #c8102e;
}

.page_productdt .menu-detail ul li a {
    display: inline-block;
    width: 100%;
    border-bottom: solid 3px transparent;
    -webkit-box-shadow: -1px 0px 0px #d3d3d3;
    box-shadow: -1px 0px 0px #d3d3d3;
    border-left: 1px solid #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 100px;
    text-decoration:none;
}
    .page_productdt .menu-detail ul li a:hover {
        border-bottom-color: #555;
    }
    .page_productdt .menu-detail ul li a img {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        max-height: 100px;
        vertical-align:top;
    }

.menu-detail .text-link {
    display: block;
    text-align: center;
    padding-bottom: 9px;
    font-size: 15px;
    width: 100%;
    text-transform: none;
    color: #000;
}
#header.affix .container-fluid {
    /*position: static !important;*/
    display:none;
}
.head.page_productdt.affix {
    top: 0px;
    width: 100%;
    z-index:999;
}

#carousel-detail .carousel-indicators {
    /*display: flex;
    flex-direction: column;*/
    bottom:50px!important;
    left:auto!important;
    right:0px!important;
}
    #carousel-detail .carousel-indicators li {
        min-width: 50px;
        min-height: 50px;
        border: 1px solid#eee;
        padding:2px;
        margin-bottom: 30px;
        margin-right:20px;
    }
        #carousel-detail .carousel-indicators li.active {
            border: 2px solid#78b254;
        }

#carousel-detail .item .txt-color {
    display: flex;
    justify-content: center;
    align-items: center;   
    padding: 10px;
    margin: 10px;
    max-width: 300px;
    position: relative;
    left: 185px;
}
.description h3 {
    line-height: 28px;
}
#sec_dt_02{
    padding: 20px 0px 80px 0px;
}
.headsub {
    text-transform: uppercase;
    font-size: 25px;
    padding: 20px 0px;
    text-align:center;
}
.headsub span{
    border-bottom:2px solid#777;
    padding-bottom:10px;
}
.bg-left {
    background-image: url(/Images/toyota/detail_ngoaithat_bg.png);
    /*background-color: #f6f6f6;*/
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

#gallery{
    max-height:150px;
    overflow:hidden;
}
.cols-colleft {
    padding: 30px 50px;
}
#sec_dt_04 {
    padding: 0px 0px 30px 0px;
}
.wrap-ngoaithat {
    /*display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;*/
}
    .wrap-ngoaithat .col-md-12 img, .wrap-noithat .col-md-12 img {
        margin: 0px auto;
    }
a.text-xemthem {
    color: #c8102e;
    text-transform: uppercase;
}
/*.inner-item a img{
    min-height:326px;
    max-height:326px;
    overflow:hidden;
}*/

.inner-item .content-des {
    padding: 20px 30px;
    min-height: 160px;
}
.inner-item h3 {
    font-weight: bold;
    font-size: 30px;
}
.inner-item .txt_sl {
    letter-spacing: .025em;
    --tw-text-opacity: 1;
    color: rgb(78 83 86 / var(--tw-text-opacity));
    font-size: 14px;
    line-height: 24px;
    font-family: 'montserrat-thin';
    font-weight: 600;
}
#banner03 {
    text-align: center;
}

.sec_tu_van #banner03 .parallax-container {
    height: inherit !important;
}
.sec_tu_van .parallax-container {
    position: relative;
    overflow: hidden;
}

.sec_tu_van #banner03 .box_support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 260px;
}
.sec_tu_van .box_support {
    text-align: center;
    width: 100%;
}
    .sec_tu_van .box_support .support_center {
        width: 435px;
        height: 91px;
        background-image: url(/Asset/images/support_bg-2.png);
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        margin-bottom: 20px;
    }

        .sec_tu_van .box_support .support_center .hotline_nummber {
            position: absolute;
            top: 58px;
            left: 286px;
            color: #c8102e;
            font-weight: 600;
            font-size: 17px;
            letter-spacing: -1px;
        }
.row-item .txt_sl {
    font-size: 1.7em;
    color: #fff;
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 0px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 1em;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.carousel-inner .row-item .col-md-3{
    overflow:hidden;
}
.carousel-inner .row-item .col-md-3:hover .txt_sl {
    opacity: 1;
    height: 50px;
}
#btn-nhanbaogia {
    padding:0px 0px 0px 0px;
}
.tabs-category table {
    border:none!important;
}
.tabs-category table tbody tr {
    background-color: transparent !important;
    border:none!important;
}
    .tabs-category table tbody tr td {
        width:50%;
        padding:10px 10px 20px 10px;
        border:none!important;
    }
    .tabs-category table tbody tr td p:first-child{
        display: inline-block;
        border-top: 1px solid #FFF;
        padding-top:5px;
    }

.wrap-tabmain .tab-pane {
    padding-top: 50px;
    margin:0px 0px 100px 100px;
}
    .wrap-tabmain .tab-pane h3 {
        font-family: 'montserrat-semibold';
        font-size: 24px;
        line-height: 24px;
        font-weight:600;
        padding-left:10px;
    }
.inner-item {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 10px;
}
#gallery-carousel-anhnoithat .inner-item, #gallery-carousel-anhngoaithat .inner-item {
    position: relative;
    display: flex;
    overflow: hidden;
    margin-top: 10px;
    max-height: 250px;
    min-height: 250px;
    justify-content: flex-end;
    align-items: end;
    vertical-align: text-bottom;
}
.fancybox__caption{
    background:#FFF;
    padding:10px!important;
    color:#333!important;
    margin-top:5px!important;
}
    .fancybox__caption b{
        border-bottom:1px solid#ccc;
        padding-bottom:5px;
        text-transform:uppercase;
        font-size:15px;
        margin-bottom:10px;
    }
    .fancybox__caption p {
       margin-top:12px;
    }
    .fancybox__caption strong {
        margin-top: 10px;
        display: inline-block;
        color: #005fd6;
    }
.tabs-category .nav-tabs > li > a {
    background-color: #FFF !important;
    color: #333;
    box-shadow: 0px 1px 3px #aaa;
}
.tabs-category .nav-tabs {
    margin-bottom:10px;
}
    .tabs-category .nav-tabs > li {
        margin-right:10px;
    }
    .tabs-category .nav-tabs > li.active > a, .tabs-category .nav-tabs > li.active > a:hover, .tabs-category .nav-tabs > li.active > a:focus {
        color: #fff !important;
        cursor: pointer;
        background-color: #c8102e !important;
        border-bottom: 2px solid#c80000;
        border-radius: 0px;
    }
.text-des-title {
    font-size: 38px;
    font-weight: 600;
    line-height: 28px;
    margin: 35px 0px 45px 0px;
}
.inner-download{
    display:flex;
    justify-content:center;
    align-items:center;
    padding-bottom:50px;
}
    .inner-download .btn-datcoc {
        font-size: 18px;
        line-height: 30px;
        text-transform: uppercase;
        padding: 20px 80px;
        border: 1px solid#FFF;
        border-radius: 0px;
    }
    .inner-download a img {
        float: left;
        max-width: 42px;
        margin-right: 15px;
    }
    .inner-download a span {
        display:inline-block;
    }
    .inner-download a {
        text-decoration: none;
        font-size: 16px;
        color: #FFF;
        margin: 30px 0px 0px 20px;
        display: flex;
        align-items: center;
        border: 1px solid #FFF;
        padding: 10px 15px;
    }
#sec_dt_09 {
    margin: 60px 0px 0px 0px;
    border-top: 0.5px solid #333640;
    border-bottom: 0.5px solid #333640;
    background-color: #1D1D1F;
    color: #FFF;
}
.wrap-noithat{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}
    .wrap-noithat .bg-left {
        background-image:url(/Images/toyota/detail_noithat_bg.png);
    }
#sec_dt_06{
    margin:0px 0px 100px 0px;
}
#sec_dt_06 .inner-item, #sec_dt_07 .inner-item {
    background: #FFF;
    position: relative;
    padding-bottom: 20px;
    min-height: 300px;
}
    #sec_dt_06 .inner-item img, #sec_dt_07 .inner-item img {
        width: 100%;
    }
.txt_name {
    font-size: 30px;
    font-weight: 600;
    height: auto;
    padding: 10px 10px;
}

.txt-desc {
    letter-spacing: .025em;
    --tw-text-opacity: 1;
    color: rgb(78 83 86 / var(--tw-text-opacity));
    font-size: 14px;
    line-height: 24px;
    font-family: 'montserrat-thin';
    font-weight: 600;
}
.txt-gia {
    padding: 0px 10px;
}

#sec_dt_07{
    margin:30px 0px;
}







.menu {
    margin-bottom: 0px;
}
.rm-md{
    padding-left:0px;
    padding-right:0px;
}
.slideshow {
    background: #FFF;
    min-height: 200px;
    overflow: hidden;
}
#xem-them img, .content-collapse img, .text-justify img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
/*#carousel-rm {
    margin-top: 10px;
}*/
.sub-catogory .navigation{
    background:#FFF;
    min-height:140px;
    margin: 0px 0px 15px 0px;
    padding-top: 30px;
    overflow: hidden;
    text-align: center;
}
.sub-catogory .navigation a, .rm-tags .navigation a {
    width: 7.8%;
    display: inline-block;
    vertical-align: text-top;
    float: none;
}
.slideshow .slide{
    margin-bottom:0px;
}

.rm-icon-accessories {
    text-align: center;
}

    .rm-icon-accessories div {
        display: block;
        width: 48px;
        height: 48px;
        margin: auto;
        background: #dcdcdc;
        border-radius: 30px;
        margin-bottom: 3px;
    }
        .rm-icon-accessories div img{
            padding:5px;
        }
        .rm-icon-accessories h3 {
            margin: 0px;
            line-height: 18px;
            font-size: 13px;
            font-family: 'montserrat-medium';
            text-align: center;
            color: #4a4a4a;
        }
/*Mô tả danh mục SP*/
.text-h1{
    font-size:18px;
    font-family:Roboto-Medium;
    line-height:22px;
    text-align:center;
    margin:0px 0px 5px 0px;
    color:#1a1a1a;
}
.text-h1 span{
    color:#d30606;
    font-size:15px;
}
.rm-decription{
    color:#6c6c6c;
    font-size:14px;
    font-family:'montserrat-medium';
    line-height:18px;
    text-align:center;
}
.content-head{
    margin-bottom:40px;
}

/* Chuyên mục phụ kiện ô tô*/
.rm-car-accessory{
    margin-top:10px;
}
.text-h3{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.text-h3 a{
    color:#00a652;
    text-decoration:none;
    padding:0px 15px;
    font-size:14px;
}
/*Kết quả tìm  kiếm*/
.text-h3 span{
    color:#9a9a9a;    
    padding:0px 5px;
    margin-left:10px;
    font-size:14px;
    border-left:1px solid#9a9a9a;
}
.rm-search{
    margin-top:10px;
}

/*full icondesktop*/
[class^="rm-icondesktopfull-"], [class*="rm-icondesktopfull-"] {
    background-image: url(/Html/desktop/img/icondesktop-v1.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-size: 586px 137px;
}

/*phụ kiện đi kèm*/
.rm-icon-accessories .rm-icondesktopfull-cusac{
    background-position: 1px -96px;
    width: 26px;
    height: 30px;
    margin-left: 8px;
    margin-top: 3px;
}
.rm-icon-accessories .rm-icondesktopfull-capsac{
    background-position: -23px -96px;
    width: 30px;
    height: 33px;
    margin: 4px;
}
.rm-icon-accessories .rm-icondesktopfull-oplung
{
    background-position: -55px -96px;
    width: 28px;
    height: 33px;
    margin: 2px 0px 0px 6px;
}
.rm-icon-accessories .rm-icondesktopfull-tainghe
{
    background-position: -88px -96px;
    width: 34px;
    height: 32px;
    margin: 2px 7px;
}
.rm-icon-accessories .rm-icondesktopfull-loabluetooth
{
    background-position: -127px -96px;
    width: 29px;
    height: 30px;
    margin: 1px 7px;
}
.rm-icon-accessories .rm-icondesktopfull-pinduphong
{
    background-position: -185px -103px;
    width: 20px;
    height: 30px;
    margin: 4px 4px 0px 9px;
}
.rm-icon-accessories .rm-icondesktopfull-giadodienthoai
{
    background-position: -209px -102px;
    width: 25px;
    height: 33px;
    margin: 4px 8px;
}
.rm-icon-accessories .rm-icondesktopfull-kinh
{
    background-position: -234px -103px;
    width: 25px;
    height: 30px;
    margin-top: 5px;
    margin-left: 8px;
}
.rm-icon-accessories .rm-icondesktopfull-thenho
{
    background-position: -257px -103px;
    width: 36px;
    height: 30px;
    margin: 3px;
}
.rm-icon-accessories .rm-icondesktopfull-phukienkhac
{
    background-position: -293px -103px;
    width: 33px;
    height: 28px;
    margin: 5px;
}

/* Slide Carousel */
/*.slide .carousel-control {
    top: 35%;
    z-index: 2;
    opacity: 0.6;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    text-shadow: none;
    text-align: center;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    font-size: 29px;
    background: #e2dad3;
    box-shadow: 0px 2px 2px #9a9a9a;
    color: #000;
    display: block!important;
    text-decoration: none;
}*/

.adv_left {
    left: 6px!important;
}

.adv_right {
    right: 6px!important;
}
#btn-nhanbaogia .form-sale-price {
    padding: 5px 10px !important;
    border: none !important;
    font-family: 'montserrat-thin';
    font-weight:700;
}
    #btn-nhanbaogia .form-sale-price label {
        font-size: 13px;
        line-height: 24px;
        color: #000;
    }
    #btn-nhanbaogia .form-sale-price .form-control {
        color: #000;
        font-size: 13px;
        border-color: #dcdddf;
    }
#btn-nhanbaogia .form-title{
    margin-top:80px;
}
.bg-noithat {
    border-top: 0.5px solid #333640;
    border-bottom: 0.5px solid #333640;
    background-color: transparent;
    background-image: url(/Images/backgroup/promo-banner.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 300px;
    text-align: center;
    color: #FFF;
}
.btn-dklt {
    --tw-bg-opacity:1;
    padding:10px 30px;
    color: #FFF;
    background: rgb(37 39 40 / var(--tw-bg-opacity));
    border:1px solid#FFF;
    text-decoration:none;
    margin:20px 0px;
    display:inline-block;
}
    .btn-dklt:hover {
        color: #FFF;
        text-decoration: none;
        background:#c8102e;
    }
.bg-noithat-center {
    min-height: 100vh;
    overflow-x: hidden;
    max-width: 100vw;
    background-clip: padding-box;
    background-attachment: revert-layer;
    background-position: center;
    background-size: cover;
    margin: 100px 0px;
}
#sec_dt_05{
    margin: 0px 0px 100px 0px;
}
.m-top-100{
    margin-top:100px;
}
.m-bottom-40{
margin-bottom:40px;
}
.bg-products {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: background 0.5s!important;
    height: 105vh;
}
    .bg-products .content-booking-bottom {
        bottom: calc(118px + 1.6vw)!important;
        left:69%!important;
    }
    .bg-products .content-booking-bottom p{
       font-size:18px;
       line-height:28px;
       margin:0px;
    }