@font-face {
  font-family: Seagul;
  src: url("../fonts/UTMSeagullBold.ttf"); }

@font-face {
  font-family: UTMTI;
  src: url("../fonts/UTMTimesItalic.ttf"); }

@font-face {
  font-family: OPEN;
  src: url("../fonts/OpenSans-Regular.ttf"); }

@font-face {
  font-family: OPENB;
  src: url("../fonts/OpenSans-Bold.ttf"); }

@font-face {
  font-family: OPENI;
  src: url("../fonts/OpenSans-Italic.ttf"); }

@font-face {
  font-family: Gothic;
  src: url("../fonts/UTMAlterGothic.ttf"); }

/*
    Include all style in site need for develop
*/
/*
01 body style
*/
body {
  font-family: "OPEN", sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  -webkit-font-smooth: none;
  -moz-font-smooth: none;
  font-smooth: none;
  min-width:1100px;
  }
.container{ min-width:1100px !important;}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

section {
  width: 100%;
  overflow: hidden; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/************
FLOAT
************* */
.float-left {
  float: left; }

.float-right {
  float: right; }

/************
COLUMN
************* */
/****** Style for layout ******/
/*********************************************************
*********************HEADER*****************************
********************************************************** */
/**********
**TOP HEADER
***********/
.top-head {
  background: #006bb5; }

.top-head-group {
  width: 100% !important;
  display: table;
  min-height: 70px; }
  .top-head-group div[class*="hg-"] {
    float: left; }
  .top-head-group .hg-1 {
    width: 28%;
    color: #fff;
    line-height: 70px;
    padding-left: 10px;
    margin-top: 18px;}
.top-head-group .hg-1 .hg-address {
    font-size: 14px;
    line-height: 16px;
}
  .top-head-group .hg-2 {
    width: 44%;
    position: relative; }
    .top-head-group .hg-2 .hg-logo {
      position: absolute;
      width: 100%;
      height: 96px;
      top: -1px;
      background: #006bb5;
      padding: 0 70px;
      line-height: 92px; }
      .top-head-group .hg-2 .hg-logo:before, .top-head-group .hg-2 .hg-logo:after {
        content: "";
        position: absolute;
        width: 65px;
        height: 102px;
        top: 0;
        z-index: 1; }
      .top-head-group .hg-2 .hg-logo:before {
        background: url("../img/head-left.jpg") no-repeat top;
        left: 0; }
      .top-head-group .hg-2 .hg-logo:after {
        background: url("../img/head-right.jpg") no-repeat top;
        right: 0; }
  .top-head-group .hg-3 {
    float: right !important;
    width: 30%;
    color: #fff;
    padding-left: 35px; }
    .top-head-group .hg-3 .hg-hotline {
      line-height: 60px; }
      .top-head-group .hg-3 .hg-hotline span {
        font-size: 27px;
        font-family: "Gothic";
        position: relative;
        bottom: -4px; }

/**********
**BOTTOM HEADER
***********/
.bottom-head {
  margin-top: 30px; }

.main-navigation {
  padding: 15px 35px; }

.main-menu ul {
  margin: 0;
  padding: 0; }
  .main-menu ul li {
    list-style: none;
    position: relative; }
    .main-menu ul li a {
      font-size: 14px;
      font-family: "OPENB";
      text-transform: uppercase;
      color: #0f5056;
      text-decoration: none; }
    .main-menu ul li.current-menu-item a {
      color: #0f5056; }
    .main-menu ul li.current-menu-item:before {
      color: #0f5056; }
    .main-menu ul li ul {
      position: absolute;
      display: none;
      top: 100%;
      z-index: 9;
      background: rgba(9, 106, 137, 0.9);
      left: 50%;
    width: 240px;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      .main-menu ul li ul:before {
        content: "";
        position: absolute;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 4px solid rgba(58, 197, 210, 0.85);
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -4px; }
      .main-menu ul li ul li {
        padding: 10px 15px;
    width:100%;
        min-width: 220px;
    text-align:center;
}
        .main-menu ul li ul li a {
          color: #fff; }
        .main-menu ul li ul li:hover {
          background: #28b7c5; }
          .main-menu ul li ul li:hover a {
            color: #fff; }
    .main-menu ul li:hover > ul {
      display: block; }
  .main-menu ul > li {
    display: inline-block;
    padding: 10px 16px;margin-right: 45px; }
    .main-menu ul > li:hover > a {
      color: #28b7c5; }

.main-menu > ul > li:first-child {
  position: relative;}
  

/********************INDEX STYLE ***********************/
img {
  max-width: 100%;
  height: auto; }
.out1 {
    background: #3198bc;
    color: #fff;
    font-family: OPENB;
      overflow: hidden;
}

.out1 .box1 {
    position: relative;
    margin: 50px 0 50px 0;
    padding: 0 0 0 223px;
    font-size: 17px;
}

.out1 .box1:before {
    left: 0;
    content: "";
    display: block;
    top: -57px;
    background: url(../img/i1.jpg);
    width: 213px;
    height: 126px;
    position: absolute;
}

.out1 .box1:after {
    content: "";
    display: block;
    top: -57px;
    right: 0;
    background: url(../img/i2.jpg);
    width: 213px;
    height: 126px;
    position: absolute;
}
.pk-title {
  text-align: center; }
  .pk-title .pk-title-name {
    font-size: 25px;
    line-height: 25px;
    font-family: "OPENB";
    margin-top: 15px; }
    .pk-title .pk-title-name span {
      padding-bottom: 5px; }
    .pk-title .pk-title-name.pk-title-1 {
      color: #fff; }
      .pk-title .pk-title-name.pk-title-1 span {
        border-bottom: 1px solid #fff;
        position: relative; }
        .pk-title .pk-title-name.pk-title-1 span:before, .pk-title .pk-title-name.pk-title-1 span:after {
          content: '';
          width: 46px;
          height: 46px;
          position: absolute; }
        .pk-title .pk-title-name.pk-title-1 span:before {
          background: url("../img/under-left-white.png") no-repeat center center;
          left: -50px;
          bottom: -21px; }
        .pk-title .pk-title-name.pk-title-1 span:after {
          background: url("../img/under-right-white.png") no-repeat center center;
          right: -50px;
          bottom: -21px; }
    .pk-title .pk-title-name.pk-title-2 {
      color: #006bb5; }
      .pk-title .pk-title-name.pk-title-2 span {
        border-bottom: 1px solid #006bb5;
        position: relative; }
        .pk-title .pk-title-name.pk-title-2 span:before, .pk-title .pk-title-name.pk-title-2 span:after {
          content: '';
          width: 46px;
          height: 46px;
          position: absolute; }
        .pk-title .pk-title-name.pk-title-2 span:before {
          background: url("../img/under-left-black.png") no-repeat center center;
          left: -50px;
          bottom: -21px; }
        .pk-title .pk-title-name.pk-title-2 span:after {
          background: url("../img/under-right-black.png") no-repeat center center;
          right: -50px;
          bottom: -21px; }

/**********
**SEC1
***********/

.phy-container {
  padding-top: 10px;}
  .phy-container .nav li {
    padding: 10px 20px;
    margin-right: 10px; }
    .phy-container .nav li a {
      color: #3e3e3e;
      font-family: "OPENB";
      font-size: 18px; }
    .phy-container .nav li.active {
      background: #1b7b85; }
      .phy-container .nav li.active a {
        color: #fff; }
    .phy-container .nav li:hover {
      background: #1b7b85; }
      .phy-container .nav li:hover a {
        color: #fff;
        text-decoration: none; }

.phy-list-img {
  display: table;
  margin:30px 0;
  padding:30px 2px;
border:1px #28b7c5 dashed;
border-radius:10px;
background:#f7f7f7  }
.phy-list-img .phy-img {
    display:inline-table;
    padding: 5px 7px; 
  width:19%;
  text-align: center;
  }
.phy-list-img .phy-img a{
  text-align:center;
  display:block;
  color:#999;
  text-transform: uppercase;
  font-family: "OPENB";
  }
.phy-list-img .phy-img .yx{
  width: 60px;
  height:60px;
  padding:10px;
    display: grid;
  border:1px solid #999;
  border-radius:100px;
    margin: 0 auto;
  }
.phy-list-img .phy-img a img{
  text-align:center;
  }
    .phy-list-img .phy-img.i-active {
      padding-left: 20px;
      padding-right: 40px; }

/**********
**SEC2
***********/
.row.row30 {
  margin-left: -30px;
  margin-right: -30px; }

.row.row30 div[class*="col-"] {
  padding-left: 30px;
  padding-right: 30px; }

#sec2 {
  background-color: #006bb5;
  padding: 30px 0; }

.udpk-info {
  margin-top: 70px; }

.udpk-list .udpk-img img {
  border: 2px solid #ade4e9; }

.udpk-list .under-udpk-img {
  text-align: center; }

.udpk-list .udpk-name {
    font-size: 15px;
    font-family: "OPENB";
    margin-top: 25px;
    color: #fff;}
  .udpk-list .udpk-name a {
    color: #fff; }

/**********
**SEC3
***********/
.kt-box {
  padding-top: 30px;
  padding-bottom: 10px; }

.row.row40 {
  margin-left: -40px;
  margin-right: -40px; }
  .row.row40 div[class*='col-'] {
    padding-left: 40px;
    padding-right: 40px; }

.p-dot {
  border-bottom: 2px dotted #ebad41; }

.kt-info {
  margin-top: 45px;
  padding: 0 90px; }

.kt-info-list {
  position: relative;
  margin-bottom: 20px;
  min-height: 475px;
  background: url("../img/top-kt.png") no-repeat top center;
  background-size: contain; }
  .kt-info-list div[class*='kt-img'] {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 1; }

.kt-content {
  position: relative;
  z-index: 2;
  padding: 75px 70px 15px 45px;
  color: #4a4a4a;
  font-family: "OPENB"; }
  .kt-content h3 {
    font-size: 18px;
    color: #434343;
    font-weight: bold;
    margin-bottom: 10px; }
  .kt-content h4 {
    font-size: 15px;
    color: #fff;
    background-color: #ebad41;
    padding: 3px 0 3px 10px;
    font-weight: bold; }
  .kt-content p {
    margin-top: 10px;
    padding-right: 15px;
    line-height: 22px; }
    .kt-content p span {
      color: #ebad41; }

/**********
**SEC4
***********/
#sec4 {
  background-color: #006bb5; }

.hmud-box {
  padding-top: 20px; }

.hmud-info {
  padding: 0 70px;
  margin-top: 30px; }
  .hmud-info .hmud-dot {
    position: relative; }
    .hmud-info .hmud-dot:before, .hmud-info .hmud-dot:after {
      content: '';
      position: absolute; }
    .hmud-info .hmud-dot:before {
      width: 100%;
      height: auto;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      border: 1px dotted #fff; }
    .hmud-info .hmud-dot:after {
      height: 90%;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      border: 1px dotted #fff; }

.hmud-list {
  min-height: 216px;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  line-height: 30px; }
  .hmud-list.hl1 {
    padding: 0 65px 10px 75px; }
  .hmud-list.hl2 {
    padding-top: 35px;
    padding-left: 45px;
    text-align: center; }
    .hmud-list.hl2 p {
      margin: 0; }
  .hmud-list.hl3 {
    padding: 15px 0 0 55px; }
  .hmud-list.hl4 {
    padding: 35px 45px 0  45px; }
  .hmud-list .hmud-content {
    -webkit-display: flex;
    -moz-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .hmud-list .hmud-content p {
      padding-left: 10px; }
  .hmud-list .hmud-content img{
    width: 40%;
    margin-right: 10px;
  }
/**********
**SEC4
***********/
#sec5 {
  background-color: #006bb5; }

.tsbn-box {
  padding: 20px 15px 60px 15px; }

.tsbn-swiper {
  margin-top: 30px; }

.tsbn-content {
  -webkit-display: flex;
  -moz-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .tsbn-content .tsbn-img {
    width: 185px;
    height: 185px;
    border-radius: 50%;
    -webkit-display: contents;
    -moz-display: contents;
    display: contents;
    /*outline: 2px solid #c5c5c5;*/ }
  .tsbn-content .tsbn-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px; }
    .tsbn-content .tsbn-desc .tsbn-content {
      border-radius: 10px;
      width: 100%;
      display: table;
      -webkit-box-shadow: 1px 0px 10px -2px #858585;
      -moz-box-shadow: 1px 0px 10px -2px #858585;
      box-shadow: 1px 0px 10px -2px #858585;
      padding: 15px;
      font-size: 14px;
      position: relative;
      background-color: #fff; }
      .tsbn-content .tsbn-desc .tsbn-content:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 25px;
        height: 23px;
        background: url("../img/chat-c.png") no-repeat center center;
        z-index: 1;
        left: -12px; }
      .tsbn-content .tsbn-desc .tsbn-content h3 {
        font-family: "OPENB";
        color: #3a3a3a;
        font-size: 14px; }
      .tsbn-content .tsbn-desc .tsbn-content p {
        margin: 0; }

/**********
**SEC6
***********/
#sec6 {
  padding-top: 30px; }
.clear{clear: both;}
.clsk-info {
  margin-top: 70px; }
  .clsk-info .sk-big {
    width: 54.2%; }
    .clsk-info .sk-big .clsk-content {
      padding: 10px 25px; }
      .clsk-info .sk-big .clsk-content h3 {
        font-size: 25px; }
  .clsk-info .sk-small {
    width: 21.2%;
    float: right;
    margin-left: 1.36%;
    margin-bottom: 2.18%; }

.clsk-list {
  position: relative;
  float: left; }
  .clsk-list .clsk-content {
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8); }
    .clsk-list .clsk-content h3 {
      font-family: "OPENB";
      color: #2a2a2a;
      font-size: 15px; }
    .clsk-list .clsk-content .clsk-desc {
      display: none; }

/******************************FOOTER************************************/
/**********
**TOP FOOTER
***********/
#footer {
  padding-top: 60px;
  overflow: hidden; }

.top-footer {
  position: relative; }
  .top-footer:before, .top-footer:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1; }
  .top-footer:before {
    background-color: #28b7c5;
    height: 45px; }
  .top-footer:after {
    height: 102px;
    right: -30%;
    background: rgba(37, 131, 142, 0.98);
    background: -moz-linear-gradient(left, rgba(37, 131, 142, 0.98) 0%, #25838e 0%, #27b2be 32%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(37, 131, 142, 0.98)), color-stop(0%, #25838e), color-stop(32%, #27b2be));
    background: -webkit-linear-gradient(left, rgba(37, 131, 142, 0.98) 0%, #25838e 0%, #27b2be 32%);
    background: -o-linear-gradient(left, rgba(37, 131, 142, 0.98) 0%, #25838e 0%, #27b2be 32%);
    background: -ms-linear-gradient(left, rgba(37, 131, 142, 0.98) 0%, #25838e 0%, #27b2be 32%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(37, 131, 142, 0.98)), color-stop(0%, #25838e), color-stop(32%, #27b2be));
    background: linear-gradient(to right, rgba(37, 131, 142, 0.98) 0%, #25838e 0%, #27b2be 32%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25838e', endColorstr='#27b2be', GradientType=1 ); }

.ft-logo {
  background-color: #28b7c5;
  min-height: 102px;
  padding: 0 10px;
  position: relative;
  z-index: 3; }
  .ft-logo a {
    position: relative;
    z-index: 3; }
  .ft-logo .ft-out1 {
    position: absolute;
    bottom: 2px;
    left: -113px; }

.ft-form-dk {
  position: relative;
  z-index: 3;
  text-align: center; }
  .ft-form-dk .dk-desc {
    font-size: 25px;
    font-family: "UTMTI";
    color: #fff;
    margin-top: 10px; }
    .ft-form-dk .dk-desc span {
      font-size: 28px;
      font-family: "Seagul";
      color: #ffda0a; }
  .ft-form-dk form input[type="text"] {
    height: 30px;
    width: 290px;
    border: none;
    padding: 0 30px;
    margin-right: 5px; }
    .ft-form-dk form input[type="text"]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-size: 13px;
      color: #595959; }
    .ft-form-dk form input[type="text"]::-moz-placeholder {
      /* Firefox 19+ */
      font-size: 13px;
      color: #595959; }
    .ft-form-dk form input[type="text"]::-ms-input-placeholder {
      /* IE 10+ */
      font-size: 13px;
      color: #595959; }
    .ft-form-dk form input[type="text"]::-moz-placeholder {
      /* Firefox 18- */
      font-size: 13px;
      color: #595959; }
  .ft-form-dk form input[type="submit"] {
    boRder: none;
    background: #bf1b17;
    font-size: 14px;
    font-family: "OPENB";
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px; }

/**********
**BOTTOM FOOTER
***********/
.row.row0 {
  margin: 0; }
  .row.row0 div[class*="col-"] {
    padding: 0; }

.bottom-footer {
  background: url("../img/bg-bottom-footer.jpg") no-repeat top center;
  background-size: cover; }

.ft-hotline {
  margin: 20px 0;
  padding-left: 20px; }

.ft-support ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .ft-support ul li {
    display: inline-block;
    margin: 0 3px; }

.ft-map {
  max-height: 220px; }

/***Blog****/
/**************************Category**************************/
.pd-20 {
  padding-right: 25px; }

.page-template {
  margin-bottom: 70px; }

/**********
** BREADCRUMB
***********/
.breadcrumb {
  background: none !important;
  padding: 0;
  margin-top: 30px; }
  .breadcrumb a {
    color: #393939; }
  .breadcrumb .breadcrumb_last {
    color: #28b7c5; }
  .breadcrumb .bread-dot {
    padding: 0 5px; }

.page-header h1 {
  font-size: 20px;
  background: url("../img/icon-cat.png") no-repeat left center;
  padding: 5px 0 5px 40px;
  color: #28b7c5; }

/**********
** BLOG LIST
***********/
.blog-list {
  width: 100%;
  display: table;
  padding: 15px 0;
  border-bottom: 1px solid #d2d2d2; }
  .blog-list:last-child {
    border-bottom: none; }

.blog-img {
  float: left;
  margin-right: 25px; }

.blog-content .entry-title {
  font-size: 16px;
  padding-top: 15px; }
  .blog-content .entry-title a {
    font-family: "OPENB";
    color: #28b7c5; }

.blog-content .blog-desc {
  line-height: 24px; }

.blog-content .entry-tags:before {
  font-family: "FontAwesome";
  margin: 0 5px 0 0;
  content: "\f02c";
  color: #0ba0d1; }

.blog-content .entry-tags a {
  color: #0ba0d1;
  line-height: 24px; }

/**********
** PAGENATION
***********/
.pagination {
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 70px; }
 .pagination li{display:inline-block;height:40px;min-width:20px}
  .pagination .current, .pagination .inactive {
    width: 19px;
    height: 19px;
    font-size: 16px;
    line-height: 19px;
    font-family: "OPENB";
    margin: 0 10px;
    text-decoration: none; }
  .pagination .current {
    color: #fff;
    background: #28b7c5; }
  .pagination .inactive {
    color: #2a2a2a; }
    .pagination .inactive:hover {
      background: #28b7c5;
      color: #fff; }

/**********
** WIDGET 
***********/
/*RECENT VIEW*/
.box-widget {
  margin-top: 35px; }
  .box-widget h4 {
    font-family: "OPENB";
    background: #28b7c5;
    font-size: 15px;
    color: #fff;
    padding: 15px;
    margin-bottom: 0; }
  .box-widget .widget-recent-view {
    border: 1px solid #a1a1a1;
    padding: 0 5px; }

.cat-side {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #393939;
  padding-top: 15px;
  padding-bottom: 5px; }
  .cat-side:last-child {
    border-bottom: none; }
  .cat-side img {
    float: left;
    margin-right: 15px; }
  .cat-side .title-entry {
    font-size: 15px;
    line-height: 24px;
    margin-top: -5px; }
    .cat-side .title-entry a {
      color: #393939;
      font-family: "OPENB"; }
    .cat-side .title-entry:hover a {
      color: #28b7c5; }

/****TABS****/
.action-tab {
  height: 50px;
  padding-left: 63px;
  position: relative;
  z-index: 2; }
  .action-tab h2 {
    color: #fff;
    font-family: "OPENB";
    line-height: 60px;
    font-size: 15px; }
  .action-tab.act1 {
    background: url("../img/widget/w1.png") no-repeat left center;
    background-size: contain; }
  .action-tab.act2 {
    background: url("../img/widget/w2.png") no-repeat left center;
    background-size: contain; }
  .action-tab.act3 {
    background: url("../img/widget/w3.png") no-repeat left center;
    background-size: contain; }
  .action-tab.act4 {
    background: url("../img/widget/w4.png") no-repeat left center;
    background-size: contain; }

.show-content {
  display: none;
  background-color: #f4f4f4;
  margin: 0;
  padding: 15px 0 10px 0;
  top: -5px;
  position: relative;
  z-index: 1; }
  .show-content.active {
    display: block; }
  .show-content li {
    list-style: none;
    padding-left: 30px;
    font-family: "OPENB";
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px; }
    .show-content li a {
      color: #393939; }
    .show-content li:before {
      font-family: "FontAwesome";
      content: "\f105";
      margin-right: 5px;
      font-weight: bold; }
    .show-content li:hover:before {
      color: #28b7c5; }
    .show-content li:hover a {
      color: #28b7c5; }

/*RELATE POST*/
#relatepost {
  margin-top: 50px; }
  #relatepost h5 {
    font-family: "OPENB";
    font-size: 18px;
    color: #28b7c5;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px; }

.relate-box {
  margin-top: 35px; }

.entry-title {
  margin-top: 20px;
  font-size: 14px; }
  .entry-title a {
    font-size: 14px;
    line-height: 20px;
    color: #373737;
    font-family: "OPENB"; }
    .entry-title a:hover {
      color: #28b7c5; }

/***********Single*************/
.single-box {
  margin-top: 40px; }
  .single-box h2, .single-box h3 {
    font-size: 20px;
    color: #28b7c5;
    line-height: 24px;
    background: #e9e9e9;
    margin: 20px 3px 20px 47px;
    font-family: font3;
    position: relative;
    padding: 3px 20px 3px 30px;
    -webkit-box-shadow: 0 2px 7px #8c8c8c;
    box-shadow: 0 2px 7px #8c8c8c;
    height: 50px;
    -webkit-display: flex;
    -moz-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .single-box h2:before, .single-box h3:before {
      content: "";
      position: absolute;
      top: -2px;
      left: -47px;
      width: 66px;
      height: 56px;
      background: url(../img/single/hoa.png) no-repeat;
      display: block; }
  .single-box img.aligncenter {
    margin: 0 auto;
    display: block; }

.khung-1 {
  position: relative;
  background: #f6f6f6;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 6px #b3b3b3;
  box-shadow: 0 4px 6px #b3b3b3;
  padding: 25px 10px 30px 20px;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  color: #e13958;
  margin-bottom: 30px; }
  .khung-1:before, .khung-1:after {
    content: "";
    position: absolute; }
  .khung-1:before {
    width: 72px;
    height: 72px;
    z-index: 2;
    top: -10px;
    left: -10px;
    background: url(../img/single/k1.png); }
  .khung-1:after {
    bottom: -5px;
    right: -5px;
    background: url(../img/single/k2.png);
    display: block;
    width: 39px;
    height: 39px; }

.khung-2 p {
  padding-left: 57px;
  background: url("../img/single/t1.png");
  background-repeat: no-repeat;
  background-position: top left 20px; }

.khung-3 p {
  padding-left: 57px;
  background: url("../img/single/t1.png");
  background-repeat: no-repeat;
  background-position: top left 20px; }


.out2{
    position: relative;
    height: 500px;
}


.out2 .box2{position:absolute;width: 365px;text-align: justify;}
.out2 .box2 h3{font-size:20px; text-transform:uppercase; font-weight:bold;}

.out2 .box2:nth-of-type(1){top: 30px;left: 0;}
.out2 .box2:nth-of-type(1) h3{ color:#d96d7d; }
.out2 .box2:nth-of-type(2){top: 30px;right:0;}
.out2 .box2:nth-of-type(2) h3{ color:#e8936e;}
.out2 .box2:nth-of-type(3){bottom: 30px;left:0;}
.out2 .box2:nth-of-type(3) h3{ color:#7a4f58;}
.out2 .box2:nth-of-type(4){bottom: 30px;right:0;}
.out2 .box2:nth-of-type(4) h3{ color:#34adb8;}

.box2{}

.out2 .item1{ display:block; margin:50px auto;}

.mtpk{margin-top: 70px;width: 100%;display: table;margin-left: -10px;margin-right: -10px;}
.mtpk-list{width: 33.33333%;float: left;padding-left: 10px;padding-right: 10px;}
.mtpk-name{text-align: center;padding: 0 5px;text-transform: uppercase; font-size: 15px;font-family: "OPENB";}
.mtpk-name a{color: #3b3b3b;}
.mtpk-img{overflow: hidden; text-align: center;}
.mtpk-img img{-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.mtpk-list:hover .mtpk-img img{-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.mtpk-list:hover a{color: #28b7c5;}
ul.cap2 {
    position: absolute;
    left: 360px !important;
    z-index: 1 !important;
    top: 0px !important;
}
.main-menu ul li ul.cap2:before{
    content: "";
    position: absolute;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    left: 50%;
    right: auto;
}
.hen {
    width: 40%;
    float: left;
    text-align: center;
    padding: 25px 0 0 1%;
}
.vs {
    width: 18%;
    float: left;
    text-align: center;
    padding-top: 185px;
}
.ko-hen {
    width: 40%;
    float: right;
    text-align: center;
    padding: 25px 1% 0 0;
}
section#sec8 {
}
.main {
    margin: 0 auto;
    max-width: 980px;
}
.footerbg1 {
    background: #2284c8;
    border-top: 8px #389be0 solid;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    overflow: hidden;
}
.footerbg1 .col {
    width: 22%;
    margin: 1%;
    float: left;
    text-align: center;
    background: url(../img/bg_shadow.png) no-repeat left center;
    padding-left: 1%;
}
.footerbg2 {
    background: #006bb5;
}
.footerbg2 .left-footer {
    width: 40%;
    padding: 1%;
    float: left;
    color: #fff;
}
.footerbg2 .contact {
    padding: 20px 0 10px;
    overflow: hidden;
}
.footerbg2 .contact .top {
    width: 82px;
    float: left;
    text-transform: uppercase;
    font-weight: 800;
}
.footerbg2 .contact .line {
    width: 298px;
    float: left;
    height: 10px;
    background: url(../img/line.jpg) repeat-x center;
}
.footerbg2 .register {
    padding: 0px 0 10px;
    overflow: hidden;
}
.footerbg2 .register .top {
    width: 135px;
    float: left;
    text-transform: uppercase;
    font-weight: 800;
}
.footerbg2 .register .line {
    width: 245px;
    float: left;
    height: 10px;
    background: url(../img/line.jpg) repeat-x center;
}
.thongbao-lienhe, .thongbao-lienhe1 {
    clear: both;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    height: 24px;
    overflow: hidden;
}
.row-form {
    padding: 5px 0;
}
.row-form label {
    width: 140px;
    text-transform: uppercase;
    display: block;
    float: left;
    background: url(../img/bullet.png) no-repeat 5px center;
    padding-left: 20px;
    font-size: 13px;
}
.row-form input {
    box-shadow: 2px 3px 9px -4px #000 inset;
    padding: 3px 10px;
    min-width: 196px;
    height: 25px;
}
.row-form select {
    padding: 3px 0;
    box-shadow: 2px 3px 9px -4px #000 inset;
    margin-right: 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.btn-register {
    background: #ffde5c;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    float: right;
    padding: 8px 15px;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 10px;
}
.footerbg2 .map {
    width: 58%;
    float: right;
    text-align: center;
    padding: 25px 0;
}
.footerbg2 .map p {
    color: #fff;
    text-align: center;
    padding: 10px 0 0;
}
.copyright {
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    max-width: 980px;
    clear: both;
    padding: 15px 5px 0;
}
.copyright a {
    color: #e86c6c;
}
footer#footer p {
    margin-bottom: 0px;
}
#secnew {
    background: #eeeeee;
    color: #000;
}
#secnew .container {
    position: relative;
    height: 570px;
}
#secnew .item1 {
    position: absolute;
    bottom: 0;
    width: 250px;
}
.box3 {
    width: 820px;
    height: 460px;
    background: url(../img/i9.png);
    float: right;
    margin: 45px 0 0 0;
    padding: 30px 66px 0 66px;
    background-size: 100% 100%;
}
.box3 .item2 {
    text-transform: uppercase;
    font-family: font2;
    font-size: 20px;
    text-align: center;
    color: #28b7c5;
}
.box3 .item3 {
    text-align: center;
    font-family: font3;
    margin: 0 0 20px 0;
    color: #ff0000;
}
.box3 .item5 {
    text-align: center;
    margin: -16px 0 0 0;
}
.section_8 .box_section_8 .content_box_section8 {
    width: 1000px;
    margin: 0px auto;
}
.section_8 .box_section_8 .content_box_section8 .col1_section8 {
    width: 69%;
    float: left;
}
.breadcrumb {
    float: left;
    padding-bottom: 10px;
}
.breadcrumb a {
    text-decoration: none;
    color: black;
}
.section_8 .box_section_8 .content_box_section8 .col1_section8 .loai_section8 .title_loai {
    padding: 5px;
    background: #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.section_8 .box_section_8 .content_box_section8 .col1_section8 .loai_section8 .title_loai h1 {
    color: #0195db;
    font-size: 18px;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: bold;
}
.section_8 .box_section_8 .content_box_section8 .col1_section8 .loai_section8 .title_loai h1:before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/icon-loai.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -5px;
    left: -4px;
    display: block;
}
.section_8 .box_section_8 .content_box_section8 .col1_section8 .loai_section8 .box_loai_section8 article {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
    border-bottom: 1px solid #c2c2c2;
}
.section_8 .box_section_8 .content_box_section8 .col1_section8 .loai_section8 .box_loai_section8 article .img_hinhloai {
    width: 38%;
    float: left;
}
.section_8 .box_section_8 .content_box_section8 .col1_section8 .loai_section8 .box_loai_section8 article .img_hinhloai img {
    max-width: 100%;
/*    height: 191px;*/
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #ccc;
}
.section_8 .box_section_8 .content_box_section8 .col1_section8 .loai_section8 .box_loai_section8 article .info_bvloai {
    width: 62%;
    float: right;
}
.section_8 .box_section_8 .content_box_section8 .col1_section8 .loai_section8 .box_loai_section8 article .info_bvloai h2 {
    width: 100%;
    font-size: 1rem;
}
.section_8 .box_section_8 .content_box_section8 .col1_section8 .loai_section8 .box_loai_section8 article .info_bvloai h2 a {
    font-size: 20px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.section_8 .box_section_8 .content_box_section8 .col1_section8 .loai_section8 .box_loai_section8 article .info_bvloai .thongtintg {
    width: 100%;
}
.section_8 .box_section_8 .content_box_section8 .col1_section8 .loai_section8 .box_loai_section8 article .info_bvloai .thongtintg span.t_ngaydang {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.section_8 .box_section_8 .content_box_section8 .col1_section8 .loai_section8 .box_loai_section8 article .info_bvloai .thongtintg span.t_luotxem {
    width: 50%;
    float: right;
    text-align: right;
    position: relative;
}
.section_8 .box_section_8 .content_box_section8 .col1_section8 .loai_section8 .box_loai_section8 article .info_bvloai p {
    line-height: 22px;
    text-align: justify;
}
.section_8 .box_section_8 .content_box_section8 .col1_section8 .loai_section8 .box_loai_section8 article .info_bvloai .openxem {
    padding: 5px;
    background: #0195db;
    width: 120px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    float: right;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 {
    width: 29%;
    float: right;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar {
    width: 100%;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar1 {
    width: 100%;
    padding: 5px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar1 .danhmucbenh_pageloai {
    width: 100%;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar1 .danhmucbenh_pageloai ul li {
    list-style: none;
    height: 65px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar1 .danhmucbenh_pageloai ul li a {
    text-decoration: none;
    width: 100%;
    display: block;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar1 .danhmucbenh_pageloai ul li a i {
    width: 50px;
    float: left;
    display: block;
    background: #0195db;
    border-radius: 5px;
    height: 50px;
    position: relative;
    top: 7px;
    left: 5px;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar1 .danhmucbenh_pageloai ul li a i span {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../img/icon-bv-01.png);
    background-repeat: no-repeat;
    height: 40px;
    margin: auto;
    display: block;
    position: relative;
    top: 5px;
    left: 3px;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar1 .danhmucbenh_pageloai ul li a span {
    width: 80%;
    float: right;
    font-size: 16px;
    color: #0195db;
    font-weight: 600;
    position: relative;
    top: 20px;
    left: 13px;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar1 .danhmucbenh_pageloai ul li a .tbenh:after {
    content: "";
    background-image: url(../img/icon-muiten-02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -3px;
    left: 190px;
    display: block;
}
.section_8 .box_section_8 .content_box_section8 .col1_section8 .loai_section8 .box_loai_section8 article .info_bvloai .thongtintg span.t_luotxem:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon_luotxem.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    top: 4px;
    right: 125px;
}
.section_8 .box_section_8 .content_box_section8 .col1_section8 .loai_section8 .box_loai_section8 article .info_bvloai .thongtintg span.t_ngaydang:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon_ngaydang.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    top: 4px;
    left: 0;
}
.section_8 .box_section_8 .content_box_section8 .col1_section8 .loai_section8 .box_loai_section8 article .info_bvloai:hover h2 a {
    color: #0195db;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar2 h4#bvxnne {
    padding-top: 12px;
    background-image: url(../img/bvxn.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 41px;
    font-size: 17px;
    font-weight: bold;
}
.clear5 {
    clear: both;
    height: 5px;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar2 nav {
    width: 100%;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar2 nav ul li {
    list-style: none;
    width: 100%;
    overflow: hidden;
    padding: 10px 0px;
    border-bottom: 1px solid #c2c2c2;
}
.box_slidebar2 ul {
    padding-left: 0px;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar2 nav ul li .img_bvxn {
    width: 28%;
    float: left;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar2 nav ul li .info_bvxn {
    width: 70%;
    float: right;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar2 nav ul li .img_bvxn a img {
    max-width: 100%;
    height: 70px;
    width: 90px;
        border: 1px solid #ccc;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar2 nav ul li .info_bvxn h4 {
    text-align: left;
    line-height: 14px;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar2 h4 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar2 nav ul li .info_bvxn h4 a {
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar2 nav ul li .info_bvxn p {
    font-size: 13px;
    text-align: justify;
    color: #5d5d5d;
    line-height: 14px;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar4 h4 {
    width: 100%;
    text-align: center;
    font-size: 23px;
    color: #0195db;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar4 #form_tvmp {
    width: 100%;
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
    border-top: 0;
    position: relative;
    top: -4px;
}
.clear10 {
    clear: both;
    height: 10px;
}
.box_slidebar4 {
    margin-top: 10px;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar4 #form_tvmp input {
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
    outline: none;
    margin: 4px 0px;
    width: 100%;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar4 #form_tvmp .noidung_tvmp {
    height: 60px;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar4 #form_tvmp p {
    font-size: 13px;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar4 #form_tvmp p strong {
    color: red;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar4 #form_tvmp .gui_thongtin {
    width: 100px;
    padding: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    background: #ff190e;
    border: none;
    outline: none;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    display: block;
}
.phantrang {
    padding-bottom: 5%;
    text-align: center;
    margin-top:30px;
}
.phantrang span, .phantrang a:hover {
    background: #fff;
    color: #0070a0;
    padding: 8px 12px;
    margin: 0 10px;
    border: 1px solid #E3E2E2;
    font-size: 12px;
}
span.phan_trang {
    background: white!important;
    color: #008fe5!important;
}
.phantrang a {
    background: #007cc3;
    color: #fff;
    padding: 8px 12px;
    margin: 0 8px;
    font-size: 12px;
}
.box_slidebar1 ul {
    padding-left: 0px;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar1 .danhmucbenh_pageloai ul li:hover {
    background: #0195db;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar1 .danhmucbenh_pageloai ul li:hover a i {
    background: #fff;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar1 .danhmucbenh_pageloai ul li:hover a i span {
    background-image: url(../img/icon-bv-01-1.png);
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar1 .danhmucbenh_pageloai ul li:hover a span {
    color: #fff;
}
.section_8 .box_section_8 .content_box_section8 .col2_section8 .box_slidebar .box_slidebar1 .danhmucbenh_pageloai ul li:hover a .tbenh:after {
    background-image: url(../img/icon-muiten-01.png);
}
#trangchitiet h1 {
    padding: 0px;
    padding-top: 5px;
    margin: 10 0px;
    margin-bottom: 6px;
    font-size: 20px;
    padding-bottom: 5px;
    /* border-bottom: solid 2px #19b98d; */
    color: #0195db;
    font-weight: normal;
    line-height: 22px;
    text-transform: uppercase;
}
.khung_bv_04 {
    width: 670px;
    padding-bottom: 30px;
}
.khung_bv_04 .content_khung_bv04 {
    width: 100%;
}
.khung_bv_04 .content_khung_bv04 .title_huongdan4 {
    width: 50%;
    left: 0;
    right: 0;
    top: 0;
    font-size: 1.2em;
    position: relative;
    background: #fff;
    display: block;
    margin: auto;
    text-align: center;
    padding: 10px;
    border-style: dotted;
    border-width: 1px;
    font-weight: bold;
    color: #019796;
    border-color: #19ded7;
}
.khung_bv_04 .content_khung_bv04 .title_huongdan4 {
    font-size: 20px;
}
.khung_bv_04 .content_khung_bv04 .title_huongdan4:after, .khung_bv_04 .content_khung_bv04 .title_huongdan4:before {
    top: 100%;
    left: 50%;
    border-style: dotted;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.khung_bv_04 .content_khung_bv04 .title_huongdan4:before {
    border-color: rgba(25, 222, 215, 0);
    border-top-color: #19ded7;
    border-width: 11px;
    margin-left: -11px;
}
.khung_bv_04 .content_khung_bv04 .title_huongdan4:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.khung_bv_04 .content_khung_bv04 ul {
    margin-top: 3%;
    overflow: hidden;
}
.khung_bv_04 .content_khung_bv04 ul li {
    list-style: none;
    background: #e9f1fa;
    padding: 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    height: 30%;
}
.khung_bv_04 .content_khung_bv04 ul li:first-child {
    width: 48%;
    float: left;
}
.khung_bv_04 .content_khung_bv04 ul li:first-child {
    height: 115px;
    text-align: justify;
}
.khung_bv_04 .content_khung_bv04 ul li:last-child {
    width: 48%;
    float: right;
    height: 115px;
    text-align: justify;
}
.khung_bv_04 .content_khung_bv04 .form_khungbv_04 {
    width: 100%;
    margin-top: 20px;
    display: block;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
}
.khung_bv_04 .content_khung_bv04 .form_khungbv_04 {
    margin-top: 35px;
    padding: 0px 45px;
}
.khung_bv_04 .content_khung_bv04 .form_khungbv_04 #form_tv04 {
    width: 100%;
    height: 100%;
    position: relative;
}
.khung_bv_04 .content_khung_bv04 .form_khungbv_04 #form_tv04 .txt_sdt_khung4 {
    border-style: dotted;
    border-width: 1px;
    border-color: #09dcd4;
    padding: 3% 1%;
    outline: none;
    width: 75%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 5px;
}
.khung_bv_04 .content_khung_bv04 .form_khungbv_04 #form_tv04 .txt_sdt_khung4 {
    padding: 2% 1%;
    width: 80%;
}
.khung_bv_04 .content_khung_bv04 .form_khungbv_04 #form_tv04 .btn_sdt_khung4 {
    padding: 2% 1%;
    background: #019796;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: none;
    outline: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    border-radius: 5px;
    border: 1px solid #019796;
}

.khung_bv_04 .content_khung_bv04 ul li p span {
    color: red;
    font-weight: bold;
}
.khung_bv_04 .content_khung_bv04 ul li p a {
    color: red;
    text-decoration: none;
    font-weight: bold;
}
.ngaythang22 {
    width: 100%;
    text-align: right;
    background: #e5e5e5;
    overflow: hidden;
    margin-bottom: 10px;
}
.ngaythang22 span {
    width: 33.33%;
    float: left;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0px;
    position: relative;
}
.ngaythang22 span:first-child:before {
    content: "";
    background-image: url(../img/icon_ngaydang.png);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 30px;
    position: absolute;
    top: 13px;
    left: 12px;
    display: block;
}
.ngaythang22 span:nth-child(2):before {
    content: "";
    background-image: url(../img/icon_luotxem.png);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 30px;
    position: absolute;
    top: 13px;
    left: 38px;
    display: block;
}
.ngaythang22 span:last-child>a {
    color: #fff;
    text-decoration: none;
}
.ngaythang22 span:last-child {
    position: relative;
    background: #0195db;
    width: 120px;
    float: right;
}
.btn_tuvan_noidung {
    display: block;
    margin: 15px auto;
    clear: both;
    width: 400px;
}
.dathen_chitiet {
    padding: 5px 2px 5px 5px;
    border: 2px solid red;
    background: #c2edf6;
}
.benhcuaban {
    margin-bottom: 2%;
    margin-top: 3%;
}
.benhcuaban .form-lienhe {
    background: #e1e0e0;
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: 4px 4px 10px #999;
}
.title_benhcuaban {
  font-weight: bold;
    color: #0195db;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: left;
}
.benhcuaban .form-lienhe input {
    width: 49%;
    float: left;
    border: none;
    padding: 7px;
    margin-bottom: 13px;
    margin-right: 2%;
    outline: none;
}
.benhcuaban .form-lienhe .sdt {
    margin-right: 0;
}
.benhcuaban .form-lienhe textArea {
    width: 100%;
    border: none;
    padding: 7px;
    outline: none;
}
.benhcuaban .form-lienhe button {
    float: right;
    border: none;
    background: #f00;
    padding: 8px 18px;
    color: #fff;
    font-weight: 600;
    margin-top: 1%;
    cursor: pointer;
}
.red{color:red;font-weight: bold;}
.tcc-lq {
    border-bottom: 1px solid #008fe5;
    font-size: 2rem;
    color: #008fe5;
    font-weight: bold;
    font-style: italic;
    margin-top: 20px;
    padding-left: 0px;
    padding-bottom: 15px;
}
.lq {
    padding: 0.5rem;
}
.tcc-lq-img {
    overflow: hidden;
    border: 1px solid #ccc;
    height: 148px;
    margin-bottom: 10px;
}
.tcc-lq-title a {
    color: #000;
}
.tcc-lq-title a:hover{
  color:#007bff;
}

.tcc-lq-img:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.shadow_box {
    box-shadow: 0px 0px 5px #999;
    padding: 10px;
}
div#trangchitiet {
    margin-top: 30px;
}

.box_slidebar1 {
    padding-top: 0px !important;
}
article {
    width: 100%;
    border: none;
    overflow: hidden;
    padding: 14px 0px;
}
article .info_box_01 {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
article .info_box_01 .usimg_avatar_01 {
    width: 6%;
    float: left;
}
article .info_box_01 .usinfo_avatar_01 {
    width: 93%;
    float: right;
}
article .info_box_01 .usinfo_avatar_01 p {
    font-size: 14px;
    margin-bottom: 0px;
}
.box_traloibinhluan .thongtin_binhluan span {
    color: #ff190d;
    font-weight: bold;
}
article .info_box_01 .usinfo_avatar_01 #ng-d {
    font-size: 12px;
    color: #000 !important;
    font-weight: 400;
    top: -6px;
    position: relative;
}
article .info_box_01 p {
    font-size: 14px;
    text-align: justify;
}
article .info_box_02 {
    width: 93%;
    float: right;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
article .info_box_02 .uscontent_info_box2 {
    width: 100%;
}
article .info_box_02 .uscontent_info_box2 span {
    font-size: 14px;
    color: #ff190d;
}
article .info_box_02 .uscontent_info_box2 .pkimg_avatar_01 {
    width: 8%;
    float: left;
}
article .info_box_02 .uscontent_info_box2 .pkinfo_avatar_01 {
    width: 91%;
    float: right;
}
article .info_box_02 .uscontent_info_box2 .pkinfo_avatar_01 p {
    font-size: 14px;
    margin-bottom: 0px;
}
article .info_box_02 .uscontent_info_box2 .pkinfo_avatar_01 p strong {
    color: #0195db;
}
article .info_box_02 .uscontent_info_box2 .pkinfo_avatar_01 .ustt_pk_bl {
    line-height: 22px;
    text-align: justify;
}
article .info_box_02 .uscontent_info_box2 .pkinfo_avatar_01 p {
    font-size: 14px;
}
.title_binhluan{
      color: #ff190d;
    font-weight: bold;
}




#scroll-left{

	position: fixed;

    left: -240px;

    top: 30%;

    z-index: 3;

    max-width: 300px;

}

#scroll-left ul{
	padding: 0;
}

#scroll-left .scroll-info{

	display: table;

    float: left;

    width: 78%;

    height: 60px;

	text-transform: uppercase;

}



#scroll-left .scroll-info h6{

	color: #ffffff;

	margin-top: 5px;

}



#scroll-left .scroll-info h3{

	color: #ffffff;

	font-size: 25px;

}



#scroll-left .scroll-icon{

	float: left;

	width: 22%;

	min-width: 60px;

}



#scroll-left .scroll-icon img{

	width: 100%;

	height: 100%;

	max-height: 60px;

	max-width: 60px;

}



#scroll-left #hotline{

	display: inline-block;

	background: #e1242a;

}



#scroll-left #advisory{

	display: inline-block;

	background: #f58d31;

}



#scroll-left #advisory-zalo{

	display: inline-block;

	background: #008fe5;

}



#scroll-left #calendar{

	display: inline-block;

	background: #038fa3;

}



#scroll-left ul li:not(#backtotop){

	min-width: 300px;

	position: relative;

	transition: 0.5s;

	left: 0px;

}

#scroll-left ul li:not(#backtotop):hover{
	left: 240px;
}


#scroll-left ul li{

	margin-top: -5px;

	padding-left: 10px;

	width: 100%;

	text-align: center;

	height: 60px;

}



#scroll-left #hotline #form_dl_call {

	display: table-cell;

	vertical-align: middle;

}



#scroll-left #hotline #form_dl_call input{

	border-radius: 3px;

	background: rgba(255, 255, 255, 0.8);

}



#scroll-left #hotline #form_dl_call button{

	border: 1px solid #fff;

	background: rgba(255, 255, 255, 0.8);

	border-radius: 3px;

	cursor: pointer;

	transition: 0.3s;

}



#scroll-left #hotline #form_dl_call button:hover{

	background: #fff;

}



#scroll-left h3, #scroll-left h6{

	margin: 0;

}



#scroll-left #backtotop{

	text-align: right;

	padding: 0;

}



#scroll-left #backtotop{

	background: #363636;

}



#scroll-left #backtotop img{

	max-height: 60px;

}



#scroll-right{ 
    position: fixed;
    right: 0;
    top: 10%;
    z-index: 99;
    max-width: 260px;
	min-height: 154px;
    background: url('/img/icon/l2.jpg');
	background-size: 100% 100%;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    border-radius: 5px;
    padding: 10px;
	transition: 0.3s;
}

#scroll-right #form_dl_call{  
	padding: 0 15px;
    margin-top: 45px;
}

#scroll-right > h5{
	color: #ff0000;
	display: none;
	text-align: center;
	font-size: 15px;
}

#scroll-right h6{
	font-size: 14px;
	color: rgba(0,0,0,0.5);
}

#scroll-right > a{
    position: absolute;
    right: 0;
    width: 30px;
    top: 0;
    height: 30px;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	border-radius: 0 3px 0 3px;
}

#scroll-right > form > #sdt_fix_phai{
	width: 80%;
	float: left;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 3px 0 0 3px; 
	padding: 3px 10px; 
}

#scroll-right > form > #send_fix_phai{
	width: 20%;
	float: left;
	background: #ff0000;
	padding: 4px 0;
	color: #ffffff;
	border-radius: 0 3px 3px  0; 
	border: 0px;
}

#scroll-right img{
	max-width: 300px;
}

#sec1 {
    background: #f7f7f7;
    padding: 30px 0;
    height: 319px;
    border-bottom: 12px solid #dadada;
    border-top: 12px solid #28a980;
    margin-top: -1px;
    overflow: inherit;
}
#sec1 .container {
    position: relative;
    padding-left: 170px;
}
#sec1 .container:before {
    content: "";
    position: absolute;
    width: 155px;
    height: 333px;
    background: url(../img/i13.png);
    top: -56px;
    left: -57px;
    z-index: 2;
}
.box1 {
    text-align: center;
}
.col-5 {
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.box1 a {
    display: block;
    color: #373737;
}
#home-about {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.container-format {
    max-width: 100%;
    width: 1170px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.title_ttct6 {
    border-bottom: 4px solid #f5f5f5;
    box-sizing: border-box;
    color: #404040;
    font-family: tahoma;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 0 0 0px;
    text-transform: uppercase;
    width: 100%;
}
.title_ttct6 h2 {
    font-size: 15px;
    font-weight: normal;
}
.title_ttct6 i {
    color: #3bae6a;
    font-size: 35px;
    font-weight: 600;
    margin-right: 10px;
}
.title_ttct6 span {
    color: #006bb5;
    font-size: 21px;
    font-weight: 600;
}
.home-about-support {
    width: 49%;
    float: left;
    margin-right: 2%;
    border: 1px solid #ccc;
    padding: 1rem;
    color: #000000;
    border-radius: 5px;
}
.home-about-support p {
    text-align: justify;
}
.color-default {
    color: #006bb5;
}
ul.gt-left-menu li {
    float: left;
    width: 23%;
    padding: 10px;
    text-align: center;
    height: 138px;
    position: relative;
    margin-right: 2%;
        list-style-type: none;
}
ul.gt-left-menu li a {
    display: block;
    border: 1px solid #006bb5;
    height: 114px;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 107px;
    background: white;
}
ul.gt-left-menu li a i {
    font-size: 40px;
    transition: .5s;
    color: #006bb5;
}
ul.gt-left-menu li span {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    line-height: 20px;
    color: #000000;
}
.home-about-form {
    width: 49%;
    border: 1px solid #ccc;
    background: url(../img/bg-gioithieu.png) right bottom no-repeat;
    min-height: 308px;
    border-radius: 5px;
    position: relative;
    float:right;
}
.home-about-form form {
    width: 50%;
    padding: 1rem;
    top: 0;
}
.home-about-form form > p {
    text-align: center;
    font-size: 20px;
}
.home-about-form form input, .home-about-form form textarea {
    width: 100%;
    border: 1px solid #006bb5;
    margin-bottom: 1rem;
    padding: 5px 10px;
}
.home-about-form form input, .home-about-form form textarea {
    width: 100%;
    border: 1px solid #006bb5;
    margin-bottom: 1rem;
    padding: 5px 10px;
}

#home-about .title_ttct6, #share-exp .title_ttct6, #image-gallery .title_ttct6 {
    margin-bottom: 20px;
}
#home-about-form-btn {
    position: relative;
    background: #006bb5;
    border: 0px;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 5px 0px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid transparent;
    font-weight: 700;
}
ul.gt-left-menu li a:hover {
    border: 1px solid #3bae6a;
}
ul.gt-left-menu li a:hover i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    color: #3bae6a;
}
ul.gt-left-menu li a:hover span {
    color: #3bae6a;
}
li.current-menu-item a {
    margin-left: 10px;
}
.clear-20{
  clear: both;
  height: 20px;
}
.home-slider {
    margin-bottom: 30px;
}


#popupQC{
	position: fixed;
	z-index: 99;
	display: none;
}

.popup-close{
	position: absolute;
    width: 45px;
    height: 45px;
    right: 0px;
    top: 0px;
	cursor: pointer;
}
.hl-img img {
    width: 100%;
}
