html{
    scroll-behavior: smooth;
  }

header {
    background: #f59916;
}
h1,h2,h3,p,ul,li {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
h2 {
    font-family: 'Righteous', cursive;
    font-size: 30px;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
}
header h1{
    right:2vw;
    color:#FFF;
    display: none;
  
  }
  .head_logo{
      display: block !important;
  }
/* ----- TOP ----- */
#TOP {
    background: #f59916;
    padding: 14px 0 2vh 0;
    display: inline-block;
    width: 100%;
}
#TOP .access-point {
    background: #fff;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    text-align: center;
    float: right;
    margin: -10vh 1vw 5vh auto;
    position: relative;
}
#TOP .access-point:hover {
    opacity: 0.8;
    transition: all .3s;
}
#TOP .access-point a {
    color: #3f3c39;
}
#TOP .access-point .icon {
    fill: #f59916;
    width: 29px;
    display: inline-block;
    padding: 3vh 0 0;
}
#TOP .access-point h2 {
    font-size: 18px;
    font-weight: normal;
}
#TOP .access-point p {
    font-size: 10px;
    margin-top: 4px;
}

/*==================================
    +top_slide
==================================*/
.top_slide {
    width: 98%;
    position: relative;
    margin: 0 auto;
}
.top_slide ul li img {
    width: 100%;
    height: auto
}
.top_slide li {
    position: relative;
} 
.slide_text {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 50vw !important;
}


.slick-dots {
    width: 25% !important;
    position: absolute;
    background: #ff9000;
    bottom: -16px;
    right: 0px;
    padding-bottom: 10px
}
.slick-dots li {
    width: auto;
    text-align: right;
    transition: .3s all;
    box-sizing: border-box;
    margin: 0  5% 0;
    display: inline-block;
}
.slick-dots li button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    text-align: center;
    font-size: 0px;
    color: #ffffff;
    width: 6px;
    background: #ffff;
    height: 6px;
}

.slick-dots .slick-active button {
    width: 6px !important;
    background: #ffffff;
    height: 24px !important;
    position: absolute;
    bottom: 0px;
}

.top_slide ul li .slide_text_nth ,
.top_slide ul li .slide_text_last {
    position: absolute;
    top: 9vh !important;
    left: 5%;
    width: 50vw !important;
}


/* ----- news ----- */
#news {
    background: #252525;
    width: 70%;
    position: absolute;
    padding: 2vh 6vw 4vh;
    margin-top: 60px;
}
#news h2 {
    color: #fff;
    display: inline-block;
    margin: 0 0 20px 0;
}
#news .btn {
    background: #2d2d2d;
    border-radius: 100px;
    padding: 10px 18px;
    width: 100px;
    font-size: 12px;
    display: inline-block;
    float: right;
}
#news a .btn:hover,#news a .btn:hover i {
    background: #fff;
    color: #2d2d2d;
    transition: all .3s;
}
#news .btn i {
    padding: 0 10px 0 0;
    font-size: 20px;
}
#news li {
    /* width: 200px; */
}
#news a {
    color: #fff;
}
#news li a:hover {
    color: #f59916;
}
#news li a p:first-child {
    font-size:12px;
}
#news li a p:last-child {
    display: inline-block;
    padding: 5px 0 0;
}
#news p span {
    color: #e94a4e;
    padding-left: 20px;
    font-family: 'Righteous', cursive;
}
#news h3 {
    display: inline-block;
    padding: 10px 0 0;
}
.line {
    margin-right: 40px;
    width: 100%;
    height: 2px;
    background-color: #3b3b3b;
    display: inline-block;
    margin: 14px 0;
}

#stock-car-before {
    background: url(/index/images/stock-car-back.jpg);
    background-repeat: repeat;
    height: 300px;
}

