.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon {
  padding: 10px;
  background: #fff;
  color: #ccc;
  min-width: 50px;
  text-align: center;
  border: 1px solid #ccc;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
  border-left: 0 solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.input-field:focus {
  border: 2px solid #000;
}

/* Set a style for the submit button */
.btn-lai-thu {
  background-color: red;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn-lai-thu:hover {
  opacity: 1;
}

blockquote {
    font-style: italic;
    margin: 20px 40px;
    padding-left: 20px;
    border-left-width: 3px;
    border-style: solid;
    border-color: #dd3333;
}
.tra-gop-luu-y {
  /*padding: 10px;*/
}
.tra-gop-luu-y .box {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-top: 20px;
}
.tra-gop-luu-y .box i {
  font-size: 60px;
  text-align: center;
  color: #4054b2;
}
.tra-gop-luu-y .center {
  text-align: center;
}
.tra-gop-luu-y ol {
  list-style-type: revert;
  margin-left: 20px;
  line-height: 23px;
}
.tra-gop-luu-y p {
  color: #4054b2;
  font-size: 20px;
}
.tra-gop-luu-y hr {
  border-top: 1px dashed #000;
}

.tra-gop-doi-voi {
  margin-top: 20px;
  margin-bottom: 20px;
}
.tra-gop-doi-voi .box {
  padding: 10px;
  border: 1px dashed #ccc;
  border-radius: 10px;
  margin-top: 20px;
}
.tra-gop-doi-voi. .center {
  text-align: center;
}
.tra-gop-doi-voi .title {
  font-size: 24px;
  color: #e86c53;
  text-align: center;
}
.tra-gop-doi-voi ol, .tra-gop-doi-voi ul {
  list-style-type: revert;
  margin-left: 20px;
  line-height: 23px;
  margin-top: 10px;
}

.col-table-item {
  /*display: table-cell;*/
}
@media screen and (min-width: 991px) {
.col-table-main {
  /*display: table;*/
  display: flex;
  align-items: stretch;
}
}

.form-dang-ky-tra-gop {
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
  padding: 15px;
  max-width:500px;
  margin:auto;
  margin-top: 5px;
  margin-bottom: 10px;
}


.ProductCFL002_box{
      margin: 0px 10px 10px 10px;
      padding: 10px 10px 10px 10px;
      background-color: #F5F5F5;
      border-style: solid;
      border-width: 1px 1px 1px 1px;
      border-color: #E5E5E5;
      border-radius: 8px 8px 8px 8px;
      transition: box-shadow 0.5s;

  }
  .ProductCFL002_box:hover{
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      /*transition: box-shadow 0.5s;*/
  }

  .ProductCFL002_img img{
    text-align: center;
    /*margin-top:-40px;*/
    /*transition:top 1s;  */  
    
  }
  .ProductCFL002_img img:hover{
      /*top: -50px;*/

  }
  .ProductCFL002_hr{
    /*border: 2px dashed rgba(0,44,95,0.29);

    
    font-weight: 600;*/
    height: 2px;
    width:  50%;
    display:  block;  
    text-align: center;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='4' stroke-linecap='square'/%3e%3c/svg%3e");
  }
  .ProductCFL002_img img{
    text-align: center;
    /*margin-top:-40px;*/
    border-radius: 5px;
  }
  .ProductCFL002_box h3{
    text-align: center;
    color: #004F9E;
    font-weight: 600;
    line-height: 1.5;
    margin: 10px auto;
    font-size: 18px;
  }
  .ProductCFL002_price{
    position: relative; 
    font-size: 13px;
    /*margin-bottom: 25px;*/
    text-align: center;
  }
  .ProductCFL002_priceL{
    /*position: absolute; */
    left: 0%;
    color: #e63312;
    font-weight: bold;
  }
  .ProductCFL002_priceR{
    position: absolute; 
    right: 0%;
    color: #004F9E;
  }
  .product-sp1 .col-md-3{
    padding-left: 2px;
    padding-right: 2px;
  }

.move-up-img {
  position: relative;
  top: 0;
  transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all .4s ease-in-out; /** Firefox **/
    -o-transition: all .4s ease-in-out; /** Opera **/
}
.move-up-img:hover {
  /*top: -10px;*/
}
.move-up {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all .4s ease-in-out; /** Firefox **/
    -o-transition: all .4s ease-in-out; /** Opera **/
    top: 0;
}
.move-up:hover {
    top: -10px;
}



.gb-header-top_denmoc {
    background: #004F9E;
}
.gb-header-top_denmoc .gb-header-top_denmoc-right {
    text-align: right;
}
.gb-header-top_denmoc-right ul li {
    border-left: 1px solid #fff;
}
.gb-header-top_denmoc .gb-header-top_denmoc-right ul li {
    display: inline-block;
}
.gb-header-top_denmoc-right ul li a {
    padding: 17px;
    display: block;
    color: #fff;
}
.gb-header-top_denmoc .gb-header-top_denmoc-left ul li {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    margin-right: 10px;
    padding: 15px 0;
    font-weight: 600;
}



.gb-banner-4_vyhofoco {
    display: flow-root;
    /* margin-top: 50px; */
    background-color: #004f9e;
    padding-bottom: 50px;
}
.gb-banner-1_vyhofoco {
    height: 220px;
    overflow: hidden;
    padding-left: 20px;
    position: relative;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    border-radius: 5px;
}
.gb-banner-1_vyhofoco .titleSlide_vyhofoco {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-style: italic;
    width: 100%;
    position: relative;
    z-index: 999;
}
.gb-banner-1_vyhofoco .titleSlide_vyhofoco:before {
    position: absolute;
    top: -15px;
    left: 0;
    width: 60px;
    height: 5px;
    background-color: #004f9e;
    content: "";
}
.gb-banner-1_vyhofoco .noneSlide_vyhofoco {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin: 20px 0;
    position: relative;
    z-index: 999;
    text-shadow: 0 0 3px #c5b50d;
}
.gb-banner-1_vyhofoco:before {
    content: '';
    position: absolute;
    border: 1px solid #fff;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, 7%);
}



.page-dang-ky-lai-thu .title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #004F9E;
}



    .box_OtherCFL0001{
        margin: 10px 10px 10px 10px;
        padding: 10px 10px 10px 10px;
        background-color: #5584b3;
        border-style: solid;
        border-width: 0;
        border-color: #E5E5E5;
        border-radius: 8px 8px 8px 8px;
        transition: box-shadow 0.5s;
    }
    .box_OtherCFL0001:hover{
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        /*transition: box-shadow 0.5s;*/
    }
    .box_OtherCFL0001_icon{
        text-align: center;
    }
    .box_OtherCFL0001_icon2{
        padding: 20px;
        background-color: #004F9E;
        border-radius: 50%;
        color: #fff;
    }
    .box_OtherCFL0001_title{
        text-transform: uppercase;
        text-align: center;
        color: #004F9E;
        font-weight: 600;
        margin:10px auto;
        font-size: 18px
    }

    .box_OtherCFL0001_cont{
        text-align: center;
        color: #fff;
        line-height: 1.5;
        margin:10px auto;
        font-size: 14px;
        margin-bottom: 25px;
        height: 50px;
      overflow: hidden;
    }

    .IntroduceCFL001_btn {
    background: #E11F27;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;}

    .IntroduceCFL001_btn:hover{
        color: #fff;
        background-color: #004F9E;
    }

    .align_center {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
@media screen and (max-width: 768px) {
    .box_OtherCFL0001_cont {
        font-size: 13px;
    }
}

.other-themnut {
    background: #004F9E;
    padding-top: 10px;
    padding-bottom: 50px;
}
.other-themnut h2 {
    text-align: center;
    /*font-family: 'Oswald', sans-serif;*/
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.under-line {
    height: 4px;
    width: 75px;
    background: #fff;
    margin: 11px auto;
    margin-bottom: 50px;
}



.hp_fix03{
        margin-top: 30px;
    }
    .hp_fix03:before{
        background: #FFF;
    }
    .hp_fix03:after{
        background: #FFF;
    }



.page-san-pham .title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #004F9E;
    text-transform: uppercase;
}


.gb-tintuc .title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #004F9E;
    text-transform: uppercase;
}


.gb-chitiet_sanpham .product-name {
  font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #004F9E;
}
.gb-chitiet_sanpham .product-price {
  margin-top: 20px;
}
.gb-chitiet_sanpham .product-price span {
  color: #e63312;
}