body {
    /*background: url(../bg/bg01.jpg) no-repeat top center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    font-family: verdana, helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}

@media (max-width: 767px) {
    body {
        /*background: url(../bg/bg02.jpg) no-repeat top center fixed;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        font-family: verdana, helvetica, sans-serif;
        margin: 0;
        padding: 0;
        color: #333;
    }

}

  p { font: bold 20px;}
  .info { font: 14px; #c5161d; }
  .margin {margin-bottom: 2px;}
  .bg-1 {
      background-color: #D91A21; /* red c5161d */
      color: #ffffff;
  }
  .bg-2 {
      background-color: #DDDFE0; /* Dark Blue */
      color: #333;
  }
  .bg-3 {
      background-color: #ffffff; /* White */
      color: #555555;
  }
  .bg-4 {
      background-color: #9C782C; /* Black Gray */
      color: #fff;
  }
  .container-fluid {
      padding-top: 30px;
      padding-bottom: 30px;
  }
  .container-content {
      padding-top: 60px;
      padding-bottom: 60px;
  }
   .container-footer {
      padding-top: 30px;
      padding-bottom: 30px;
  }
.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    border-radius: 0;
    /*margin-bottom: 40px;*/
    /*margin-top: 20px*/ /*font-size: 12px;*/
}
  /*menu*/
  .navbar-nav {
      display: inline-block;
      float: none;
  }
  .navbar-collapse {
      text-align: center;
  }
  .menu-color {
      font-size:22px;
      text-align: center;
  }

  @media (min-width: 767px) {
   .navbar-header {
      /*display:none;*/
    }

   }
   @media (min-width: 767px) and (max-width: 992px) {
       .menu-color {
           font-size:16px;
           text-align: center;
       }
       .navbar-default .navbar-nav > li > a {
         /*padding-left: 4px;*/
       }
    }

    @media (min-width: 320px) and (max-width: 350px) {
        .menu-color {
            font-size: 12px;
            text-align: center;
        }
        .font-margin-top {
            margin-top: 30px;
        }

        .navbar-nav {
            float: left;
            margin: 0;
            display: table;
        }

        .navbar-nav > li {
            float: left;
        }

        .navbar-collapse .navbar-nav li {
            /*        padding-top: 20px;
*/ /*padding-bottom: 20px;*/
            /*border-bottom: 1px solid transparent;*/
            border-color: #1B4490;
            /* box-shadow: 0 3px 3px -3px #0079BF;*/
        }
   }


   .font-margin-top {
     margin-top: 0px;
   }
@media (min-width: 351px) and (max-width: 767px) {
    .menu-color {
        font-size: 16px;
        color: #FFF !important;
    }

    .font-margin-top {
        margin-top: 30px;
    }

    .navbar-nav {
        float: left;
        margin: 0;
        display: table;
    }

        .navbar-nav > li {
            float: left;
        }

    .navbar-collapse .navbar-nav li {
        /*        padding-top: 20px;
*/ /*padding-bottom: 20px;*/
        /*border-bottom: 1px solid transparent;*/
        border-color: #1B4490;
        /* box-shadow: 0 3px 3px -3px #0079BF;*/
    }
}
  @media (min-width: 768px) and (max-width: 991px) {
      .menu-color {
          font-size:18px;
          color: #FFF !important;
      }
      .navbar-default .navbar-nav > li > a {
        /*padding-left: 4px;*/
      }
  }

.navbar-default {
    /*background-color: rgba(255, 255, 255, 0.5);*/
    background-color: #F1F1F1;
    border-color: transparent;
    background-image: none;
    box-shadow: none;
    /*height: 98px;*/
}
    .navbar-default .navbar-nav > li > a {
        color: #1B4490;
    }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #FFF;
        background-color: #2FAAE1;
        /*text-shadow: 1px 1px 1px #000,1px 1px 1px #000,1px 1px 1px #000,1px 1px 1px #000;*/
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #003182;
        background-color: transparent;
        text-shadow: 1px 1px 1px #000,1px 1px 1px #000,1px 1px 1px #000,1px 1px 1px #000;
    }

@media (max-width: 767px) {
    .navbar-nav {
        display: block;
        float: left;
    }
    .navbar-collapse {
        text-align: left;
    }
    .navbar-default {
        /*background-color: transparent;*/
        border-color:transparent;
        background-image:none;
        box-shadow:none;
    }
        .navbar-default .navbar-nav > li > a {
            color: #1B4490;
            /*text-shadow: 1px 1px 1px #000,1px 1px 1px #000,1px 1px 1px #000,1px 1px 1px #000;*/
            margin-left: 0;
            border-radius: none;
            border: none;
            box-shadow: none;
            padding: 1px 10px
        }
        .navbar-default .navbar-nav > .active > a,
        .navbar-default .navbar-nav > .active > a:hover,
        .navbar-default .navbar-nav > .active > a:focus {
            color: #FFF;
            /*background-color: #1B4491;*/
        }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
    background-color: transparent;
  }
}

  .btn-file {
      position: relative;
      overflow: hidden;
  }
  .btn-file input[type=file] {
      position: absolute;
      top: 0;
      right: 0;
      min-width: 100%;
      min-height: 100%;
      font-size: 100px;
      text-align: right;
      filter: alpha(opacity=0);
      opacity: 0;
      outline: none;
      background: white;
      cursor: inherit;
      display: block;
  }

  #img-upload{
      width: 50%;
  }
