html,
body {
    font-size: 3.8vw;
    letter-spacing: 0.02em;
}

body {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    font-family: Arial, "Microsoft JhengHei", "微軟正黑";
    font-weight: 400;
    color: #fff;
}

img {
    display: block;
    width: 100%;
    height: auto;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

p{
    line-height: 1.5;
}

a.btn_link{
    text-decoration: underline;
}

.human{
    transform: rotate(0);
}

.human.aos-animate{
    animation: shake 1s .2s cubic-bezier(.17,.67,.64,1.24) both 3;
}

.section_kv{
}

.section_kv{
    padding-bottom: 5%;
    background-image: url("../images/kv_bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
}

.section_kv .kv_inner{
    padding: 0 3%;
}

.section_kv .kv_inner .row{
    flex-direction: column;
}

.section_kv .col-product{
    position: relative;
}

.section_kv .col-product .product{
    position: relative;
    z-index: 1;
}

.section_kv .col-product .bg{
    position: absolute;
    width: 110%;
    bottom: 0;
    z-index: 0;
    mix-blend-mode: screen;
    filter: blur(5px);
}
.section_kv .col-product:nth-of-type(1) .product{
    animation: zoom-in .4s .2s  cubic-bezier(.17,.67,.64,1.24) both ;
}

.section_kv .col-product:nth-of-type(1) .bg{
    animation: fade-in .4s .2s cubic-bezier(.17,.67,.64,1.24) both ;
}

.section_kv .col-product:nth-of-type(2){
    align-self: flex-end;
}

.section_kv .col-product:nth-of-type(2) .product{
    animation: zoom-in .4s .45s ease both ;
}

.section_kv .col-product:nth-of-type(2) .bg{
    animation: fade-in .4s .45s ease both ;
}

.section_kv .kv_inner .item_title{
    position: relative;
    width: 95%;
    margin: auto;
}

.section_kv .kv_inner .item_title .human{
    position: absolute;
    left: -12%;
    bottom: 0;
    transform-origin: bottom;
    /*transform: translateY(10%) translateX(-38%);*/
    width: 33%;
}

.section_kv .kv_inner .item_title .sub_title{
    animation: fade-up .4s .7s ease both ;
}

.section_kv .kv_inner .item_title .main_title{
    animation: fade-down .4s .75s ease both ;
}

.section_expert{
    padding: 3% 0;
    background-color: #41AADA;
    background-image: url("../images/bg_01.png");
}

.section_expert .item_video{
    position: relative;
    margin-left: 5%;
}

.section_expert .item_video::before{
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
}

.section_expert .item_video iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.section_equipped{
    padding: 3% 0;
    background-color: #41AADA;
    background-image: url("../images/bg_01.png");
    background-position: top; 
}

.section_equipped .row_outer{
}

.section_equipped .row_content,.section_double .row_content{
    justify-content: center;
}

.section_equipped .item_after,.section_equipped .item_before{
    position: relative;
}

.section_equipped .object{
    position: absolute;
}

.section_equipped .item_before > div,.section_equipped .item_after > div,
.section_equipped .item_question{
    opacity: 0;
}

.section_equipped .item > .frame{
     opacity: 1;
}


.section_equipped.aos-animate .item_before .product{
    animation: fade-up .3s .2s ease both ;
}
.section_equipped.aos-animate .item_before .text{
    animation: fade .3s .6s ease both ;
}
.section_equipped.aos-animate .item_before .kuai{
    animation: fade-up .3s .4s cubic-bezier(.17,.67,.64,1.24) both ;
}

.section_equipped.aos-animate .item_before .cry{
    animation: fade .3s .8s ease both ;
}

.section_equipped.aos-animate .item_before .worship{
    animation: fade .3s .8s ease both ;
}

.section_equipped.aos-animate .item_after .product{
    animation: fade-up .3s 1s ease both ;
}

.section_equipped.aos-animate .item_after .text{
    animation: fade .3s 1.2s ease both ;
}
.section_equipped.aos-animate .item_after .human{
    animation: zoom-in .3s 1.4s cubic-bezier(.17,.67,.64,1.24) both ;
}

.section_equipped.aos-animate .item_question{
    animation: zoom-in .3s 1.6s cubic-bezier(.17,.67,.64,1.24) both ;
}

.section_feature{
    padding: 3% 0;
    text-align: center;
    background-image: url("../images/bg_01.png"),linear-gradient( #41AADA 0%, #004881 100%)
}

.section_feature .item_title{
    position: relative;
}

.section_feature .human{
    position: absolute;
    left: 2.8%;
    top: 1.69%;
    width: 20.8%;
}

.section_feature .row{
    justify-content: center;
}

.section_feature .row:nth-of-type(2){
    align-items: flex-end;
}

.section_feature .item_line{
    position: relative;

}

.section_feature .line_tick{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 97.78%;
    height: 100%;
    margin:  auto;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
}


.section_feature .line_tick .tick{
    width: 4.55%;
    opacity: 0;
}



.section_feature .item_feature{
    position: relative;
    opacity: 0;
}
.section_feature .item_feature::before,.section_feature .item_feature::after{
    position: absolute;
    content: "";
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
}

.section_feature .item_feature::before{
    background-image: url("../images/feature_dec-left.png");
   
}

.section_feature .item_feature::after{
    background-image: url("../images/feature_dec-right.png");
}


.section_feature .item_feature .feature_inside{
    padding: 0.5rem;
    background-size: 100%;
}


.section_feature .item_feature h3{
    margin-bottom: 0.5rem;
    line-height: 1.25;
}

.section_feature .item_feature.feature_01{
    width: 80%;
    margin-left: 14.888%;
}

.section_feature .item_feature.feature_01 .feature_inside{
    background-image: url("../images/feature_02_inner.png");
}

.section_feature .item_feature.feature_02{
    width: 76.54%;
    margin-left: 10%;
}

.section_feature  .item_feature.feature_02 .feature_inside{
    background-image: url("../images/feature_04_inner.png");
}

.section_feature .item_feature.feature_03{
    width: 95%;
    margin-left: 2.38%;
}

.section_feature .item_feature.feature_03 .feature_inside{
    background-image: url("../images/feature_01_inner.png");
}

.section_feature .item_feature.feature_04{
    width: 76.54%;
    margin-left: 3%;
}

.section_feature .item_feature.feature_04 .feature_inside{
    background-image: url("../images/feature_03_inner.png");
}

.section_feature.aos-animate .feature_01{
    animation: fade-up .3s 0.3s ease both ;
}

.section_feature.aos-animate .line_tick .tick:nth-of-type(2){
    animation: fade .3s 0.1s ease both ;
}

.section_feature.aos-animate .feature_02{
    animation: fade-up .3s 1.2s ease both ;
}

.section_feature.aos-animate .line_tick .tick:nth-of-type(4){
    animation: fade .3s 1s ease both ;
}

.section_feature.aos-animate .feature_03{
    animation: fade-down .3s 2.2s ease both ;
}

.section_feature.aos-animate .line_tick .tick:nth-of-type(1){
    animation: fade .3s 2s ease both ;
}

.section_feature.aos-animate .feature_04{
    animation: fade-down .3s 3.2s ease both ;
}

.section_feature.aos-animate .line_tick .tick:nth-of-type(3){
    animation: fade .3s 3s ease both ;
}

.section_double{
    padding: 3% 0;
    background-image: url("../images/bg_01.png"),linear-gradient( #004881 0%, #41AADA 100%);
}

.section_double .item_slogan{
    position: relative;
}

.section_double .human{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5.2%;
    width: 12.6%;
    margin: auto;
}

.section_device{
    padding: 5% 0 2% 0;
    background-color: #41AADA;
    background-image: url("../images/bg_02.png");
    background-position: bottom;
}

.section_device p{
    text-align: justify;
}

.section_device .row{
    justify-content: space-between;
}

.section_device .content .row{
    align-items: center;
}


.section_device .content{
    position: relative;
    padding: 0 1rem 1rem 1rem;
    margin: 5px;
    background-image: linear-gradient(to bottom,rgba(17, 204, 238, 0.9),rgba(0, 125, 214, 0.9));
}

.section_device .content .row_content{

}
.section_device .item_content{
    position: relative;
    padding: 5px 0;
    margin-bottom: 10%;
    border-width: 0 5px 0 5px;
    border-color: #fff;
    border-style: solid;
}

.section_device .item_content::before,
.section_device .item_content::after{
    position: absolute;
    right: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-repeat: repeat-x;
    background-size: auto 100%;
}

.section_device .item_content::before{
    top: 0;
    background-image: url("../images/border_line.png");
}

.section_device .item_content::after{
    bottom: 0;
    background-image: url("../images/border_line2.png");
}

.section_device .content .item_pic{
    margin-bottom: 1rem;
}

.section_device .content .item_title{
    transform: translateY(-60%);
    margin-bottom: -6%;
}

.section_device .content.content_aa .item_pic{
    border-radius: 1rem;
    overflow: hidden;
}

.section_device .content_array .row,
.section_device .content_data .row,
.section_device .content_save .row{
    justify-content: center;
}

.section_device .row_content .item_pic{
    position: relative;
}

.section_device .row_content .pic_inner{
    position: absolute;
    top: 11.5%;
    right: 0;
    left: 0;
    margin: auto;
    width: 61.8%;
}

.section_device .content_eco{
    margin-bottom: 0;
}

.section_device .content_eco .pic_inner .btn_eco{
    position: absolute;
    width: 15.59%;
    opacity: 0.5;
    animation: lighting 1.2s ease both infinite;
}


.section_device .content_eco .pic_inner .btn_eco.is-active{
    opacity: 1;
    animation: none;
}

.section_device .content_eco .pic_inner .btn_eco:nth-of-type(1){
    left: 21%;
}

.section_device .content_eco .pic_inner .btn_eco:nth-of-type(2){
   right: 21%;
}

.section_device .content_eco .pic_inner .btn_eco:nth-of-type(3){
   right: 0;
   top: 41.3%;
}

.section_device .content_eco .pic_inner .btn_eco:nth-of-type(4){
   bottom: 0;
   right: 21%;
}

.section_device .content_eco .pic_inner .btn_eco:nth-of-type(5){
   bottom: 0;
   left: 21%;
}

.section_device .content_eco .pic_inner .btn_eco:nth-of-type(6){
   left: 0;
   top: 41.3%;
}

.section_device .content.content_eco{
    border: none;
}

.section_device  .content.content_eco{
    position: relative;
    background: transparent;
    margin: 0;
}

.section_device .content_eco::before,
.section_device .content_eco::after{
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 50%;
    top: 0;
    background-image: linear-gradient(180deg, #fff, transparent);
}

.section_device .content_eco::before{
    left: 0;
}

.section_device .content_eco::after{
    right: 0;
}

.section_device .item_eco::after{
    display: none;
}

.section_device .item_eco{
    border: none;
}

.section_device .tag_info .row{
    align-items: flex-start;
}

.section_device .tag_info .info_title{
    text-align: center;
    display: flex;
    display: -ms-flexbox;
    align-items: stretch;
    margin-bottom: 1rem;
}

.tag_info p{
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.section_device .tag_info ul{
    font-size: 0.85rem;
    margin-left: 0.1rem;
    list-style: none;
    letter-spacing: 0;
}

.section_device .tag_info ul li{
    display: flex;
    display: -ms-flexbox;
    align-items: baseline;
    justify-content: flex-start;
    margin-bottom: 0.5em;
}

.section_device .tag_info ul.list_type li:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-right: 0.5em;
    border-style: solid;
    border-width: 0.3em  0 0.3em 0.5em;
    border-color: transparent transparent transparent #E09D00;
}


.section_device .tag_info ul.list_type2 span{
    position: relative;
    display: block;
    min-width: 4.2em;
    margin-right: 1.2rem;
    padding: 0.25em 0.1em 0.25em 0.5em;
    letter-spacing: -0.01em;
    color: #fff;
    font-weight: 600;
    background-color: #E09D00;
    line-height: 1.5;
}

.section_device .tag_info ul.list_type2 span:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1em;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1em  0 1em 1em;
    border-color: transparent   transparent transparent #E09D00;
}

.tag_info .info_title .title_tag{
    width: 33%;
    padding: 0  0.32rem  0.32rem 0;
}

.tag_info .info_title .title_tag h4{
    line-height: 1.25;
    padding: 0.25rem 0;
    text-align: center;
    color: #fff;
    background: #E09D00;
    box-shadow: 0.166rem 0.166rem #41A4D4, 0.32rem 0.32rem #E09D00;
}

.tag_info .info_title .title_name{
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    width: 66%;
    background: #fff;
    margin-left: 0.5rem;
}

.tag_info .info_title .title_name h3{
    color: #E09D00;
}

.section_device .content_eco .tab_content{
    display: none;
}

.section_device .content_eco .tab_content[data-tabContent="eco_frame"] .title_name h3{
    color: #A5295A;
}

.section_device .content_eco .tab_content[data-tabContent="eco_frame"] .title_tag h4{
    background: #A5295A;
    box-shadow: 0.166rem 0.166rem #41A4D4, 0.32rem 0.32rem #A5295A;
}

.section_device .content_eco .tab_content[data-tabContent="eco_protect"] .title_name h3{
    color: #6E9004;
}

.section_device .content_eco .tab_content[data-tabContent="eco_protect"] .title_tag h4{
    background: #6E9004;
    box-shadow: 0.166rem 0.166rem #41A4D4, 0.32rem 0.32rem #6E9004;
}

.section_device .content_eco .tab_content.is-active{
    display: block;
}

.section_advantage{
    padding: 0 0 3% 0;
    background-image: url("../images/bg_03.png"),linear-gradient(to bottom,#41AADA 0%,#A8D3E6 30% );
    background-position: top;
    background-size: 100%;
}

.section_advantage .item_dialogue{
    position: relative;
    margin-top: -4%;
}

.section_advantage .dialogue_right .human{
    position: absolute;
    bottom: 0;
    left: 6.6%;
    width: 17.26%;
}

.section_advantage .dialogue_four .human{
     position: absolute;
     width: 13.63%;
     right: 5.2%;
     bottom: 0;
}

.section_media{
    background-color: #A8D3E6;
}

.section_media .row_outer{
    justify-content: space-between;
}

.section_media .btn_media{
    position: relative;
    display: flex;
    display: -ms-flexbox;
    margin-bottom:  1rem;
    box-sizing: border-box;
    border: solid #0076CE 0.2333rem;
    background: #fff;
}

.section_media .btn_media img{
    width:  1.6rem;
    position: absolute;
}

.section_media .btn_media img:nth-of-type(1){
    top: -0.2333rem; 
    left: -0.2333rem;        
}


.section_media .btn_media img:nth-of-type(2){
    bottom: -0.2333rem; 
    left: -0.2333rem;        
}

.section_media .btn_media img:nth-of-type(3){
    top: -0.2333rem; 
    right: -0.2333rem;        
}

.section_media .btn_media img:nth-of-type(4){
    bottom: -0.2333rem; 
    right: -0.2333rem;        
}

.section_media .btn_media .tag{
    position: relative;
    padding: 0.2rem  0.5rem;
    margin-right: 1rem;
    background:  #0076CE;
    color: #fff;
    box-sizing: border-box;
    border-radius: 100px;
    z-index: 1;
}

.section_media .btn_media h4{
    position: relative;
    color: #0076CE;
    z-index: 1;
}

.section_follow{
    text-align: center;
    padding: 6% 0 3% 0;
    background-color: #A8D3E6;
}

.section_follow .row{
    justify-content: space-between;
}

.section_follow h3{
    color:  #0076CE;
    line-height: 1.5;
}

.section_follow h3 img{
    display: inline-block;
    vertical-align: middle;
}

.section_follow a{
    position: relative;
    display: block;
    margin: auto;
    margin-top: 3%;
}

.section_follow a .human{
    position: absolute;
    display: block;
    top: 0;
    width: 32%;
    left: 3.9%;
}

.section_survey{
    color: #0076CE;
    position: relative;
    background-image: linear-gradient(to bottom, #A8D3E7 50%, #79AFDE 70%);
}

.section_survey .item_title{
    position: relative;
    top: 5%; 
    right: 0;   
    left: 0; 
    margin: auto;
    z-index: 2;
}

.section_survey .item_info{
    position: relative;
    width: 90%;
    text-align: center;
    margin: auto;
    margin-bottom: -17%;
}

.section_survey .item_info p{
    line-height: 1.25;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 0.5rem;
}
.section_survey  a.btn_survey{
    position: absolute;
    bottom: 2%; 
    right: 0;   
    left: 0; 
    margin: auto;
}
.section_survey a .human{
    position: absolute;
    display: block;
    top: 0;
    width: 16.6%;
    right: 2.5%;
}

.box_modal{
    height: 88%;
}

.box_modal .modal_content{
    position: relative;
    width: 92%;
    padding: 1rem;
    background: #fff;
    border-radius: 0.85rem 0 0.85rem 0;
    color: #424242;
    font-size: 0.8rem;
    line-height: 1.8;
}

.box_modal .modal_content::before,.modal_content::after{
    position: absolute;
    display: block;
    content: "";
    width: 5rem;
    height: 5rem;
    border-color: #0076CE;
    border-style: solid;
}

.box_modal .modal_content::before{
    top: -0.2rem;
    left: -0.2rem;
    border-radius:  1rem 0 0 0;
    border-width: 0.4rem 0 0 0.4rem;
}

.box_modal .modal_content::after{
    right: -0.2rem;
    bottom: -0.2rem;
    border-radius: 0 0 1rem  0;
    border-width:0  0.4rem  0.4rem 0;
}

.box_modal .modal_content a.btn_close{
    background: #0076CE;
}


.box_modal .modal_content h4{
    text-align: center;
    margin-bottom: 1rem;
}

.box_modal .modal_content h4 img{
    display: inline-block;
    margin-bottom: 0.25rem;
    width: 1.625rem;
    height: auto;
    vertical-align: middle;
}

.box_modal .scroll_content{
    height: 80vh;
}

.box_modal .modal_content li{
    margin-bottom: 0.5rem;
}

.box_modal .modal_content .container{
    width: 90%;
}

.modal_openAward .modal_content{
    max-width: 650px;
    padding: 0;
}

@media screen and (max-width:767px) {
	html,
    body {
        overflow-x: hidden;
    }

    h3{
        font-size: 1.3rem;
    }
    h4{
        font-size: 1rem;
    }

    h5{
        font-size: 1.1rem;
        line-height: 1.5;
    }

    .b_br {
        display: none;
    }
    .block_pc{
        display: none;
    }
    .section_kv{
        padding-top: 12%;
        background-size: 240%;
    }
    .section_kv .kv_inner .item_title{
        margin-top: 9%;
    }

    .section_kv .kv_inner .item_title .sub_title{
        position: relative;
        z-index: 2;
        width: 90%;
        left: 10%;
    }

    section{
        background-size: 150%;
    }

    .section_equipped .item_before .product{
        width: 25.1%;
        top: 16.9%;
        left: 29.5%;
    }
    .section_equipped .item_before .text{
        width: 39%;
        right: 4%;
        top: 13%;
    }
    .section_equipped .item_before .kuai{
        width: 26%;
        right: 24%;
        bottom: 7.5%;
    }

    .section_equipped .item_before .cry{
        width: 21.8%;
        left: 0;
        bottom: 17.33%;
    }

    .section_equipped .item_before .worship{
        width: 12.6%;
        right: 1.8%;
        bottom: 9%;
        transform: rotate(-12.33deg);
    }

    .section_equipped .item_after .product{
        width: 25.2%;
        left: 16.6%;
        top: 47.6%;
    }

    .section_equipped .item_after .text{
        top: 0;
        left: 0;
        width: 86%;

    }
    .section_equipped .item_after .human{
        right: 0;
        width: 31.2%;
        bottom: 4.6%;
    }

    .section_feature .item_feature::before,.section_feature .item_feature::after{
        width: 1rem;
        height: 1rem; 
    }

    .section_feature .item_feature .feature_inside{
        background-size: contain;
        background-repeat: repeat-y;
    }
    .section_feature .item_feature::before{
        top: 0;
        left: -0.3rem;
    }

    .section_feature .item_feature::after{
        right: -0.3rem;
        top: 38%;
    }

    .section_feature .item_feature.feature_03::before,
    .section_feature .item_feature.feature_04::before{
        top: 5%;
    }

    .section_device .container .row_title{
        justify-content: center;
    }

    .section_device .content > .row{
        justify-content: center;
    }

    .section_device .row_content .item{
        margin-bottom: 1rem;
    }

    .section_device .tag_info ul.list_type2 li{
        flex-direction: column;
    }
    .section_device .tag_info ul.list_type2 span{
        margin-bottom: 0.5rem;
    }
    .section_device .item_content::before,
    .section_device .item_content::after{
        background-position: center top;
    }

    .tag_info .info_title .title_name h3{
        font-size: 0.85rem;
        letter-spacing: 0;
    }
    .section_media .btn_media{
        flex-direction: column;
        align-items: flex-start;
        padding: 0.5rem;
        margin-bottom:  0.5rem;
    }
    .section_media .btn_media .tag{
        margin-bottom:  0.5rem;
    }
    .section_follow .row{
        align-items: flex-start;
    }
    .section_follow h3 img{
        width: 8rem;
    }
    .section_follow a{
        width: 90%;
    }

    .section_survey{
        padding: 8% 0;
    }

    .section_survey .item_title{
        width: 100%;
    }

    .section_survey  a.btn_survey{
        width:  65%;
    }

}

@media screen and (min-width:768px) {
	html,
    body {
        font-size: 1.35vw;
        letter-spacing: 0.1em;
    }

    h3{
        font-size: 1.8rem;
    }

    h4{
        font-size: 1.3rem;
    }

    h5{
        font-size: 1.5rem;
    }

    .s_br {
        display: none;
    }
    .block_m{
        display: none;
    }
    .section_kv{
        padding-top: 5%;
        background-size: 100%;
    }

    .section_kv .col-product:nth-of-type(2) .item{
        margin-top: -6%;
    }

    .section_kv .kv_inner .item_title{
        margin-top: 5%;
    }

    .section_kv .kv_inner .item_title .sub_title{
        position: absolute;
        z-index: 2;
        width: 44%;
        left: 5%;
        top: -31%;
    }
    .section_equipped .item_before .product{
        width: 49%;
        top: 25.38%;
        left: 30%;
    }
    .section_equipped .item_before .text{
        width: 80%;
        left: 20%;
        top: 13.8%;
    }
    .section_equipped .item_before .kuai{
        width: 40%;
        left: 39.2%;
        bottom: 16.7%;
    }

    .section_equipped .item_before .cry{
        width: 33.5%;
        left: 4%;
        bottom: 0;
    }

    .section_equipped .item_before .worship{
        width: 20%;
        right: 7%;
        bottom: 8%;
    }

    .section_equipped .item_after .product{
        width: 34.8%;
        right: 10.5%;
        top: 22%;
    }

    .section_equipped .item_after .text{
        top: 0;
        left: 4.9%;
        width: 86.7%;

    }
    .section_equipped .item_after .human{
        left: 3.33%;
        width: 65.9%;
        bottom: 4.6%;
    }

    .section_feature .item_feature::before,.section_feature .item_feature::after{
        width: 1.3rem;
        height: 1.3rem; 
    }
    .section_feature .item_feature::before{
        top: 0rem;
        left: -0.3rem;
    }

    .section_feature .item_feature::after{
        right: -0.3rem;
        top: 33%;
    }

    .section_feature .item_feature.feature_03::before,
    .section_feature .item_feature.feature_04::before{
        top: 12%;
    }


    .section_device .container:nth-of-type(odd) .row_title{
        justify-content: flex-end;
    }

    .section_device .container:nth-of-type(odd) > .row{
        justify-content: flex-end;
    }

    .section_device .container:nth-of-type(even) .row_title{
        justify-content: flex-start;
    }

    .section_device .container:nth-of-type(even) > .row{
        justify-content: flex-start;
    }


     .section_device .container:nth-of-type(1) > .row{
        justify-content: space-between;
    }

    .section_device .container:last-of-type .row_title{
        justify-content: center;
    }
    .section_device .item_content::before,
    .section_device .item_content::after{
        background-position: right top;
    }

    .section_media .btn_media{
        align-items: baseline;
        padding: 1rem;
    }
    .section_follow .row{
        align-items: center;
    }
    .section_follow h3 img{
        width: 11rem;
    }
    .section_follow a{
        width: 55%;
    }

    .section_survey{
        padding: 3% 0;
    }
    .section_survey .item_title{
        width: 87.5%;
    }

    .section_survey  a.btn_survey{
        width:  43.75%;
    }

   
}

@media screen and (min-width:992px) {

    html,
    body {
        font-size: 1.6vw;
        letter-spacing: 0.1em;
    }

    h4{
        font-size: 1.1rem;
    }
    .media_modal .modal_content{
        width: 80%;
    }
}


@media screen and (min-width:1366px) {

    html,
    body {
        font-size: 1.48vw;
        letter-spacing: 0.1em;
    }
}

@media screen and (min-width:1600px) {
    html,
    body {
        font-size: 1.35vw;
        letter-spacing: 0.1em;
    }
    .container{
        width: 80%;
    }
}

@keyframes lighting{
    0%{
        filter: drop-shadow(0 0 0 rgba(255,255,255,0.5));
    }
    50%{
        filter: drop-shadow(0 0 12px rgba(255,255,255,1));
    }
     0%{
        filter: drop-shadow(0 0 0 rgba(255,255,255,0.5));
    }
}

@keyframes shake{
    10%{
        transform: rotate(0);
    }
    30%{
        transform: rotate(15deg);
    }
    60%{
        transform: rotate(-15deg);
    }
    90%{
        transform: rotate(0);
    }
}

@keyframes fade{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@keyframes zoom-in{
    0%{
        opacity: 0;
        transform: scale(0.6);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fade-in{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@keyframes fade-up{
    0%{
        opacity: 0;
        transform: translateY(15px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-down{
    0%{
        opacity: 0;
        transform: translateY(-15px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
