html, body {
    margin: 0;
    font-size: 18px;
    font-family: db-lim-x;
    overflow-x: hidden;
}

@font-face {
    font-family: db-lim-x;
    src: url('../font/db-lim-x.ttf');
}

@font-face {
    font-family: db-lim-med;
    src: url('../font/db-lim-med.ttf');
}

@font-face {
    font-family: dtac-bold;
    src: url('../font/dtacbold.ttf');
}


.font-dtac-bold {
    font-family: dtac-bold;
}

.font-db-lim-x {
    font-family: db-lim-x;
}

.font-db-lim-med {
    font-family: db-lim-med;
}

a, button {
    cursor: pointer;
}

a {
    text-decoration: none;
}

.header {
    width: 100%;
    position: fixed;
    height: 78px;
    background-color: #060606;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

footer {
    margin-top: 50px;
    background-color: #060606;
}

.full-container {
    width: 100%;
}

.main-container {
    max-width: 1280px;
    margin: auto;
    box-sizing: border-box;
    padding: 0 20px;
}

.ham-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 20000;
    display: none;
}

.close-ham-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    color: white;
}

.close-ham-btn:hover {
    color: #c40e13;
}

.ham-menu-overlay.active {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.main-navigator {
    height: 100%;
    width: 100%;
    text-align: right;
    overflow: hidden;
}

.sub-btn {
    color: white;
    display: block;
    margin: 20px 0;
    font-size: 50px;
}

.sub-btn:hover {
    color: #c40e13;
}

.head-logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}

.main-navigator .main-btn {
    color: white;
    display: inline-flex;
    display: -webkit-inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 -4px;
    padding: 0 20px;
    font-family: dtac-bold;
}

.main-navigator .main-btn:hover {
    background-color: #2b2b2b;
}

.main-navigator .main-btn.active {
    background-color: #c40e13;
}

.main-navigator .ham-btn {
    color: white;
    position: absolute;
    right: 30px;
    top: 30px;
    font-family: dtac-bold;
    display: none;
}

.main-navigator .ham-btn:hover {
    color: #c40e13;
}

.tabs-model {
    width: 100%;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    color: #121212;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: white;
    display: flex;
    height: 60px;
    font: 18pt;
    font-family: db-lim-med;
    transition: all 0.3s;
}

.tabs-model:hover {
    background-color: #272727;
    color: white;
}

.tabs-model.active {
    background-color: #d50000;
    color: white;
}

.model-color-sec {
    height: 50px; 
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn-pick-color {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    border-radius: 5px;
    display: inline-flex;
    -webkit-box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.4);
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 14px;
    transition: all 0.3s;    
}

.btn-pick-color i {
    display: none;
}

.btn-pick-color.active i {
    display: block;
}

.btn-pick-color:hover {
    opacity: 0.8;
}

.detail-tabs-sec {
    width: 100%;
    margin: 77px 0;
    text-align: center;
    position: relative;
}

.tabs-detail {
    box-sizing: border-box;
    padding: 10px 50px;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
    background-color: white;
    position: relative;
    z-index: 2;
    font-size: 14pt;
    transition: all 0.3s;
}

.tabs-detail:hover {
    color: white;
    background-color: #272727;
}

.tabs-detail.active {
    color: white;
    background-color: #ed1c24;
}

.detail-bg-img {
    width: 100%;
    height: 100%;
    min-height: 336px;
    background-color: #dfdfdf;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.tabs-spec-sec {
    display: none;
}

.about-sec {
    background-image: url('../img/bg01.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 58px 30px;
}

.service-list {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    -webkit-box-shadow: 0px 1px 17px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 17px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 17px 3px rgba(0,0,0,0.1);
}

.service-list .icon {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    -webkit-box-shadow: 0px 1px 17px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 17px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 17px 3px rgba(0,0,0,0.1);
    margin: 30px auto;
}

.f-tabs {
    color: #ffffff;
    text-align: center;
    font-size: 12pt;
    box-sizing: border-box;
    padding: 15px 10px;
    border: 1px solid #212121;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

#google-map {
    width: 100%;
    height: 400px;
    background-color: #2b2b2b;
}

.table-spec {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid rgb(236, 236, 236);
    font-size: 20px;
    display: none;
}

.table-spec th {
    border: 1px solid rgb(236, 236, 236);
}

.table-spec tr {
    border: 1px solid rgb(236, 236, 236);
}

.table-spec td {
    border: 1px solid rgb(236, 236, 236);
    padding: 10px;
}

@media screen and (max-width: 1070px) {
    .main-btn {
        display: none !important;
    }
    .main-navigator .ham-btn {
        display: block;
    }
    .one2car-btn {
        display: none;
    }
}

@media screen and (max-width: 777px) {
    .tabs-detail {
        padding: 10px 20px;
        font-size: 12pt !important;
        display: block;
    }
}