@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/

#content2{
    width:unset;
}
.pro_container{
    max-width: 1280px;
    margin: 0px auto;
    padding: 55px 0;
}
.icon{
    width: 70px;
    height: 70px;
    background-color: #88b928;
    border-radius: 50%;
    padding: 14px;
    margin: 40px auto;
}
.icon_svg{
    fill: #FFF;
}
.Capa_1{
    fill: black;
}
.flex{
    display: flex;
}

.tracker_intd{
    background-image: url(../../../../../cufiles/site/home/products_gps.png);
    background-repeat: no-repeat;
    background-position: top;
    /*padding: 50px;*/
    background-size: cover;
}
.tracker_intd .title,
.key_features .title{
    text-align: center;
    margin: 20px 100px;
}
.tracker_intd .title h1{
    margin: 40px 0px;
    color: #165A14;
}
.tracker_intd .title h3,
.key_features .title h3{
    font-size: var(--fs-xl);
    line-height: normal;
    font-weight: var(--fw-light);
}

.tracker_intd .key_img{
    margin: 80px 40px;
}
.tracker_intd .flex{
    justify-content: space-between;
    gap:50px;
    overflow-x: auto;
}
.tracker_intd .live{
    min-width: 124px;
}
.tracker_intd .live img{
    max-width: 100%;
}
.tracker_intd .live p{
    text-align: center;
}


/*.tracker_intd .gps_list{
    padding: 0px 20px;
}
.tracker_intd .grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(284px, 1fr));
    margin: 40px auto;
    justify-content: center;
    gap: 40px;
    max-width: 940px;
}
.tracker_intd .white_square{
    background-color: #fff;
    box-shadow: 0px 3px 6px #ccc;
    padding: 20px;
    border-radius: 14px;
    text-align: center;
}*/

.key_features{
    background-image: url(../../../../../cufiles/site/home/products_key.png);
    background-repeat: no-repeat;
    background-position: top;
    /*padding: 50px;*/
    background-size: cover;
}
.key_features .title h1{
    margin: 30px 0px;
    color: #165A14;
}
/*.key_features .key_img{
    margin: 80px 40px;
}
.key_features .flex{
    justify-content: space-between;
    gap:50px;
    overflow-x: auto;
}
.key_features .live{
    min-width: 124px;
}
.key_features .live img{
    max-width: 100%;
}
.key_features .live p{
    text-align: center;
}*/

.key_features .gps_list{
    padding: 0px 20px;
}
.key_features .grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(284px, 1fr));
    /*grid-template-columns: repeat(3, 284px);*/
    margin: 40px auto;
    justify-content: center;
    gap: 40px;
    max-width: 940px;
}
.key_features .white_square{
    background-color: #fff;
    box-shadow: 0px 3px 6px #ccc;
    padding: 20px;
    border-radius: 14px;
    text-align: center;
}

.tracker_list{
    background-color: #EEEEEE;
}
.tracker_list .frame{
    padding: 0px 020px;
}
.tracker_list .title{
    text-align: center;
    margin: 20px auto;
}
.tracker_list .list_bg{
    background-color: #fff;
    box-shadow: 0px 3px 6px #ccc;
    padding: 40px;
    border-radius: 14px;
    text-align: center;
    margin: 30px 0px;
}
.tracker_list .list_bg .list_img{
    /*max-width: 100%;
    margin: auto 50px;*/
    max-width: 328px;
    margin: auto 30px;
    height: 328px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tracker_list .list_bg .list_text{
    text-align: left;
    margin: 0px 20px;
    flex: 1;
}
.tracker_list .list_bg .list_present{
    margin: 0px 0px 20px;
}
.tracker_list .flex{
    gap: 30px;
    /*height: 360px;*/
}





/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/

/*iPad Pro*/
@media screen and (max-width: 1279px) {
}

/*iPad*/
@media screen and (max-width: 1023px) {
}
/*iPhone*/
@media screen and (max-width: 767px) {
    .tracker_list .list_bg .list_img{
        margin: auto 20px;
    }
    .tracker_list .flex{
        flex-direction: column;
    }
    .tracker_intd .title, .key_features .title{
        margin: 20px 20px;
    }
    .tracker_intd .title h1{
        line-height: 1.5;
    }
}
