* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0
}

::before, ::after {
    box-sizing: inherit;
    padding: 0;
    margin: 0;
    border: 0
}

html {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

main {
    display: block
}


ul, ol {
    list-style: none
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    clear: both;
    border-top: 1px solid
}

pre {
    font-family: monospace, monospace;
    font-size: inherit
}

address {
    font-style: inherit
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    border-bottom: none
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: inherit
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    vertical-align: bottom;
    border-style: none
}

embed, object, iframe {
    vertical-align: bottom;
    border: 0
}

button, input, optgroup, select, textarea {
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    vertical-align: middle;
    border: 0;
    outline: 0
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

select::-ms-expand {
    display: none
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
    cursor: default
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;

}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::-webkit-input-placeholder {
    font: inherit
}

:-ms-input-placeholder {
    font: inherit
}

::-ms-input-placeholder {
    font: inherit
}

::-moz-placeholder {
    font: inherit
}

::placeholder {
    font: inherit
}

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

caption {
    text-align: left
}

td, th {
    vertical-align: top
}

th {
    font-weight: bold;
    text-align: left
}

template {
    display: none
}

[hidden] {
    display: none
}

body {
    font-family: Microsoft JhengHei;
    font-size: calc(16px + var(--font-size));
    font-weight: 500;
    font-feature-settings: "palt";
    color: #333;
    transition: all .5s;
}


a, a:link, a:visited, a:hover, a:active, a:focus {
    text-decoration: none
}

@media (min-width: 1200px) and (max-width: 1599px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default
    }
}

@media (min-width: 1600px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default
    }
}

/*.container {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    padding-right: env(safe-area-inset-right);*/
/*    padding-left: env(safe-area-inset-left);*/
/*    overflow: hidden*/
/*}*/

@-webkit-keyframes fadeout-wait {
    from {
        z-index: 1000;
        opacity: 1
    }
    to {
        z-index: -1;
        opacity: 0
    }
}

@keyframes fadeout-wait {
    from {
        z-index: 1000;
        opacity: 1
    }
    to {
        z-index: -1;
        opacity: 0
    }
}

