@charset "utf-8";
/*
 CSS Create by 2fellows
*/
.filter-topright .container{
  position: relative;
}
.filter-search .form-control{
  /* background-image: url(../images/ic-search.png); */
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 15px center;
  border: 2px solid #12b7c8;
  border-radius: 10px;
  height: 50px;
  width: 100%;
}
.box-filter-birthday>div{
  float: left;
  margin-right: 20px;
  display: inline-block;
}
.box-filter-birthday{
  display: inline-block;
}
.box-filter-birthday .form-control,
.box-filter-birthday .filter-select select.form-control{
  width: 120px;
}
.box-filter-birthday .text-input2f{
  display: flex;
  align-items: center;
}
.box-filter-birthday .text-input2f:first-child{
  margin-right: 90px;
}
.filter-select select.form-control{
  background-image: url(../images/bg-select.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 10px center;
  background-size: auto 15px;
  -webkit-appearance: none;
  border-radius: 10px;
  height: 50px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
}
.box-input2f select{
  background-image: url(../images/bg-select.svg);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right 10px center;
  background-size: auto 15px;
  background-repeat: no-repeat;
}
.filter-content{
  max-width: 690px;
  position: absolute;
  top: -90px;
  right: 15px;
  width: 100%;
}
.head-thumbnail2f{
  margin-bottom: 30px;
}
.head-thumbnail2f .img-thumbnail2f{
  padding-top: 56.25%;
}
.t-category,
.t-category a{
  color: #02b2c3;
  font-size: 23px;
  line-height: 30px;
}
.box-article-des2f .title2f a{
  color: #1d3359;
  font-size: 40px;
  line-height: 40px;
  display: block;
  margin-bottom: 10px;
  height: 82px;
  overflow: hidden;
  padding-top: 5px;
}
.box-article-des2f .title2f a:hover{
  color: #02b2c3;
}
.box-article-des2f .title2f p{
  word-break: break-word;
  height: 82px;
  display: block;
  overflow: hidden;
}
.box-article-des2f .title2f{
  margin-bottom: 50px;
}
/*
.head-thumbnail2f .box-article-des2f > ul > li,
.list-view2f ul li{
  position: relative;
  margin-right: 10px;
  color: #7c9abc;
  font-size: 20px;
  line-height: 20px;
  padding-left: 0;
}
*/
.head-thumbnail2f .box-article-des2f > ul > li:last-child,
.list-view2f ul li:last-child{
  margin-right: 0 !important;
}
.list-view2f ul li a{
  color: #7c9abc;
}
.list-view2f ul li a:hover{
  color: #1D335A;
}
/*
.head-thumbnail2f .box-article-des2f > ul > li::after,
.list-view2f ul li::after{
  content: '';
  position: absolute;
  width: 1px;
  height: 13px;
  background-color: #7c9abc;
  top: 5px;
  right: -5px;
}*/
.head-thumbnail2f .box-article-des2f > ul > li:last-child::after,
.list-view2f ul li:last-child::after{
  display: none;
}
.list-view2f ul li img{
  margin-right: 5px;
}
li.list-share2f ul li:after{
  display: none;
}
li.list-share2f ul li{
  margin-right: 0;
  padding: 0;
  position: relative;
  top: 5px;
}
li.list-share2f ul li img{
  margin-right: 0;
  height: 20px;
}
.article-thumbnail2f .box-thumbnail2f{
  margin-bottom: 60px;
  float:left;
  width:100%;
}
.article-thumbnail2f .box-thumbnail2f .img-thumbnail2f{
  padding-top: 56.25%;
  margin-bottom: 30px;
}
.article-thumbnail2f .box-article-des2f .title2f{
  margin-bottom: 25px;
}
.box-pagination2f{
  text-align: center;
}
.box-pagination2f .pagination>li>a{
  width: 50px;
  height: 50px;
  font-size: 25px;
  line-height: 20px;
  font-family: arial;
  color: #535355;
  margin: 3px;
  background-color: transparent;
  border-color: transparent;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 14px 10px;
  text-align: center;
}

.box-pagination2f .pagination>li>a.active,
.box-pagination2f .pagination>li>a:focus,
.box-pagination2f .pagination>li>a:hover{
  background-color: #01b2c3;
  color: #fff;
  border-color: transparent;
}

.box-pagination2f .pagination>li>a.prev2f {
  background-image: url(../images/prev-blue02.png);
  background-position: center;
}
.box-pagination2f .pagination>li>a.prev-left {
  background-image: url(../images/prev-blue01.png);
}
.box-pagination2f .pagination>li>a.prev2f:focus,
.box-pagination2f .pagination>li>a.prev2f:hover {
  /* background-image: url(../images/prev-blue-hover02.png); */
  background-color: transparent;
}
.box-pagination2f .pagination>li>a.next2f {
  background-image: url(../images/next-blue02.png);
  background-position: center;
}
.box-pagination2f .pagination>li>a.next-right {
  background-image: url(../images/next-blue01.png);
}

.box-pagination2f .pagination>li>a.next2f:focus,
.box-pagination2f .pagination>li>a.next2f:hover {
  /* background-image: url(../images/next-blue-hover02.png); */
  background-color: transparent;
}
/*
.list-view2f .social_wrap{
  background-image: url(../images/ic-share.svg);
  height: auto;
  top: 0;
}
.list-view2f .social_wrap>.social_wrapper li{
  margin-right: 0;
}
.list-view2f .social_wrapper li a img{
  margin-right: 0;
}
.list-view2f .social_wrap.active .social_wrapper{
  right: 0;
}
.share-rss{
  position: absolute;
  top: 4px;
  right: -30px;;
}
.list-view2f .share-page{
  margin-bottom: 0;
  position: relative;
  top: 10px;
  padding-left: 0;
}
*/
/* .topic-article-list {
  margin-bottom:70px;
} */
/*css content-value*/
.content-value{
  margin-top: 95px;
}
.topic-value{
  text-align: center;
  margin-bottom: 100px;
}
.topic-value span{
  font-size: 472px;
  line-height: 255px;
}
.t-color-01{
  color: #01B2C3;
}
.t-color-02{
  color: #59AFCF;
}
.t-color-03{
  color: #1894D6;
}
.t-color-04{
  color: #1D335A;
}
.bg-value-01{
  background-color: #01B2C3;
}
.bg-value-02{
  background-color: #59AFCF;
}
.bg-value-03{
  background-color: #1894D6;
}
.bg-value-04{
  background-color: #1D335A;
}
.box-value-color{
  margin-bottom: 30px;
}
.box-value-color ul li{
  width: 25%;
  float: left;
  height: 80px;
}
.list-value ul li{
  width: 25%;
  float: left;
}
.box-list-value{
  text-align: center;
}
.box-list-value .img-list-value{
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}
.box-list-value .img-list-value a img{
  height: 134px;
  margin-bottom: 15px;
}
.detail-list-value a{
  display: block;
  font-size: 50px;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
}
.detail-list-value p{
  text-align: center;
  max-width: 190px;
  word-break: break-word;
  margin: 0 auto;
  height: 50px;
  overflow: hidden;
}
/*plan-policy*/
.box-bg-editor{
  position: absolute;
  width: 855px;
  height: 100%;
  background-color: #00B2C3;
  top: 0;
  left: 15px;
}
.box-text-policy{
  z-index: 10;
  position: relative;
  padding: 40px;
  padding-right: 0;
  color: #fff;
}
.box-text-policy h4,
.box-text-policy p{
  color: #fff;
}
.box-text-policy p{
  margin-bottom: 0;
}
.box-img-policy{
  margin-top: 60px;
}
.plan-policy .layout-text-about{
  margin: 0;
  position: relative;
  top: -20px;
}
.box-authority .wrapper-about-temtext02 .layout-img-about::before{
  height: calc(100% - 20px);
}
.box-authority .layout-text-about ol li p{
  margin-bottom: 0;
}
.box-authority .layout-text-about{
  padding-left: 20px;
}
.box-authority h4{
  margin-bottom: 60px;
}
.content-gallery .head-thumbnail2f .list-view2f{
  text-align: right;
}
.content-gallery .t-category{
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 5px;
}
.box-images-title2f{
  margin-bottom: 5px;
}
.box-images-title2f a{
  font-size: 25px;
  line-height: 30px;
  color: #1D335A;
  font-family: 'DBHeavent_BoldCond';
  display: inline-block;
  height: 30px;
  overflow: hidden;
}
.box-images-title2f a:hover{
  color: #02b2c3;
}
.box-images-title2f a span{
  position: relative;
  top: 5px;
  margin-left: 5px;
}
.box-images-title2f a span img{
  height: 20px;
}
.list-view2f ul.social_wrappere li:after{
  display: none;
}
.content-gallery .head-right-thumbnail2f .list-view2f{
  text-align: left;
}
.head-right-thumbnail2f .img-thumbnail2f{
  /* padding-top: 52.8%; */
  padding-top: 63%;
  margin-bottom: 20px;
}
.head-right-thumbnail2f .box-thumbnail2f:last-child{
  margin-bottom: 0;
}
.head-right-thumbnail2f{
  background-color: #fff;
  padding: 30px 20px;
}
.head-right-thumbnail2f .box-thumbnail2f{
  margin-bottom: 30px;
}
.gallery-thumbnail2f .box-thumbnail2f{
  margin-bottom: 40px;
}
.box-pagin2f .pagination{
  margin: 30px 0;
}
.head-right-thumbnail2f .img-thumbnail2f .btnplay{
  width: 50px;
  height: 50px;
}
.content-collapse .panel-heading{
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  position: relative;
}
.content-collapse .panel-default{
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
  margin-top: 5px;
}
.content-collapse .panel-heading h4 a{
  display: block;
  color: #fff;
  background-color: #1D335A;
  min-height: 80px;
  padding: 25px 35px;
  font-size: 30px;
  line-height: 30px;
  border-radius: 10px;
  background-image: url(../images/ic-down.svg);
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 47px;
  height: auto !important;
}
.content-collapse .panel-group .panel-heading+.panel-collapse>.panel-body{
  padding: 0;
  border-top: 0;
}
.content-collapse .panel-heading .panel-title a.collapsed{
  background-image: url(../images/ic-up.svg);
  padding-right: 100px;
}
.box-report-project .filter-select,
.box-subcommittee .filter-select,
.content-collapse-list .filter-select,
.box-winners .filter-select {
  max-width: 750px;
  margin-bottom: 30px;
}
.box-head-report{
  background-color: #1D335A;
  font-size: 40px;
  line-height: 30px;
  color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  /*height: 80px;*/
  margin-top: 20px;
}
.box-report-project .content-tablelist2f{
  margin-bottom: 30px;
}
.box-report-list{
  margin-bottom: 25px;
}
.box-report-project .box-report-list:last-child{
  margin-bottom: 0;
}
.box-report-list h5{
  color: #1D335A;
  margin-bottom: 10px;
}
.box-report-list ul li a{
  display: inline-block;
  font-size: 25px;
  line-height: 28px;
  color: #666666;
  padding-left: 20px;
}
.box-report-list ul li a:hover{
  color: #1D335A;
}
.box-report-list ul li{
  background-image: url(../images/list-star.svg);
  background-position: left top 7px;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 25px;
}
.content-tab .control-tab .r-tabs .r-tabs-nav .r-tabs-anchor{
  height: 80px;
  color: #12B7C7;
  width: 295px;
  text-align: center;
  font-size: 34px;
  line-height: 40px;
  padding: 20px 15px;
}
.content-tab .control-tab .r-tabs .r-tabs-nav .r-tabs-tab{
  background-color: transparent;
  border: 1px solid #12B7C7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0;
  overflow: hidden;
}
.content-tab .control-tab .r-tabs .r-tabs-nav .r-tabs-state-active{
  background-color: #12B7C7;
}
.content-tab .control-tab .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor{
  background-color: #12B7C7;
  color: #fff;
}
.content-tab .control-tab .r-tabs .r-tabs-panel {
  background-color: transparent;
}
.content-tab .content-tablelist2f .table tbody tr{
  height: 60px;
}
.content-tab .content-tablelist2f .table thead tr{
  border-top-left-radius: 0;
}
.content-editor .box-head-report,
.service-editor2f .box-head-report{
  margin-bottom: 20px;
  font-size: 30px;
}
.service-editor2f .content-tablelist2f>p,
.content-editor .content-tablelist2f>p{
  text-align: center;
}
.service-editor2f ol,
.content-editor ol{
  padding-left: 20px;
  margin-bottom: 20px;
}
.service-editor2f ol li p,
.content-editor ol li p{
  margin-bottom: 0;
}
.btn-add button{
  width: 150px;
  position: absolute;
  top: 0;
  right: 0;
}
.topic-vocab h3{
  color: #1D335A;
  font-size: 50px;
  line-height: 45px;
}
.topic-vocab{
  position: relative;
  margin-bottom: 40px;
}
.content-vocab .content-tablelist2f .table>tbody>tr>td{
  padding: 10px 20px;
  font-size: 25px;
}
.content-vocab .vocab-table{
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  height: 40px;
}
.content-vocab .vocab-table a{
  display: inline-block;
  border: 1px solid #DDDDDD;
  background-color: #fff;
  color: #1D3359;
  padding: 7px 15px;
  border-radius: 6px;
  margin-right: 80px;
  position: relative;
}
.content-vocab .vocab-table a:hover{
  background-color: #1D3359;
  color: #fff;
}
.vocab-table img{
  height: 30px;
  margin-right: 25px;
  position: absolute;
  top: 5px;
  left: 0;
}
.content-vocab .vocab-table a.vocab-link{
  color: #666666;
  font-size: 25px;
  padding-left: 50px;
  position: relative;
  margin-right: 40px;
  display: inline-block;
  background-color: transparent;
  border: none;
}
.content-vocab .vocab-table a.vocab-link:hover{
  color: #1D3359;
}
.content-vocab .vocab-table a.vocab-link::after{
  display: none;
}
.vocab-table span:last-child{
  text-align: right;
  position: absolute;
  top: 7px;
  right: 0;
  padding-left: 0;
  margin-right: 0;
}
.content-vocab .vocab-table a::after{
  content: '';
  position: absolute;
  top: 4px;
  left: -30px;
  height: 30px;
  width: 1px;
  background-color: #BBBBBB;
}
.content-vocab .content-tablelist2f .table>tbody>tr{
  height: 80px;
}
.box-left-busines{
  position: relative;
}
.detail-business{
  padding-left: 50px;
  margin-bottom: 30px;
  position: relative;
}
.detail-business h3{
  color: #666666;
  font-size: 30px;
  line-height: 36px;
  display: inline-block;
  margin-bottom: 5px;
}
.detail-business p{
  color: #666666 !important;
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 30px;
  font-family: 'DBHeavent_Cond' !important;
}
.detail-business span{
  color: #666666 !important;
  font-family: 'DBHeavent_Cond' !important;
}
.detail-business span.prefix{
      min-width: 30px;
    display: inline-block;
    text-align: center;
}
.detail-business>img{
  position: absolute;
  left: 0;
  top: 4px;
  max-height: 30px;
}
.detail-business .detail-asset{
  float: none;
}
.detail-business .detail-asset ul li{
  color: #666666;
  font-size: 20px;
  line-height: 24px;
}
.detail-business .detail-asset ul li::before{
  height: 18px;
  background-color: #BBBBBB;
  top: 3px;
}
/* .detail-business .detail-asset{
  float: none;
}
.detail-business .detail-asset ul li,
.detail-business .detail-asset ul li a{
  font-size: 20px;
  line-height: 24px;
  color: #666666;
  position: relative;
  padding-right: 10px;
}
.detail-business .detail-asset ul li a img{
  margin-right: 10px;
}
.detail-businesss .detail-asset ul li::after{
  content: '';
  position: absolute;
  width: 1px;
  height: 18px;
  background-color: #BBBBBB;
  right: 0;
  top: 3px;
}
.detail-business .detail-asset ul li::before{
  display: none;
} */
.btn-edit{
  text-align: right;
}
.btn-edit .btn{
  max-width: 150px;
  width: 100%;
}
.detail-business .detail-asset ul li:last-child::after{
  display: none;
}
.box-right-business .des-compare{
  padding-left: 0;
}
.box-right-business .layout-compare span{
  color: #19418E;
  font-size: 25px;
  line-height: 30px;
}
.box-right-business .layout-btn-center{
  text-align: left;
}
.box-right-business{
  border-left: 1px solid #BBBBBB;
  padding-left: 30px;
}
.box-business-list02 .detail-business{
  padding-left: 40px;
}
.box-business-list02 .col-md-10 .detail-business{
  border-left: 1px solid #BBBBBB;
  padding-left: 30px;
  margin-bottom: 0;
}
.detail-business .detail-asset{
  margin-bottom: 30px;
}
.box-control-form{
  max-width: 590px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  padding: 40px 50px 40px 40px;
  border-radius: 10px;
}
.content-form .text-input2f label,
.box-control-form .text-input2f label{
  position: relative;
  padding-right: 10px;
}
.content-form .text-input2f label::after,
.box-control-form .text-input2f label::after{
  content: '*';
  color: red;
  position: absolute;
  top: 0;
  right: 0;
}
.text-input2f{
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  color: #1D335A;
  font-size: 30px;
  line-height: 36px;
}
.link-login{
  text-align: right;
  margin-bottom: 25px;
}
.link-login a{
  color: #F89A07;
  font-size: 22px;
  line-height: 20px;
  display: inline-block;
  margin-right: 20px;
  border-bottom: 1px solid #F89A07;
}
.link-login a:last-child{
  margin-right: 0;
}
.link-login a:hover{
  color: #1d3359;
  border-color: #1d3359;
}
.box-login .box-input2f:last-child{
  margin-bottom: 10px !important;
}
.form-login{
  min-height: 450px;
}
.content-form .box-head-report{
  height: 60px;
  font-size: 35px;
  padding: 15px 30px;
}
.content-form .box-form:first-child .box-head-report,
.content-form .box-form:last-child .box-head-report{
  background-color: #01B2C4;
}
.control-form{
  padding: 0 30px;
  position: relative;
  margin: 40px 0 20px 0;
}
.content-form .box-profile .box-form:first-child .control-form{
  padding-left: 260px;
  margin: 80px 0 80px 0;
  border-color: #C6C6C6;
}
.avatar-wrapper {
	 position: relative;
	 height: 185px;
	 width: 185px;
	 border-radius: 100%;
	 overflow: hidden;
	 transition: all 0.3s ease;
   border: 5px solid #4393D0;
   box-shadow: 0 0 10px rgba(0,0,0,0.2);
   background-image: url(../images/avatar.png);
   background-repeat: no-repeat;
   background-size: 100%;
   background-color: #fff;
}
 .avatar-wrapper:hover {
	 transform: scale(1);
	 cursor: pointer;
}
 .avatar-wrapper .profile-pic {
	 height: 100%;
	 width: 100%;
	 transition: all 0.3s ease;
}
 .avatar-wrapper .profile-pic:after {
	 content: "";
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 position: absolute;
   width: 100%;
   height: 100%;
	 background-color: #fff;
	 text-align: center;
   background-image: url(../images/avatar.png);
   background-repeat: no-repeat;
   background-size: 100%;
}
 .avatar-wrapper .upload-button {
	 position: absolute;
	 top: 0;
	 left: 0;
	 height: 100%;
	 width: 100%;
}
 .avatar-wrapper .upload-button .fa-arrow-circle-up {
	 position: absolute;
	 font-size: 234px;
	 top: -17px;
	 left: 0;
	 text-align: center;
	 opacity: 0;
	 transition: all 0.3s ease;
	 color: #34495e;
}
.box-upload-profile .avatar-wrapper .upload-button:hover .fa-arrow-circle-up {
	 opacity: 0.9;
}
.box-upload-profile{
  position: absolute;
  left: 30px;
  bottom: 0;
  margin-bottom: -10px;
}
.content-form .text-input2f{
  font-size: 25px;
  line-height: 30px;
  color: #666666;
}
.text-red{
  color: red;
  font-size: 25px;
  line-height: 30px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.box-form .box-checkbox-content .input2f{
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.box-form .box-checkbox-content label{
  color: #666666;
  font-size: 25px;
  line-height: 30px;
}
.content-form .layout-btn-center,
.form-login .layout-btn-center{
  max-width: 330px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.content-form .layout-btn-center .btn,
.form-login .layout-btn-center .btn{
  margin: 0;
}
.content-form .box-register .box-form:first-child .control-form{
  padding-right: 290px;
  margin: 40px 0 20px 0;
}
.box-register .layout-dropzone{
  padding: 0 30px;
  margin-bottom: 60px;
}
.box-register .layout-dropzone .dropzone{
  background-color: #F0F2F8;
  background-image: url(../images/bg-dropzone02.png);
}
.box-forgot .box-control-form{
  max-width: 555px;
  padding: 40px 70px;
}
.form-login .layout-btn-center{
  margin-bottom: 0;
}
.box-forgot .box-input2f{
  margin-bottom: 30px;
}
.content-job-list .content-tablelist2f .layout-btn-center{
  margin-right: 15px;
  width: 245px;
}
.content-job-list .content-tablelist2f .layout-btn-center .btn{
  margin: 0;
  width: 115px;
  max-width: inherit;
}
.btn-orange{
  width: 100%;
  max-width: 150px;
  height: 50px;
  background-color: #F89A07;
  border: 2px solid #F89A07;
  border-radius: 10px;
  font-size: 25px;
  color: #fff;
}
.btn-orange:hover{
  background-color: #666;
  color: #fff;
  border-color: #666;
}
.content-job-list .content-tablelist2f .job-link a{
  display: inline-block;
  color: #1D335A;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 15px;
}
.content-job-list .content-tablelist2f .job-link a:hover{
  color: #02b2c3;
}
.content-job-list .content-tablelist2f .table>tbody>tr>td{
  padding: 15px 30px;
}
.content-fullcalendar2f .fc-head tr{
  height: 50px;
}
.content-fullcalendar2f .fc-head tr th{
  vertical-align: middle;
  color: #fff;
  background-color: #1D335A;
  font-size: 25px;
  line-height: 30px;
}
.content-fullcalendar2f .fc-toolbar h2{
  color: #1D335A;
  font-size: 70px;
  line-height: 84px;
}
.content-fullcalendar2f .fc-head tr th.fc-sun,
.content-fullcalendar2f .fc-head tr th.fc-sat{
  background-color: #12B7C7;
}
.des-results{
  margin-bottom: 15px;
}
.des-results a{
  display: inline-block;
  color: #1D335A;
  font-size: 35px;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
}
.box-advance-search .dropdown .btn-orange:hover{
  background-color: #666;
}
.des-results a:hover{
  color: #01B2C4;
}
.des-results p{
  color: #777777;
  font-size: 25px;
  line-height: 25px;
  display: block;
  height: 50px;
  overflow: hidden;
}
.content-search-results .layout-compare{
  padding: 20px 30px;
  margin-bottom: 20px;
}
.list-results ul li{
  color: #1D335A;
  font-size: 30px;
  line-height: 30px;
  margin-right: 10px;
}
.list-results ul li:first-child{
  background-color: #01B2C4;
  border-radius: 20px;
  padding: 5px 30px;
  color: #fff;
}
.head-results{
  margin-bottom: 35px;
}
.box-advance-search{
  /* text-align: right; */
  margin-bottom: 0;
  padding-right: 150px;
  position: relative;
}
.box-advance-search .box-input2f{
  margin-bottom: 15px;
}
.btn-advance-search{
  position: absolute;
  right: 0;
  bottom: 15px;
}
.btn-advance-search .btn{
  min-width: 120px;
}
.box-advance-search .dropdown .btn-orange{
  color: #fff;
  background-color: #F89A07;
  border-radius: 10px;
  padding: 10px 15px;
  max-width: 200px;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  border: none;
}
.content-search-results select.form-control{
  border: 2px solid #12b7c8;
}
.box-date.input-group.date {
  display: block;
  height: 50px;
  margin-bottom: 15px;
}
.input-group.date .input-group-addon{
  position: absolute;
  right: 5px;
  top: 10px;
  z-index: 99;
  width: 35px;
  border: none;
  background-color: transparent;
}
.box-advance-search .box-date img{
  top: 0;
}
.input-group.date .form-control{
  border: 2px solid #EEEEEE;
  border-radius: 9px;
}
.box-advance-search .dropdown-menu > li{
  display: block;
  margin-bottom: 10px;
}
.box-advance-search .dropdown-menu > li:last-child{
  margin-bottom: 0;
}
.box-advance-search h3{
  font-size: 30px;
  line-height: 36px;
  color: #1D335A;
  padding: 0;
  height: auto;
  margin-bottom: 15px;
}
.datepicker{
  padding: 0 !important;
  border-radius: 0;
}
.datepicker .datepicker-days .table-condensed thead tr:nth-child(2){
  height: 40px;
}
.datepicker .datepicker-days .table-condensed thead tr:nth-child(2),
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev{
  background-color: #01B2C4;
  color: #fff;
  border-radius: 0 !important;

}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover{
  background-color: #01B2C4 !important;
}
.datepicker table tr td,
.datepicker table tr th{
  font-size: 20px;
  border-radius: 0 !important;
}
.datepicker .prev{
  color: transparent !important;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}
.datepicker table tr td.today{
  background-color: #01B2C4 !important;
  color: #fff !important;
  border-radius: 100% !important;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused,
.datepicker table tr td span:hover,
.datepicker table tr td span.focused{
  background-color: #01B2C4 !important;
  color: #fff !important;
  border-radius: 100% !important;
}
.datepicker .next{
  color: transparent;
  background-image: url(../images/arrow-left.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}
.datepicker table tr td span{
  height: 47px !important;
  line-height: 47px !important;
}
.box-advance-search ul.dropdown-menu{
  padding: 15px 30px 30px 30px;
  border-radius: 10px;
  border-color: transparent;
  box-shadow: 0 0px 10px rgba(0,0,0,.16);
  right: 0;
  left: auto;
  margin-top: 20px;
}
.box-rss-feed .box-article-des2f .title2f a{
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 10px;
  height: 52px;
  overflow: hidden;
  display: block;
}
.box-rss-feed .box-article-des2f img{
  width: calc(50% - 30px);
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.box-rss-feed .box-article-des2f .title2f p{
  font-size: 20px;
  line-height: 20px;
  color: #666666;
  overflow: hidden;
  display: block;
  height: 40px;
}
.box-rss-feed .box-thumbnail2f .img-thumbnail2f{
  padding-top: 56.1%;
  margin-bottom: 0;
}
.box-rss-feed .box-article-des2f{
  position: relative;
  padding-left: 50%;
  float: left;
  width: 100%;

}
.box-rss-feed .box-thumbnail2f{
  min-height: 145px;
}
.btn-border-blue{
  width: 100%;
  max-width: 150px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #01b2c4;
  border-radius: 10px;
  color: #797979;
  font-size: 25px;
}
.btn-border-blue:hover{
  background-color: #666;
  color: #fff;
  border: 2px solid #666;
}
.box-rss-feed > div > .row > div {
  margin-bottom: 30px;
}
.box-rss-feed .box-thumbnail2f .title2f{
  margin-bottom: 15px;
  max-width: 350px;
}
.box-rss-feed .box-thumbnail2f .btn-border-blue{
  height: 30px;
  max-width: 100px;
  font-size: 20px;
  line-height: 24px;
  border-radius: 5px;
  padding: 2px 12px;
  margin-left: 50%;
}
.content-calendar-detail .content-collapse .panel-body{
  padding: 15px 0;
}
.content-collapse-in .board-detail-des-in{
  margin-bottom: 70px;
  margin-top:30px;
}
.content-collapse-in{
  margin-top: 30px;
}
.content-collapse-in img{
  max-width: 100%;
}
.content-calendar-detail .content-collapse .board-title2f{
  margin-left: 30px;
  color: #444444;
}
.content-calendar-detail .content-collapse .board-des2f::after{
  width: 1px;
  height: 30px;
  top: -2px;
}
.img-documentation {
  position: absolute;
  width: 100px;
  height: 65px;
  top: 25px;
  left: 30px;
}
.img-documentation img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-item-documentation{
  background-color: #EDF2F6;
  padding: 30px;
  position: relative;
  padding-left: 150px;
  border-radius: 10px;
}
.link-documentation a{
  display: inline-block;
  color: #1D335A;
  margin-bottom: 3px;
}
.link-documentation a:hover{
  color: #02b2c3;
}
.box-item-documentation .detail-asset{
  float: none;
}
.box-item-documentation .detail-asset>ul>li{
  padding-right: 30px;
}
.box-item-documentation .detail-asset ul li::before{
  width: 2px;
  right: 13px;
}
.box-documentation .box-item-documentation:nth-child(odd){
  background-color: transparent;
}
.box-documentation h3{
  color: #1A212A;
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 48px;
}
.vocab-keyword{
  width: 30px;
  height: 30px;
  background-color: #f3d21f;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  padding: 6px;
  height: 30px;
  margin-right: 25px;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 25px;
  line-height: 19px;
}
.content-calendar-detail .panel-group .panel+.panel{
  margin-top: 30px;
}
.box-head-report .icon-rss{
  position: relative;
  top: 5px;
}
.content-weblink .box-head-report{
  margin-bottom: 40px;
}
.img-weblink{
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin-bottom: 0px;
  height: 150px;
}
.img-weblink a{
  display: block;
  height: 100%;
}
.img-weblink a img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
a.link-weblink{
  color: #1D335A;
  font-size: 30px;
  line-height: 31px;
  margin: 15px auto 0;
  display: block;
  max-width: 100%;
  text-align: center;
  word-break: break-word;
  height: 60px;
  overflow: hidden;
}
a.link-weblink:hover{
  color: #01B2C3;
}
.box-img-weblink{
  margin-bottom: 30px;
}
.content-weblink ..control-weblink:last-child{
  margin-bottom: 0;
}
.content-organization .filter-select select.form-control,
.content-organization-new .filter-select select.form-control{
  max-width: 444px;
  /* margin: 0 auto; */
  margin-bottom: 50px;
}
.title-organization{
  color: #666666;
  font-size: 25px;
  line-height: 30px;
  /* text-align: center; */
  font-family: 'DBHeavent_MedCond';
  margin-bottom: 50px;
}
.box-organization{
  /* background-image: url(../images/border-headline.png); */
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  /* padding-top: 33px; */
  margin-bottom: 40px;
}
.box-organization-new{
  background-image: none;
  width: 100%;
  display: inline-block;
  margin-bottom: 100px;
}
/* .box-left-organization,
.box-right-organization{
  width: 50%;
  float: left;
}
.box-left-organization{
  position: relative;
  min-height: 165px;
} */
.box-right-organization{
  position: relative;
}
.box-right-organization::after{
  content: '';
  width: 2px;
  height: calc(100% - 130px);
  background-image: url(../images/border-up.png);
  background-repeat: repeat-y;
  top: 67px;
  left: -75px;
  position: absolute;
}
.header-organization-new{
  position: absolute;
  top: 50%;
  margin-top: -50px;
  z-index: 10;
}
.header-organization-new::after{
  content: '';
  width: 80px;
  height: 2px;
  background-image: url(../images/border-down.png);
  background-repeat: repeat-x;
  background-size: 20px;
  position: absolute;
  top: 50%;
}
.box-organization-first .header-organization-new::after{
  width: 130px;
}
.box-organization-first .img-organization-new::after,
.box-organization-first .box-right-organization::after{
  display: none;
}
.box-organization-first .img-organization-new::before{
  margin-top: 0;
}
.header-organization{
  text-align: center;
}
.control-organization-new{
  position: relative;
}
.control-organization-new::after{
  content: '';
  width: 2px;
  height: calc(100% - 400px);
  background-image: url(../images/border-up.png);
  background-repeat: repeat-y;
  position: absolute;
  left: 20%;
  top: 100px;
  margin-left: -10px;
  z-index: 1;
}
.header-organization h2,
.header-organization-new h2{
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  min-width: 430px;
  padding: 10px 60px;
  background-image: url(../images/bg-repeat.svg);
  background-repeat: repeat-x;
  margin-bottom: 60px;
  text-align: center;
  display: inline-block;
}
.header-organization-new h2{
  border-radius: 39px;
  margin-bottom: 0
}
.img-organization,
.img-organization-new{
  width: 134px;
  height: 134px;
  float: right;
  position: relative;
  z-index: 10;
}
.img-organization-new{
  float: none;
}
.img-organization-new::after{
  content: '';
  width: 60px;
  height: 2px;
  background-image: url(../images/border-down.png);
  background-size: 20px;
  background-repeat: repeat-x;
  position: absolute;
  left: -70px;
  top: 50%;
}
.img-organization-new::before{
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #01B2C3;
  position: absolute;
  left: -23px;
  top: 50%;
  margin-top: -5px;
}
.img-organization a,
.img-organization-new a{
  display: block;
  width: 100%;
  height: 100%;
  border: 5px solid #4393D0;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 5px;
  position: relative;
}
.img-organization a img,
.img-organization-new a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.img-organization a::after,
.img-organization-new a::after{
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 100%;
}
.name-organization{
  padding-top: 15px;
}
.name-organization a{
  display: inline-block;
  color: #1D335A;
  font-size: 40px;
  line-height: 35px;
  margin-bottom: 20px;
  position: relative;
}
.name-organization a::after{
  position: absolute;
  width: 420px;
  height: 1px;
  content: '';
  bottom: -10px;
  left: -30px;
  /* margin-top: -15px; */
  background-color: #666666;
}
.box-organization-new .name-organization a{
  display: block;
  color: #1D335A;
  font-size: 40px;
  border-bottom: 1px solid #666666;
  line-height: 35px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.name-organization a:hover{
  color: #01B2C3;
}
.box-list-organization,
.box-list-organization-new{
  position: relative;
  min-height: 165px;
  margin-bottom: 15px;
}
.box-list-organization-new{
  margin-bottom: 0;
  min-height: inherit;
  margin-bottom: 40px;
}

.name-organization h3{
  font-size: 25px;
  line-height: 30px;
  color: #01B2C3;
  max-width: 310px;
  display: block;
  height: auto;
}
/* .box-list-organization::after {
    width: 76%;
    height: 1px;
    content: '';
    position: absolute;
    top: 65px;
    right: 0;

    background-color: #666666;
} */
.name-organization p{
  font-size: 25px;
  line-height: 28px;
  color: #666666;
}
.content-organization .control-organization .box-organization:first-child .box-list-organization{
  max-width: 555px;
  margin: 0 auto;
}
.collapse-list2f ul li .content-tablelist2f .table{
  margin-bottom: 0;
}
.box-listdate2f{
  float: left;
  width: 100%;
  clear: left;
  font-size: 23px;
  line-height: 23px;
  padding: 20px 35px 20px 35px;
}
.box-listdate2f > div{
  float: left;
  display: inline-block;
}
.box-list-collapse{
  display: block;
  color: #fff;
  background-color: transparent;
  padding: 25px 35px 25px 100px;
  border-radius: 10px;
  /* background-image: url(../images/ic-arrow.svg); */
  background-repeat: no-repeat;
  background-position: left 70px center;
  background-size: 18px;
  position: relative;
}
.content-collapse .panel-group .panel-title a,
.collapse-list2f{
  font-size:25px;
  line-height:28px;
}
.ic-right-yellow{
  position: relative;
  top: 2px;
  margin-right: 20px;
}
/* collape multi */
.content-collapse .panel-group .panel-title a{
  padding-right: 100px;
}
.content-collapse ul.collaps-level01 > li:nth-child(odd) .collapse-list2f-in > ul > li:nth-child(odd),
.content-collapse ul.collaps-level01 > li:nth-child(even){
  background-color: transparent;
}
/*leve1*/
.content-collapse ul.collaps-level01 > li  .panel-group .panel-title{
  background-color: transparent;
}
.content-collapse ul.collaps-level01 > li:nth-child(odd) > .panel-group .panel-title,
.content-collapse ul.collaps-level01 > li:nth-child(odd) > .box-list-collapse{
  background-color: #EDF2F6;
  border-radius: 10px;
}
/*leve2*/
.content-collapse ul.collaps-level01 > li:nth-child(odd) ul.collaps-level02 li:nth-child(even) .box-list-collapse{
    background-color: #EDF2F6;
}
.content-collapse ul.collaps-level01 > li:nth-child(even) ul.collaps-level02 li:nth-child(odd) .box-list-collapse{
    background-color: #EDF2F6;
}
.content-collapse ul.collaps-level01 > li:nth-child(odd) ul.collaps-level02 > li:nth-child(odd) .panel-group .panel-title {
  background-color: transparent;
}
.content-collapse ul.collaps-level01 > li:nth-child(odd) ul.collaps-level02 > li:nth-child(even) .panel-group .panel-title {
  background-color: #EDF2F6;
}
/*leve3*/
.content-collapse ul.collaps-level01 > li:nth-child(odd) ul.collaps-level03 > li:nth-child(odd) .panel-group .panel-title{
  background-color: #EDF2F6;
  border-radius: 10px;
}
.content-collapse ul.collaps-level01 li ul.collaps-level03 .panel-group .panel-title{
  padding-left: 40px;
}
.content-collapse ul.collaps-level01 li ul.collaps-level04 .panel-group .panel-title{
  padding-left: 80px;
}
.content-collapse ul.collaps-level01 > li:nth-child(odd) ul.collaps-level03 li:nth-child(odd) .box-list-collapse{
  background-color: transparent;
}

.content-collapse ul.collaps-level01 > li:nth-child(odd) ul.collaps-level04  > li .box-list-collapse{
  background-position: left 140px center;
}
.content-collapse ul.collaps-level01 > li:nth-child(odd) ul.collaps-level04  > li .box-list-collapse .t-list2f a{
  padding-left: 80px;
}
.content-collapse ul.collaps-level01 > li:nth-child(odd) ul.collaps-level04 > li:nth-child(even) .box-list-collapse{
  background-color: #EDF2F6;
}
.content-collapse-information .content-collapse ul li .panel-group .panel-title a{
  background-image: url(../images/ic-minus-orange.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  display: block;
  color: #666666;
  position: relative;
}
.content-collapse-information .content-collapse ul li .panel-group .panel-title a:hover{
  color: #1D335A;
}
.content-collapse .collapse-list2f ul li .panel-group .panel-title a.collapsed{
  background-image: url(../images/ic-plus-blue.svg);
}
.content-collapse .collapse-list2f ul.collaps-level01 > li > .panel-group .panel-title a,
.content-collapse ul.collaps-level01 > li > .box-list-collapse{
    padding: 29px 30px 29px 70px;
    background-position: left 30px center;
}
.content-collapse .collapse-list2f ul.collaps-level02 > li > .panel-group .panel-title a{
    padding: 29px 30px 29px 100px;
    background-position: left 60px center;
}
.content-collapse  .panel-group{
  margin-bottom: 0;
}
.box-list-collapse .ico-pdf a{margin:6px 0;}
.ico-pdf{
  position: absolute;
  top: 20px;
  right: 0;
  width: 157px;
  text-align: center;
}
.ico-pdf a{
 padding: 0 !important;
    background-image: none !important;
    display: inline-block;
    line-height: 0;
}
.ico-pdf img{
  height: 38px;
  position: relative;
}
.ico-pdf a::after{
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #666666;
  top: 0;
  left: 0;
}
.content-collapse-information .content-collapse .panel-group{
  padding-left: 0;
}
.collapse-list2f .panel-group.control-lv1{
  padding-left: 0;
}
.collapse-list-default .box-list-collapse{
  background-position: left 30px center;
  padding-left: 70px;
}
.content-collapse .collapse-list-default ul li:nth-child(odd) .box-list-collapse{
  background-color: #EDF2F6;
}
.content-collapse-information .box-collapse{
  margin-bottom: 15px;
}
/* css service */
.service-list-group2f ul{
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.service-list-group2f ul li{
  width: 20%;
  float: left;
  padding: 0 20px;
  margin-bottom: 20px;
}
.box-service-group2f{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  padding-top: 100%;
}
.box-service-group2f a{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-box-service.png);
  background-size: 100% 100%;
  color: #fff;
  font-size: 25px;
  padding: 30px 20px;
}
.box-service-group2f span{
  display: block;
}
.box-service-group2f span.text-service2f{
  margin-bottom: 10px;
}
.icon-service2f{
  width: 90px;
  border-radius: 100%;
  background-color: #fff;
  margin: 0 auto 15px;
}
.icon-service2f img{
  max-height: 50px;
  display: block;
  margin: 0 auto 5px;
}
.box-service-group2f span.icon-service2f span{
  display: table-cell;
  vertical-align: middle;
  height: 90px;
}
.service-list-group2f{
  margin-top: 50px;
}
.boxheadline2f,
.t-description1f{
  text-align: center;
}
.boxheadline2f{
  position: relative;
}
.boxheadline2f h2{
  display: inline-block;
  padding: 0 30px;
}
.boxheadline2f::after{
  content: '';
  left: 0;
  top: 37px;
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  z-index: 1;
}
.service-group2f{
  padding: 100px 0 50px 0;
  position: relative;
}
.service-group2f,
.service-group2f .boxheadline2f h2,
.service-group2f::after{
  background-color:#EDF2F6;
}
.service-group2f .boxheadline2f h2{
  position: relative;
  z-index: 10;
  max-width: 900px;
  margin: 0 auto;
}
.service-group2f::after{
  height: 300px;
  position: absolute;
  width: 100%;
  content: '';
  left: 0;
}
/* end css service */
.box-detail-intro2f {
  margin-bottom: 35px;
}
.box-detail-intro2f a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-intro2f{
  margin-bottom: 25px;
}
.list-intro2f ul li{
  font-size: 30px;
  line-height: 35px;
  color: #666666;
  padding-left: 20px;
  background-image: url(../images/list-intro.svg);
  background-repeat: no-repeat;
  background-position: left;
}
.box-des-intro2f{
  margin-bottom: 10px;
}
.box-des-intro2f p{
  font-size: 25px;
  line-height: 25px;
  color: #666666;
  max-width: 354px;
}
.box-des-intro2f span.t-red{
  color: #FF0000;
}
.img-intro2f img{
  max-width: 100%;
}
.box-des-intro2f .t-intro {
  color: #666666;
  font-size: 25px;
  line-height: 25px;
}
.btn-send .btn{
  color: #fff;
  background-color: #00B2C3;
  border-radius: 10px;
  height: 60px;
  max-width: 250px;
  width: 100%;
  font-size: 25px;
  line-height: 25px;
  margin-top: 15px;
}
.btn-send .btn:hover{
  background-color: #666666;
}
.service-intro2f{
  margin-bottom: 90px;
}
.service-intro2f .btn-send .btn{
  padding: 16px 10px;
}
.service-process-recheck2f .boxheadline2f::after,
.service-step2f .boxheadline2f::after,
.print-out-service .boxheadline2f::after{
  display: none;
}
.service-step2f .boxheadline2f{
  text-align: left;
}
.service-process-recheck2f .boxheadline2f h2,
.service-step2f .boxheadline2f h2,
.print-out-service .boxheadline2f h2{
  font-size: 35px;
  line-height: 25px;
}
.box-list-information2f{
  text-align: center;
}
.box-list-information2f a{
  display: inline-block;
}
/*
.box-list-information2f a,
.service-process-recheck2f .text-list-information2f{
  font-size: 25px;
  line-height: 25px;
  color: #666666;
  margin: 0 auto;
  font-family: 'DBHeavent_MedCond';
}
*/
.service-process-recheck2f .text-list-information2f a:hover{
  color: #1d3359;
}
.service-process-recheck2f .text-list-information2f ul li{
  padding-left: 40px;
  background-position: left 15px center;
}
.service-step2f{
  background-color: #EDF2F6;
  padding: 60px 0 100px 0;
  margin-bottom: 90px;
}
.img-list-step {
  margin-bottom: 30px;
  height: 290px;
  display: inline-block;
}
.img-list-step img{
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-list-step{
  margin-bottom: 30px;
  text-align: center;
  min-height: 380px;
  position: relative;
}
.box-list-step a{
  display: inline-block;
}
.box-list-step a:hover .text-list-step{
  color: #00B2C3;
}
span.num-step {
  position: absolute;
  top: 0;
  left: 30px;
  color: #fff;
  width: 30px;
  height: 30px;
  background: #02B1C6;
  font-size: 25px;
  line-height: 25px;
  border-radius: 100%;
  padding: 2px;
}
.row-centered{
  text-align: center;
}
.col-centered{
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
}
.text-list-step{
  display: block;
  font-size: 25px;
  line-height: 25px;
  display: table;
  margin: 0 auto;
  text-align: center;
  max-width: 290px;
}
.list-step ul li{
  width: 33.33333%;
  float: left;
}
.service-process-recheck2f .boxheadline2f h2{
  margin-bottom: 30px;
}
.content-print-out .service-process-recheck2f .boxheadline2f{
  text-align: center;
}
.content-print-out .service-process-recheck2f .service-list-information2f{
  margin-top: 15px;
}
.img-detail-print{
  padding-left: 30px;
  padding-right: 30px;
}
.img-detail-print img{
  max-width: 100%;
}
.print-out-knowledge{
  margin-bottom: 50px;
}
.print-out-certification{
  background-color: #EDF2F6;
  padding: 85px 0;
  margin-bottom: 90px;
}
.print-out-detail ul{
  padding-left: 30px;
}
.print-out-certification .img-detail-print{
  text-align: right;
  padding-top: 40px;
}
.print-out-knowledge .img-detail-print{
  padding-top: 100px;
}
.print-out-service .img-detail-print{
  text-align: center;
}
.print-out-service .boxheadline2f h2{
  margin-bottom: 40px;
}
.print-out-service{
  margin-bottom: 100px;
}
.box-detail-intro2f img{
  max-width: 100%;
}
.service-step2f .boxheadline2f{
  margin-bottom: 40px;
}
.content-digital-trusted .service-infomation2f:nth-child(odd){
  background-color: #EDF2F6;
  padding: 80px 0 100px 0;
  margin-bottom: 80px;
}
.content-digital-trusted .service-list-information2f ul li{
  width: 16.6666666%;
}
.content-digital-trusted .service-list-information2f,
.content-our-service .service-list-information2f{
  max-width: 100%;
  margin: 0;
}
.content-digital-trusted .service-editor2f p{
  margin-bottom: 80px;
}
.topic-list-information2f{
  color: #00B2C3;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 15px;
}
.content-digital-trusted .service-infomation2f:nth-child(odd) .topic-list-information2f{
  color: #1894D6;
}
.content-digital-trusted .text-list-information2f a{
  font-size: 25px;
  line-height: 25px;
}
.content-our-service .box-list-information2f{
  padding: 40px 0;
  border-radius: 10px;
  min-height: 540px;
  margin-bottom: 30px;
  cursor: pointer;
}
.content-our-service .box-list-information2f:hover{
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  text-decoration: none;
}
.content-our-service .img-list-information2f{
  border-color: #F89A07;
}
.content-our-service .text-list-information2f>a{
  border-bottom: 1px solid #CBCBCB;
  margin: 0 auto 15px;
  height: 80px;
  overflow: hidden;
}
.content-our-service .text-list-information2f>a,
.list-subservice{
  max-width: 100%;
}
.content-our-service .text-list-information2f{
  padding: 0 30px;
}
.text-list-information2f .row .topic-list-information2f{
  font-size: 30px;
  line-height: 25px;
  text-align: left;
}
.content-our-service .text-list-information2f ul li a{
  color: #666666;
  font-size: 22px;
  line-height: 22px;
}
.content-our-service .text-list-information2f ul li a:hover{
  color: #F89A07;
}
.content-our-service .text-list-information2f ul li{
  background-size: 12px;
  padding-left: 20px;
  background-position: left 4px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.content-our-service .service-editor2f p{
  margin-bottom: 60px;
}
.service-editor2f h3{
  color: #1d3359;
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 40px;
}
/* .service-editor2f p img{
  max-width: 100%;
  text-align: center;
} */
.img-service{
  text-align: center;
  margin-bottom: 50px;
}
ul.list-service li {
  margin-bottom: 10px;
  font-size: 25px;

}
ul.list-service li a{
  color: #666;
}
ul.list-service li a:hover{
  color: #1d3359;
}

.collapse-legislation .control-collaps-legislation>.panel-heading{
  background-image: url(../images/ic-legislation01.svg);
  background-position: left;
  background-size: auto;
  background-repeat: no-repeat;
}
.collapse-legislation .box-list-collapse{
  background-position: left 70px top 30px;
}
.collapse-legislation{
  margin-bottom: 120px;
}
.control-collaps-legislation {
  position: relative;
}
.control-collaps-legislation .box-list-information2f{
  position: absolute;
  left: 30px;
  top: 12px;
  z-index: 10;
}
.control-collaps-legislation .box-list-information2f .img-list-information2f{
  width: 54px;
  height: 54px;
  background-color: #fff;
  border: 2px solid #F89A07;
  margin-bottom: 0;
}
.control-collaps-legislation .box-list-information2f .img-list-information2f img{
  max-height: 30px;
  min-width: inherit;
}
.control-collaps-legislation span.img-list-information2f span{
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  width: 1%;
}
.content-collapse .control-collaps-legislation .panel-heading h4 a{
  padding-left: 100px;
}
.box-subcommittee .content-editor ol li p{
  margin-bottom: 15px;
}
.collapese-load{
  margin-bottom: 30px;
}
.collapese-load ul{
  margin-bottom: 30px;
}
.collapese-load ul li {
  margin-bottom: 5px;
}
.collapese-load ul li a{
  display: inline-block;
}
.table-margin{
  margin-top: 30px;
}
.service-editor2f .filter-select{
  max-width: 625px;
  margin-bottom: 30px;
}
.service-editor2f .btn.btn-blue:hover,
.service-editor2f .btn.btn-blue:focus{
  color: #fff;
}
.contact-standard::after {
  display: none;
}
.content-collapse-in .board-detail-des-in > .row {
  margin-bottom: 0;
}
.box-collapse img{
  max-width: 100%;
}
.layout-filter-search > .row > div{
  padding-right: 0;
}
.content-collapse-in .btn-collapse-in{
  margin-top: 30px;
}
.service-internet .insite-headline{
  text-align: center;
}
.service-internet .btn-success{
  max-width: 200px;
  display: inline-flex;
  width: 100%;
  /* padding: 6px 12px; */
  line-height: 20px;
  font-size: 23px;
  white-space: normal;
  justify-content: center;
  align-items: center;
}
.service-internet .layout-btn-center{
  margin-bottom: 60px;
}
.ic-yellow{
  background-image: url(../images/right-yellow.svg);
  background-position: left top 5px;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-left: 20px;
}
.t-yellow{
  color: #F89A07;
}
.service-e-tax .layout-btn-center{
  margin: 50px 0 100px 0;
}
.service-e-tax .layout-btn-center .btn{
  padding: 12px;
  height: 60px;
}
.service-e-tax .layout-img-etax p{
  line-height: 0;
  margin-bottom: 0;
}
a.btn.btn-success{
  background-color: #00B2C3;
  border-color: #00B2C3;
  color: #fff !important;
}
a.btn.btn-success:hover{
  background-color: #19418E;
  border-color: #19418E;
}
span.img-ppt{
  height: 50%;
  display: block;
}
span.img-btm{
  height: 50%;
  display: block;
}
.btn-logout.btn-absolute{
  position: absolute;
  right: 15px;
  bottom: 0;
}
.insite-headline .container{
  position: relative;
}
.btn-logout button{
  width: 100%;
  min-width: 120px;
  height: 40px;
  background-color: transparent;
  border: 2px solid #01b2c4;
  border-radius: 10px;
  color: #666;
  font-size: 25px;
}
.btn-logout button:hover{
  background-color: #666;
  color: #fff;
  border: 2px solid #666;
}
.btn-btnpopup .btn{
  font-size: 22px;
  background-color: transparent;
  color: #fff;
  padding-right: 0;

}
.btn-btnpopup{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.text-on-banner{
  position: absolute;
  width: 100%;
  bottom: 10%;
  left: 0;
}
.headline-banner h2{
  position: relative;
  color: #fff;
  padding-left: 35px;
  display: inline-block;
}
.headline-banner h2::after{
  content: '';
  width: 5px;
  height: calc(100% - 25px);
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 10px;
}
.filter-content-reletive{
  max-width: 550px;
  position: relative;
  margin-top: 30px;
}

.filter-content-reletive .btn-search{
  position: absolute;
  top: 0;
  right: -170px;
}
.box-origin span:last-child{
  color: #666666;
}
.img-thumbnail-nav img,
.img-thumbnail-for img{
  width: 100%;
  height: 100%;
}
.img-slidernav2f img {
    width: 100%!important;
    height: 100%;
    margin: 0 auto;
    opacity: 0.3;
    object-fit: cover;
    transition: 0.5s;
    cursor: pointer;
    opacity: 0.5;
}
.img-slidefor2f img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: inherit;
}
.slide-thumbnail2f .slider-nav .slick-current.slick-active .img-slidernav2f img{
  opacity: 1;
}
.slider-nav .slick-list{
  padding: 0 10px !important;
}
.slide-thumbnail2f button.slick-arrow {
    border: none;
    background-color: transparent;
    color: transparent;
    background-size: auto;
    background-repeat: no-repeat;
    position: absolute;
    width: 15px;
    height: 24px;
    z-index: 10;
    top: 50%;
    margin-top: -17px;
    background-size: 100%;
}
.slide-thumbnail2f .slick-prev.slick-arrow{
  background-image: url(../images/prev-gray.svg);
  left: 0;
}
.slide-thumbnail2f .slick-next.slick-arrow{
  background-image: url(../images/next-gray.svg);
  right: 0;
}
.slide-thumbnail2f .slick-prev.slick-arrow:hover{
  background-image: url(../images/prev-hover.svg);
}
.slide-thumbnail2f .slick-next.slick-arrow:hover{
  background-image: url(../images/next-hover.svg);
}
.img-slidefor2f.slick-slide .gallery-images{ position: relative;}
.slide-thumbnail2f .slider-for{
  line-height: 0;
  margin-bottom: 25px;
}
.slide-thumbnail2f{
  margin-bottom: 30px;
}
.box-event-calendar{
  border-bottom: 1px solid #C6C6C6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.service-type > .container{
  max-width: 800px;
}
.service-type > .container > .row .col-md-4{
  width: 50%
}
.board-des2f ul{
  padding-left: 20px;
}
.t-list2f{
  padding-right: 12vw;
}
.introl-etax{
  background-image: url(../images/bg-etax.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 115px 0;
}
.section-aos{
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
}
.section-aos img{
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100% !important;
  height: auto;
  display: block;
}
.block-img img{
  position: relative;
}
.detail-introl p:first-child{
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
.detail-introl p:last-child{
  font-size: 28px;
  line-height: 30px;
}
.etax-section01{
  margin-bottom: 60px;
}
.etax-section02{
  background-image: url(../images/bg-section02.png);
  background-color: #003362;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 50px 0;
  margin-bottom: 80px;
}
.detail-section{
  text-align: left;
}
.detail-section p{
  color: #fff;
  margin-bottom: 15px;
  font-size: 28px;
  font-family: 'DBHeavent_BoldCond';
}
.detail-section ul{
  color: #fff;
  padding-left: 30px;
}
.detail-section ul li{
  list-style: unset;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 24px;
}
.section-head{
  font-family: 'DBHeavent_BoldCond';
  color: #000;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
}
.section-head span{
  position: relative;
  top: 2px;
  background-color: #94d256;
  color: #FFFFFF;
  display: inline-block;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 7px;
  padding: 3px 0;
}
.box-thumbnail-etax{
  text-align: center;
}
.box-thumbnail-etax p{
  font-size: 22px;
  line-height: 24px;
}
.box-thumbnail-etax img{
  max-width: 111px;
}
.etax-section03 .detail-section p,
.etax-section03 .detail-section li{
  color: #000;
}
.etax-section03{
  margin-bottom: 50px;
}
.etax-section04{
  background-image: url(../images/bg-section04.png);
  background-color: #333333;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 50px 0;
}
.etax-section04 .section-head{
  color: #fff;
}
.item-center{
  text-align: center;
}
.etax-section05{
  background: url(../images/bg-section05.png);
  background-color:  #dcf1b9;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 50px 0;
}
.etax-section05 .detail-section p,
.etax-section05 .detail-section li,
.etax-section06 .detail-section p,
.etax-section06 .detail-section li,
.etax-section07 .detail-section p,
.etax-section07 .detail-section li{
  color: #000;
}
.etax-section06{
  padding: 50px 0;
  background-color: #fffbe5;
}
.section07-right-img{
  padding: 20px 0;
}
.section07-right-img img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.etax-section07{
  background-color: #fff;
  padding: 50px 0;
  margin-bottom: 50px;
}
.etax-section07 > .row{
  margin-bottom: 20px;
}
.etax-footer img{
  margin-bottom: 20px;
}
.etax-footer p{
  font-size: 22px;
}
.control-collaps-legislation .box-list-information2f{ width:auto !important;}
.content-collapse .panel-heading h4 a{min-height:70px;}