/*
  .modal-body {
      max-height: calc(100vh - 100px);
      overflow-y: auto;
  }
*/

p.clr, .clr { clear:both; padding:0; margin:0; }
p.padding, .padding { clear:both; padding:2px 0 2px 0; margin:2px 0 2px 0; }
.pad-left-10 { padding-left: 10px; }
.margin-left-10 { margin-left: 10px; }
.pad-left-20 { padding-left: 20px; }
.font20center{ font-size: 20px; color: #333; line-height:26px; text-align:center; }
.font20 {
    font-size: 20px;
    color: #0a4239;
    line-height: 20px;
    text-align: center;
}
.font_checkbox { font-size: 16px; color: #333; line-height:18px; font-weight:normal; text-align: left;}
.font18{ font-size: 18px; color: #333; line-height:18px; text-align: left;}
.font18center{ font-size: 18px; color: #333; line-height:22px; text-align:center; font-weight: bold;}

.font13{ font-size: 13px; color: #333; line-height:15px; text-align: center; font-weight:normal;}
.font14{ font-size: 13px; color: #333; line-height:15px; text-align: left; font-weight:normal;}
.font15{ font-size: 14px; color: #333; line-height:15px; text-align: left; font-weight:normal;}
.font16{ font-size: 16px; color: #0a4239; line-height:25px; text-align: center;}
.font16b{ font-size: 16px; color: #333; line-height:24px; text-align: center;}
.font12topic{ font-size: 12px; color: #333; line-height:20px; text-align: center; text-decoration: underline;}
.font14center{ font-size: 14px; color: #333; line-height:20px; text-align: center; }
.font12{ font-size: 13px; color: #d30000; line-height:20px; text-align: center; }

.font-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}
.font-right{
    text-align: right;
}
.font-confirm{
    font-size: 16px; color: #333; line-height:24px;font-weight:normal;
}
.font-confirm .row{
    padding-left:12px;
    padding-right: 12px;
}

#myModal .font18{ font-size: 18px; color: #d30000; line-height:18px; text-align: left; font-weight:bold;}
#myModal .font14{ font-size: 14px; color: #333; line-height:18px; text-align: left; font-weight:normal;}
#myModal .font14 span { font-size: 14px; color: #003fb3; line-height:18px; text-align: left; font-weight:bold;}

.font-topicck {
    font-size: 24px;
    color: #000;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    padding: 10px 5px;
    /*  text-shadow: -2px 0 #FFF, 0 2px #FFF, 2px 0 #FFF, 0 -2px #FFF;*/
}

.font-topicqty {
    font-size: 36px;
    color: #1B4490;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    padding: 10px 5px;
    /*  text-shadow: -2px 0 #FFF, 0 2px #FFF, 2px 0 #FFF, 0 -2px #FFF;*/
}

.font-topic{
  font-size: 28px;
  color: #333;
  line-height:22px;
  text-align:center;
  font-weight: bold;
  padding: 10px 5px;
/*  text-shadow: -2px 0 #FFF, 0 2px #FFF, 2px 0 #FFF, 0 -2px #FFF;*/
}
.font-topichd {
    font-size: 30px;
    color: #333;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    padding: 10px 5px;
    /*  text-shadow: -2px 0 #FFF, 0 2px #FFF, 2px 0 #FFF, 0 -2px #FFF;*/
}

.font-subtopic{
  font-size: 14px;
  color: #333;
  line-height:20px;
  text-align:left;;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.font-subtopic-black{
  font-size: 14px;
  color: #333;
  line-height:20px;
  text-align:left;;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
/*  text-shadow: -2px 0 #FFF, 0 2px #FFF, 2px 0 #FFF, 0 -2px #FFF;*/
}

/*@media only screen and (max-width: 767px) {
    #slide-navbar-collapse {
        position: fixed;
        top: 0;
        left: 15px;
        z-index: 99;
        width: 280px;
        height: 100%;
        background-color: #D8F1FF;
        overflow: auto;
    }
  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);*/
    /* IE7 & 8 */
    /*position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
  }
}*/

.content-box-50 {
    border: 1px solid transparent;
    border-color: #CCC;
    border-radius: 8px;
    background-color: #FFF; opacity: 0.9;
    color: #333;
		width: 50%;
			padding: 20px 30px;
			margin: auto;
}
.content-box-confirm {
    border: 1px solid transparent;
    border-color: #CCC;
    border-radius: 8px;
    background-color: #FFF; opacity: 0.9;
    color: #333;
		width: 50%;
			padding:  30px 5px 5px 5px;
			margin: auto;
}
.content-box-data {
    border: 1px solid transparent;
    border-color: #CCC;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #333;
		width: 100%;
        height: 100vh;
			padding:  20px 5px 5px 5px;
             overflow-x: hidden;
             overflow-y: auto;
}
.content-box-policy {
    border: 1px solid transparent;
    border-color: #CCC;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #333;
		width: 50%;
			padding: 40px 10px;
			margin: 30px auto;

/*
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);*/
}
.content-box-search {
    border: 1px solid transparent;
    border-color: #CCC;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #333;
		width: 50%;
			padding: 10px 10px;
			margin: 10px auto;
}
.header-topic-1 {
  display: block
}
.header-topic-2 {
  display: none
}
.data-1 {
  display: block
}
.data-2 {
  display: none
}
@media (max-width: 767px) {
		.content-box-50 {
		    border: 1px solid transparent;
		    border-color: #CCC;
		    border-radius: 8px;
		    background-color: #FFF; opacity: 0.9;
		    color: #333;
				width: 90%;
					padding:  20px 10px 20px 10px;
					margin: auto;
		}
        .content-box-confirm {
		    border: 1px solid transparent;
		    border-color: #CCC;
		    border-radius: 8px;
		    background-color: #FFF; opacity: 0.9;
		    color: #333;
				width: 100%;
					padding:  30px 5px 5px 5px;
					margin: auto;
		}
        .content-box-policy {
            border: 1px solid transparent;
            border-color: #CCC;
            border-radius: 8px;
            background-color: rgba(255, 255, 255, 0.5);
            color: #333;
        		width: 90%;
        			padding: 50px 10px;
        			margin: 30px auto;
        }
        .content-box-search {
            border: 1px solid transparent;
            border-color: #CCC;
            border-radius: 8px;
            background-color: rgba(255, 255, 255, 0.5);
            color: #333;
        		width: 90%;
        			padding: 10px 10px;
        			margin: 10px auto;
        }
    .header-topic-1 {
      display: none
    }
    .header-topic-2 {
      display: block
    }
    .data-1 {
      display: none
    }
    .data-2 {
      display: block
    }
    .font-topic {
        font-size: 22px;
        color: #333;
        line-height: 22px;
        text-align: center;
        font-weight: bold;
        padding: 10px 5px;
        /*  text-shadow: -2px 0 #FFF, 0 2px #FFF, 2px 0 #FFF, 0 -2px #FFF;*/
    }
    .font-topicck {
        font-size: 20px;
        color: #000;
        line-height: 22px;
        text-align: center;
        font-weight: bold;
        padding: 10px 5px;
        /*  text-shadow: -2px 0 #FFF, 0 2px #FFF, 2px 0 #FFF, 0 -2px #FFF;*/
    }
    .font-topicqty {
        font-size: 32px;
        color: #1B4490;
        line-height: 22px;
        text-align: center;
        font-weight: bold;
        padding: 10px 5px;
        /*  text-shadow: -2px 0 #FFF, 0 2px #FFF, 2px 0 #FFF, 0 -2px #FFF;*/
    }
}

.font12left{ font-size: 16px; color: #333; line-height:18px; text-align: left; padding:10px 0 20px 0px  }

.content-box {
    border: 1px solid #C4C4C4;
    /*border-color: 1px solid #C4C4C4;*/
    border-radius: 15px;
    background-color: #FBFBFB;
    color: #333;
    width: 100%;
    padding: 0 10px 20px 10px;
    margin: auto;
}
@media (max-width: 767px) {
    .content-box {
        border: 1px solid #C4C4C4;
        /*border-color: #CCC;*/
        border-radius: 15px;
        background-color: #FBFBFB;
        color: #333;
        width: 100%;
        padding: 0 10px 20px 10px;
        margin: auto;
    }
        .font12left{ font-size: 12px; color: #333; line-height:18px; text-align: left; padding:10px 0 20px 0px  }

    .font20 {
        font-size: 14px;
        color: #0a4239;
        line-height: 20px;
        text-align: center;
    }

}

.img-float {
  margin-top: -20px;
}

#tableList {
  width: 100%;
	height: 280px;
	overflow: auto;
}


.img-resize {
		width: 45%;
}
@media (max-width: 767px) {
  .img-resize {
      width: 90%;
  }
}

.col-xs-3, .col-xs-4, .col-xs-5 {
 position: relative;
 min-height: 1px;
 padding-right:2px; /*jib 2090207 15px; */
 padding-left:2px; /*jib 2090207 15px; */
}

@media (min-width: 768px) {
    .abs-center-x {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

.bubble {
    position: relative;
    background: #3669ab;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 2.2;
    text-align: center;
    width: 60%;
    height: auto;
    border-radius: 30px;
    padding: 0px;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: -50px;
}

.bubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 0 27px 24px 0;
    border-color: transparent #3669ab transparent transparent;
    bottom: -24px;
    left: 84%;
    margin-left: -13.5px;
}

@media (max-width: 767px) {
    .bubble {
        position: relative;
        background: #3669ab;
        color: #FFFFFF;
        font-size: 20px;
        line-height: 2.5;
        text-align: center;
        width: 80%;
        height: auto;
        border-radius: 30px;
        padding: 0px;
        box-sizing: border-box;
        margin-top: 30px;
        margin-bottom: -45px;
    }

}