a,button,input,select{
    outline:none;
}
.container{
    max-width: 1628px;
}
.common-title{
    font-size: calc(30px + var(--font-size));
    color: #0E4A67;
    font-weight: bold;
}
.common-title2{
    font-size: calc(18px + var(--font-size));
    color: #0E4A67;
    text-decoration: underline;
}
.font-weight-bold{
    font-weight: bold;
}
form{
    margin-top: 15px;
}
.form-group{
    margin-bottom: 15px;
    overflow: hidden;
}
.form-group .form-control,.form-group .layui-form-select{
    height: 40px;
    border-radius: 5px;
    border: 1px solid #E1E1E1;
    background: #fff;
    font-size: calc(14px + var(--font-size));
}
.form-control:focus,button:focus,input:focus{
    box-shadow: initial !important;
}
select.form-control.active + .layui-form-select input{
    background: #eeeeee;
}
textarea.form-control{
    height: 200px !important;
}
.form-control:disabled{
    background: #cccccc !important;
}
.form-group label{
    margin-bottom: 10px;
    font-size: calc(16px + var(--font-size));
    color: #333333;
}
span.required{
    color: #ff0000;
}
.form-inline{
    overflow: hidden;
}
.form-inline .form-group{
    margin-bottom: 20px;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-inline.other .form-group{
    width: 100%;
}
.form-inline .form-group label{
    margin-right: 10px;
    margin-bottom: 0;
    white-space:nowrap;
}
.form-inline .form-group input{
    width: 100%;
}

/*button[type=submit],button[type=button]{*/
/*    width: 100%;*/
/*    height: 45px;*/
/*    border-radius: 5px;*/
/*    background: #277DA5;*/
/*    border: 0;*/
/*    color: #fff;*/
/*      font-size: calc(20px + var(--font-size));*/
/*}*/
/*button[data-dismiss=modal]{*/
/*    width: auto;*/
/*}*/
/*button[type=submit]:hover,button[type=submit]:active,button[type=submit]:focus{*/
/*    opacity: 0.8;*/
/*    background: #277DA5 !important;*/
/*    color: #fff !important;*/
/*    border: 0;*/
/*}*/
.bg1{
    background: #066110 !important;
}
/*button[type=submit].bg1:hover,button[type=submit].bg1:active,button[type=submit].bg1:focus{*/
/*    background: #066110 !important;*/
/*}*/
.layui-form-select dl dd.layui-this{
    background-color: #277DA5;
}
.bg2{
    color: #333 !important;
    background: #cccccc !important;
}

.bg3{
    background: #277DA5 !important;
}
/*button[type=submit].bg2:hover,button[type=submit].bg2:active,button[type=submit].bg2:focus{*/
/*    background: #cccccc !important;*/
/*    color: #333 !important;*/
/*}*/
.p-a{
    font-size: calc(18px + var(--font-size));
    color: #333333;
}
.p-a a,.common-a{
    color: #277DA5 !important;
    text-decoration: underline;
}
.common-a2{
    font-size: calc(16px + var(--font-size));
    padding: 5px 20px;
    color: #066110 !important;
    border-radius: 20px;
    border: 1px solid #066110;
    transition: all .5s;
}
.common-a2:hover{
    background: #066110;
    color: #fff !important;
}
.common-a3{
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff !important;
    font-size: calc(16px + var(--font-size));
    background: #f47223;
    transition: all .5s;
    display: inline-block;
}
.common-a3:hover{
    opacity: 0.8;
}

.message{
    font-size: calc(14px + var(--font-size))!important;
    color: #ff0000 !important;
}


.common-checkbox .layui-unselect{
    width: 100%;
    padding: 8px 15px;
    height: 50px !important;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}
.common-checkbox .layui-unselect span{
    font-size: calc(20px + var(--font-size));
    color: #333;
    line-height: initial;
    padding-left: 30px;
}
.common-checkbox .layui-unselect i{
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.common-checkbox.border .layui-unselect{
    border: 1px solid #cccccc !important;
}
.common-checkbox input[type="checkbox"]:checked ~ .layui-unselect {
    border: 1px solid #277DA5 !important;
}

.common-radio .layui-unselect{
    width: 100%;
    padding: 8px 15px;
    background: #fff;
    color: #333;
    font-size: calc(20px + var(--font-size));
    border-radius: 5px;
}

.common-radio .layui-form-radio{
    margin: 0;
    margin-bottom: 15px;
    border: 1px solid transparent;
}
.common-radio.border .layui-form-radio{
    border: 1px solid #cccccc;
}
.common-radio .layui-form-radio >div{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.common-radio .layui-form-radio .layui-icon{
    vertical-align: top;
    margin-top: 3px;
}
.common-radio .layui-form-radio *{
    font-size: calc(20px + var(--font-size));
}
.common-radio input[type="radio"]:checked ~ .layui-unselect {
    border: 1px solid #277DA5;
}
.common-radio.overflow .layui-form-radio{
    display: flex;
    min-height: 102px;
}
.common-radio.overflow .layui-form-radio >div{
    overflow: initial;
    white-space:normal;
}

.off{
    display: none !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}
input[type='number'] {
    -moz-appearance: textfield;
}
.common-child{
    width: 100%;
    background: #fff;
    margin-top: 15px;
}
.common-child h1{
    background: #277DA5;
    padding: 10px 25px;
    font-size: calc(20px + var(--font-size));
    color: #fff;
}
.common-child .child-box{
    padding: 15px 25px;
    border: 1px solid #cccccc;
}

@media (max-width: 992px) {
    .common-child h1{
        padding: 10px;
    }
    .common-child .child-box{
        padding: 15px 10px;
    }
    .panel-group .panel-title a{
        padding: 5px !important;
    }
}

.panel-group .panel-heading{
    padding: 0;
}
.panel-group .panel-title{
    display: flex;
    justify-content: space-between;
}
.panel-group .panel-title>div{
    display: flex;
}
.panel-group .panel-title a{
    font-size: calc(16px + var(--font-size));
    padding: 5px 15px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    margin-left: 15px;
    color: #fff;
    transition: all .5s;
}
.panel-group .panel-title a[aria-expanded=false] img,.panel-group .panel-title a[aria-expanded=false] span{
    display: none;
}
.panel-group .panel-title a[aria-expanded=false] img.off,.panel-group .panel-title a[aria-expanded=false] span.off{
    display: block !important;
}
.panel-group .panel-title a img{
    margin-right: 10px;
}
.panel-group .panel-title a:hover{
    border: 1px solid #066110;
    color: #066110;
}

.no-margin{
    margin: 0 !important;
}
.no-overflow{
    overflow: initial !important;
}

.table{
    margin-top: 30px;
}
.table th,.table td{
    border: 1px solid #dddddd;
    padding: 15px !important;
      font-size: calc(16px + var(--font-size));
}
.table th{
    background: #eeeeee;
}
.common-table{
    background: #fff;
}
.common-table th{
    background: #666666;
    color: #fff;
}

.common-desc{
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #f8ffee;
    margin: 30px 0;
}
.common-desc p{
      font-size: calc(20px + var(--font-size));
    color: #333;
}
.layui-upload-drag{
    width: 100%;
    background: #f6f6f6;
    border: 2px dashed #cccccc;
}
.layui-upload-drag p{
     font-size: calc(18px + var(--font-size));
    color: #333;
}
.common-tooltip{
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    right: 10px;
}
.common-tooltip:after{
    color: #26B99A;
    content: '\f059';
    font-family: FontAwesome;
    margin-left: 4px;
}
.layui-form-select{
    width: 100%;
}


.margin-bottom-10{
    margin-bottom: 10px;
}
.pages p{
    line-height: 1.5;
      font-size: calc(20px + var(--font-size));
    margin-bottom: 15px;
}
.pages h4{
      font-size: calc(20px + var(--font-size));
    color: #333;
    margin: 30px 0 15px;
    font-weight: bold;
}
.pages .table-responsive{
    background: #fff;
}
.pages .table-responsive .table{
    margin: 0;
}
.layui-collapse{
    border: 0;
}
.pages .layui-colla-item{
    border: 2px solid #fff !important;
    margin-bottom: 15px;
}
.pages .table th,.pages .layui-colla-title{
    background: #277DA5;
    color: #fff;
}
.pages .table td,.pages .table th,.pages .table p,.pages .table span{
      font-size: calc(18px + var(--font-size));
}
.pages ul {
    margin-top: 15px;
    padding-left: 30px;
}
.pages ul li{
    position: relative;
    line-height: 2;
    font-size: calc(18px + var(--font-size));
}
.pages ul li:after{
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
    display: table;
    content: ' ';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #277DA5;
}
.about p{
    margin: 5px 0;
    line-height: 2;
}
.about td:nth-child(2) p,.evaluation td p{
    padding-left: 30px;
    position: relative;
}
.about td:nth-child(2) p:before,.evaluation td p:before{
    display: table;
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}
.pages .layui-colla-item{
    border-color: #ccc;
}
.pages .layui-colla-title{
      font-size: calc(20px + var(--font-size));
    padding-left: 20px;
}
.pages .layui-colla-content{
    background: #fff;
    padding: 10px 20px;
}
.pages .layui-colla-content p{
    font-size: calc(18px + var(--font-size));
}
.pages .layui-colla-icon{
    right: 20px;
    left: initial;
}
.breadcrumb{
    background: #277DA5;
}
.breadcrumb li{
    color: #fff !important;
      font-size: calc(20px + var(--font-size));
}
@media (max-width: 992px) {
    .pages .layui-colla-title{
        height: auto !important;
        padding: 10px 21px 10px 10px !important;
        line-height: 26px !important;
    }
    .pages .layui-colla-icon{
        top: 10px;
        right: 10px !important;
    }
    .m-off{display: none;}
}



.toTop-arrow {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    background: #277DA5;
    cursor: pointer;
    position:fixed;
    right: 3rem;
    bottom: 8rem;
    display: none;
    z-index: 999;
    line-height: 30px;
    background-size: cover;
    border-radius: 5px;
    }


 .toTop-arrow .fa{
    color: #fff;
     font-size: calc(28px + var(--font-size));
}

.toTop-arrow:focus {outline: none;}




.grey{
 background: #F6F6F6 !important;
}

.greybg{
  background: #F6F6F6 url(../images/bg1.png) no-repeat center !important;
}



/**********************************************************************************************/


.more{
    text-align: center;
}
.more a{
    padding: 20px 80px;
    background: #277DA5;
    color: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.more a:hover{
     background: #fff;
     color: #277DA5 !important;
}

@media(max-width: 768px){
    .more a{
        padding: 10px 50px;
    }
}



.addresssection .address{display: flex;justify-content: flex-start;padding: 0 15px;}
.addresssection .address li{padding-right: 25px;position: relative;}
.addresssection .address li a{color: #333; font-size: calc(18px + var(--font-size));}
.addresssection .address li a:before {
    content: ">";
    position: absolute;
    color: #333;
    right: 0;
    margin-right: 6px;
}
.addresssection .address li:last-child a:before{
    display: none;
}




.page{
  width: 100%;
}
.page ul{display: flex;justify-content: center;align-items: center;margin: 30px auto;}

.page ul li{display: flex;align-items: center;justify-content: center;}

.page ul li span,.page ul li a{
    font-size: calc(16px + var(--font-size));
    width: 40px;height: 40px;margin: 0 3px;
    text-align: center;line-height: 40px;border-radius: 5px;
}

.page ul li a i{
 font-size: calc(20px + var(--font-size));
 color: #277DA5;
}
.page ul li a:hover i{color: #fff;}
.page ul li .active,.page ul li a:hover{background-color: #277DA5;color: #fff;}






.sectioncontent .container{
    display: flex;
    justify-content: space-between;
}

.sectioncontent .container .left{
    width: 20%;
    padding-left: 15px;
}
.sectioncontent .container .left .category{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border: 1px solid #277DA5;
    overflow: hidden;
    background-color: #fff;
}
.sectioncontent .container .left .category p{
    background-color: #277DA5;
    color: #fff;
    padding: 20px;
     font-size: calc(18px + var(--font-size));

}


.sectioncontent .container .left .category ul li.active{
    background: #A1DBEB;
}
.sectioncontent .container .left .category ul li.active a{
    color: #fff;
}

.sectioncontent .container .left .category ul li:hover{
    background: #A1DBEB;
}
.sectioncontent .container .left .category ul li:hover a{
   color: #fff;
}

.sectioncontent .container .left .category ul li a{
    color: #277DA5;
    border-bottom: 1px solid #DEDEDE;
    display: block;
     padding: 18px 0;
     margin: 0 20px;
     line-height: 1.42;
     font-size: calc(16px + var(--font-size));
}
.sectioncontent .container .left .category ul li:last-child a{
    border-bottom: none;
}

.sectioncontent .container .left .category2{
    margin-top: 50px;
    border-radius: 20px;
}
.sectioncontent .container .left .category2 p{
    background: #fff;
    color: #277DA5;
    border-bottom: 1px solid #277DA5;
    margin: 0 20px;
    padding: 20px 0;
}


.sectioncontent .container .right{
    width: 77%;
}







.padd100{
  padding-top: 100px;
  padding-bottom: 100px;
}
.padd90{
  padding-top: 90px;
  padding-bottom: 90px;
}
.padd80{
  padding-top: 80px;
  padding-bottom: 80px;
}
.padd70{
  padding-top: 70px;
  padding-bottom: 70px;
}
.padd60{
  padding-top: 60px;
  padding-bottom: 60px;
}
.padd40{
  padding-top: 40px;
  padding-bottom: 40px;
}
.padd30{
  padding-top: 30px;
  padding-bottom: 30px;
}
.padd20{
  padding-top: 20px;
  padding-bottom: 20px;
}
.padd10{
  padding-top: 10px;
  padding-bottom: 10px;
}

.paddtop100{
  padding-top: 100px;
}
.paddtop90{
  padding-top: 90px;
}
.paddtop80{
  padding-top: 80px;
}
.paddtop70{
  padding-top: 70px;
}
.paddtop60{
  padding-top: 60px;
}
.paddtop40{
  padding-top: 40px;
}
.paddtop30{
  padding-top: 30px;
}
.paddtop20{
  padding-top: 20px;
}
.paddtop10{
  padding-top: 10px;
}


.paddbottom100{
  padding-bottom: 100px;
}
.paddbottom90{
  padding-bottom: 90px;
}
.paddbottom80{
  padding-bottom: 80px;
}
.paddbottom70{
  padding-bottom: 70px;
}
.paddbottom60{
  padding-bottom: 60px;
}
.paddbottom40{
  padding-bottom: 40px;
}
.paddbottom30{
  padding-bottom: 30px;
}
.paddbottom20{
  padding-bottom: 20px;
}
.paddbottom10{
  padding-bottom: 10px;
}




@media (max-width: 1680px){
    .paddtop90{
      padding-top: 30px;
    }
    .padd60{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 1550px){
    .paddtop90{
      padding-top: 30px;
    }
    footer .padd60{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


@media (max-width: 1440px){

    .padd100{
      padding-top: 90px;
      padding-bottom: 90px;
    }
    .padd90{
      padding-top: 80px;
      padding-bottom: 80px;
    }
    .padd80{
      padding-top: 70px;
      padding-bottom: 70px;
    }
    .padd70{
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .padd60{
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .padd40{
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .padd30{
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .padd20{
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .padd10{
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .paddtop100{
      padding-top: 90px;
    }
    .paddtop90{
      padding-top: 30px;
    }
    .paddtop80{
      padding-top: 70px;
    }
    .paddtop70{
      padding-top: 60px;
    }
    .paddtop60{
      padding-top: 50px;
    }
    .paddtop40{
      padding-top: 30px;
    }
    .paddtop30{
      padding-top: 20px;
    }
    .paddtop20{
      padding-top: 20px;
    }
    .paddtop10{
      padding-top: 10px;
    }


    .paddbottom100{
      padding-bottom: 90px;
    }
    .paddbottom90{
      padding-bottom: 80px;
    }
    .paddbottom80{
      padding-bottom: 70px;
    }
    .paddbottom70{
      padding-bottom: 60px;
    }
    .paddbottom60{
      padding-bottom: 50px;
    }
    .paddbottom40{
      padding-bottom: 30px;
    }
    .paddbottom30{
      padding-bottom: 20px;
    }
    .paddbottom20{
      padding-bottom: 20px;
    }
    .paddbottom10{
      padding-bottom: 10px;
    }

}



@media (max-width: 960px){

    .padd100{
      padding-top: 80px;
      padding-bottom: 80px;
    }
    .padd90{
      padding-top: 70px;
      padding-bottom: 70px;
    }
    .padd80{
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .padd70{
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .padd60{
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .padd40{
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .padd30{
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .padd20{
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .padd10{
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .paddtop100{
      padding-top: 80px;
    }
    .paddtop90{
      padding-top: 20px;
    }
    .paddtop80{
      padding-top: 60px;
    }
    .paddtop70{
      padding-top: 50px;
    }
    .paddtop60{
      padding-top: 40px;
    }
    .paddtop40{
      padding-top: 30px;
    }
    .paddtop30{
      padding-top: 20px;
    }
    .paddtop20{
      padding-top: 20px;
    }
    .paddtop10{
      padding-top: 10px;
    }


    .paddbottom100{
      padding-bottom: 80px;
    }
    .paddbottom90{
      padding-bottom: 70px;
    }
    .paddbottom80{
      padding-bottom: 60px;
    }
    .paddbottom70{
      padding-bottom: 50px;
    }
    .paddbottom60{
      padding-bottom: 40px;
    }
    .paddbottom40{
      padding-bottom: 30px;
    }
    .paddbottom30{
      padding-bottom: 20px;
    }
    .paddbottom20{
      padding-bottom: 20px;
    }
    .paddbottom10{
      padding-bottom: 10px;
    }

}