/* ----- stock car ----- */
#stock-car {
    background: url(/index/images/stock-car-back.jpg);
    background-repeat: repeat; 
    position: relative;
}
#stock-car h2 {
    color: #fff;
    background: url(/index/images/stock-car-title-back.jpg);
    background-repeat: repeat;
    height: 100px;
    width: 100%;
    text-align: center;
    line-height: 104px;
    margin: 0 0 1vh;
}

  .usedcar-items li {padding: 0.5rem 0;margin-top: 1rem;border: none;display: flex;flex-wrap: wrap;align-items: flex-start;}    
  .usedcar-items .namecar{width: 100%;font-size: 15px;}
  .usedcar-items .images-items { width: 100%;}
  .usedcar-items .detail-car strong {font-size: 13px;margin: 0;}


  .usedcar-items .full-images{width: 35%;margin-left: 0.7rem;margin-right: 0.5rem;margin-bottom: 5px;box-shadow: -7px 6px 0 #ececec;}
  .usedcar-items .full-images a img{ width:100%;}
  .usedcar-items .item-wrap {width: calc(65% - 5px - 1.4rem);margin-right: 0;margin-bottom: 5px;}    
  .usedcar-items .detail-car div {/* width: 50%; */width: auto;display: inline-block;border-right: none;padding: 0.2rem; font-size: 10px;}
  .usedcar-items .detail-car strong,.usedcar-items .detail-car span{display: inline-block;} 
  .usedcar-items .detail-car div:first-child {border-left:none;}  
  .detail-car > div:after{ content: '/';} 
  .detail-car > div:last-child:after{ content: '';}
  .usedcar-items li {padding: 0.5rem 0 0;margin: 1rem 0.5rem;border: none;background: #FFF;}    
  .usedcar-items .detail-car { margin: 0;}
  .usedcar-items .pricecar {font-size: 12px;line-height: 17px;display: flex;flex-wrap: wrap;justify-content: flex-end;width: 100%;padding: 0 3px;}
  .usedcar-items .pricecar dl:first-child{ width:50%}
  .usedcar-items .pricecar dl:first-child dt{
    background:#fff1dd;
    height: 22px;
    line-height: 23px;
    padding: 0 0 0 7px;
    color: #f7a939;
    font-family: 'Righteous', cursive;
    font-size: 16px;
    margin:0 0 5px;
  }
  .usedcar-items .pricecar dl dd{
    text-align:right;
    background:#f4f3f3;
    padding:0 10px;
  }
  .usedcar-items .pricecar .text-red {color: #000000;font-size: 23px;font-weight: bold;white-space: nowrap;display: inline-block;line-height: 33px;}
  .usedcar-items .pricecar .text-red span {display: inline-block;font-size: 20px;}
  .usedcar-items .pricecar small { color: #000; font-size: 12px; display: inline-block;font-weight: bold;}
  .usedcar-items .thumnail-buttton {margin-top: 0px;display: block!important;width: 100%;}
  .usedcar-items .button-items .inquire {display: block;width: 65%;border: 0;margin: auto;border-radius: 25px;background: #f59916;color: #fff;text-align: center;position: relative;z-index: 0;overflow: hidden;height: 45px;line-height: 45px;font-size: 15px;font-weight: bold;}
  .button-items{background-color:#f5f5f5;margin: 5px 0 0;padding: 5px;}


/* ----- service ----- */
#service {
    background: url(/index/images/service-back.jpg);
    background-repeat: no-repeat;
    /* height: 324px; */
    padding: 70px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
#service::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    transition: all .5s;
}
#service:hover::before{
    background-color: rgba(0,0,0,0.7);
    transition: all .5s;
}
#service a {
  width:80%;
  text-align:center;
  margin:auto;
  text-align: center;
  color: #fff;
  font-size: 22px;
  border: solid 3px #fff;
  position: relative;
  padding: 20px 0;
  font-family: 'GenJuuGothic-B';
}
/* ----- ABOUT ----- */
#about_prof{
  padding: 15px 0 100px;
}
#about_prof h2{
  text-align:center;
  padding: 30px 0 25px;
  border-bottom:5px solid #f59916;
  color:#f59916;
}
#about_prof ul{

background: #FFF;

padding: 20px 10px;
}
#about_prof ul li{
    
display: flex;
    
flex-wrap: wrap;
    
font-size: 15px;
    
margin: 0 0 10px;
}
#about_prof ul li div:first-child{
    
border-bottom: 2px solid #f3b761;
    
width: 165px;
    
padding: 10px 5px 5px;
    
box-sizing: border-box;
}
#about_prof ul li div:last-child{
    
border-bottom: 2px solid #f0f0f0;
    
padding: 15px 5px;
    
width: 100%;
    
box-sizing: border-box;
}

/* ----- access ----- */
#access h2 {
    color: #fff;
    padding: 30px 20px 0;
    text-align: left;
}
#access .left {
    background: url(/index/images/access-back.jpg);
    background-repeat: repeat; 
    width: 100%;
    text-align: right;
}
#access .left a .btn {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 100px;
    border: solid 2px #fff;
    padding: 1vh 4vw;
    transition: all .5s;
    margin: 2vh 20px 30px;
    display: inline-block;
}
#access .left a:hover {
    background-color: rgba(255, 255, 255, 0.7);
    transition: all .5s;
    color: #252525;
    border: solid 2px #252525;
}
#access .left .icon {
    fill: #fff;
    width: 24px;
    display: inline-block;
    vertical-align: sub;
    transition: all .5s;
}
#access .left a:hover .icon {
    transition: all .5s;
    fill: #252525;
}
#access .right {
    width: 100%;
    height: 400px;
}
#access .right iframe {
    width: 100%;
    height: 100%;
}

/* ----- instagram ----- */
#instagram {
    background: url(/index/images/instagram-back.gif);
    background-repeat: repeat;
    text-align: center;
    padding: 30px 0 56px;
}
#instagram li {
    display: inline-block;
}
#instagram p i {
    font-size: 34px;
}
#instagram h2 {
    padding: 0.6vh 0 2vh;
}
#instagram .slide {
    list-style-type: none!important;
    overflow: hidden;
    padding:10px 0!important;
    width: 100%;
    height:250px;
    margin-left:0!important;
    zoom: 1;
}
#instagram .slide div{
    float:left;
    margin-left:17px;
}
#instagram .slide img {
    width: 100%;
}

.slick-slide
{
    margin: 0 15px!important;
}
.insta_slide a img{
    transition: 0.5s;
}
.insta_slide a:hover img{
    opacity: 0.8;
}

@media( min-width:1600px){
    #news li {
        width: 260px;
    }
    #service h2 p {
        padding: 30px 120px;
    }
}