@font-face {
  font-family: 'JSR';
  src: url("../fonts/JosefinSans-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'JSB';
  src: url("../fonts/JosefinSans-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'JSI';
  src: url("../fonts/JosefinSans-Italic.ttf") format("truetype"); }
@font-face {
  font-family: 'PPR';
  src: url("../fonts/Poppins-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'GreatVibes';
  src: url("../fonts/GreatVibes-Regular.ttf") format("truetype"); }
object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit; }

b, strong, th {
  font-weight: bold; }

i, em {
  font-style: italic; }

sub, sup {
  font-size: 75%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none; }

ol, ul, li {
  padding: 0;
  list-style: none;
  margin: 0; }

label {
  font-weight: normal; }

input[type="text"], input[type="email"], input[type="password"] {
  padding-left: 12px;
  padding-right: 12px; }

select {
  padding-left: 8px; }

input[type="number"] {
  padding-left: 5px; }

textarea {
  padding: 8px 12px 5px 12px; }

input, textarea, select, button, a {
  outline: none; }

button {
  border: none;
  background: none;
  padding: 0; }

* {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-top: constant(safe-area-inset-top); }

.col-xs-f20, .col-sm-f20, .col-md-f20, .col-lg-f20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.c-img {
  display: block;
  position: relative;
  padding-top: 100%; }
  .c-img img, .c-img .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit; }

.hv-over {
  display: block;
  position: relative; }
  .hv-over:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-over:hover:after {
    background: #2077a7;
    opacity: 0.5; }

.hv-scale {
  overflow: hidden;
  display: block; }
  .hv-scale img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-scale:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.hv-light {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff; }
  .hv-light:before, .hv-light:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none; }
  .hv-light:before {
    right: 0;
    bottom: 0;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-light:after {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.12);
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
  .hv-light:hover:after {
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content li {
  list-style: inherit;
  margin-bottom: 5px; }
.s-content p {
  margin-bottom: 10px; }
.s-content img {
  display: inline-block;
  max-width: 100%;
  margin: 10px 0;
  object-fit: none; }
.s-content table, .s-content iframe {
  max-width: 100%; }
.s-content a {
  color: #e45200; }
.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #ebebeb; }
  .s-content table td {
    border-collapse: collapse;
    border: solid 1px #ebebeb;
    padding: 3px; }
.s-content h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold; }
.s-content h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold; }
.s-content h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold; }
.s-content h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold; }
.s-content h5 {
  display: block;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold; }
.s-content h6 {
  display: block;
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold; }

.s-social .fb_iframe_widget, .s-social a.pinterest {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px; }

.slick-list {
  margin: 0 0px; }
  .slick-list .slick-slide {
    margin: 0 0px; }

.slick-arrow {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: absolute; }

.slick-dots {
  text-align: center; }
  .slick-dots button {
    display: none; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: solid 2px #666;
    border-radius: 50%;
    cursor: pointer; }
    .slick-dots li.slick-active {
      background: #666; }

.table {
  display: table;
  margin: 0; }
  .table .line {
    display: table-row; }
  .table .cell {
    display: table-cell;
    vertical-align: middle; }

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover; }

.col-xs-f20 {
  float: left;
  width: 20%; }

@media (min-width: 768px) {
  .col-sm-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 992px) {
  .col-md-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 1200px) {
  .col-lg-f20 {
    float: left;
    width: 20%; } }
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-md-80,
.col-xl-15,
.col-xl-80 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

.col-xs-80 {
  width: 80%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; }

  .col-sm-80 {
    width: 80%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; }

  .col-md-80 {
    width: 75%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; }

  .col-lg-80 {
    width: 80%;
    float: left; } }
.col-xs-f20 {
  float: left;
  width: 20%; }

@media (min-width: 768px) {
  .col-sm-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 992px) {
  .col-md-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 1200px) {
  .col-lg-f20 {
    float: left;
    width: 20%; } }
.row-ibl {
  font-size: 0; }
  .row-ibl > [class^="col-"] {
    font-size: 14px;
    float: none;
    display: inline-block;
    vertical-align: top; }
  .row-ibl:after {
    content: '';
    display: inline-block;
    width: 100%; }
  .row-ibl.mid > [class^="col-"] {
    vertical-align: middle; }
  .row-ibl.bot > [class^="col-"] {
    vertical-align: bottom; }
  .row-ibl > [class^="col-"].i-mid {
    vertical-align: middle; }
  .row-ibl > [class^="col-"].i-top {
    vertical-align: top; }
  .row-ibl > [class^="col-"].i-bot {
    vertical-align: bottom; }

.pad-0 {
  padding-left: 0px;
  padding-right: 0px; }

.pad-5 {
  padding-left: 5px;
  padding-right: 5px; }

.pad-8 {
  padding-left: 8px;
  padding-right: 8px; }

.pad-10 {
  padding-left: 10px;
  padding-right: 10px; }

.row-10 {
  margin-left: -10px;
  margin-right: -10px; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px; }

.col-mar-0 > div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px; }

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px; }

.col-mar-5 > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px; }

.col-mar-8 > div[class^="col-"] {
  padding-left: 8px;
  padding-right: 8px; }

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px; }

.col-mar-10 > div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

.relative {
  position: relative; }

.static {
  position: static; }

.absolute {
  position: absolute; }

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

.clearfix:before, .clearfix:after {
  content: '';
  display: block;
  clear: both; }

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

@media all and (max-width: 1199px) {
  .md-left {
    text-align: left; }

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

  .md-right {
    text-align: right; } }
@media all and (max-width: 991px) {
  .sm-left {
    text-align: left; }

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

  .sm-right {
    text-align: right; } }
@media all and (max-width: 767px) {
  .xs-left {
    text-align: left; }

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

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

  .xs-pad-7 {
    margin: 0 -7px; }
    .xs-pad-7 > div[class^="col-"] {
      padding: 0 7px; }

  .xs-pad-5 {
    margin: 0 -5px; }
    .xs-pad-5 > div[class^="col-"] {
      padding: 0 5px; } }
.delay02 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay04 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay06 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.delay08 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.delay10 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s; }

.delay12 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.dura5 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.dura15 {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s; }

.dura20 {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

.dura100 {
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -ms-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s; }

@font-face {
  font-family: 'UTM_I';
  src: url("../fonts/unicode.publish.UVNHongHaHep_I.TTF") format("truetype"); }
@font-face {
  font-family: 'UTM';
  src: url("../fonts/UVNHongHaHep.TTF") format("truetype"); }
@font-face {
  font-family: 'UTM_R';
  src: url("../fonts/UVNHongHaHep_R.TTF") format("truetype"); }
.title_pro {
  color: #FF0000;
  border-bottom: 2px solid;
  padding-bottom: 18px;
  display: block;
  width: 100%;
  margin-bottom: 25px; }

.pro_slide i.fa.fa-chevron-circle-left.slick-arrow {
  top: calc(50% - 9px);
  font-size: 18px;
  color: #bebebe;
  left: -10px; }
.pro_slide i.fa.fa-chevron-circle-right.slick-arrow {
  top: calc(50% - 9px);
  right: -10px;
  font-size: 18px;
  color: #bebebe; }

body {
  font-size: 14px;
  line-height: 1.5;
  font-family: 'UTM_R'; }

.fontari {
  font-family: arial, serif;
  font-style: italic; }

a:hover {
  color: #ff8c14; }

.bg_blue {
  background: #095382; }

.colo_white {
  color: white; }

.ff_UTM {
  font-family: 'UTM'; }

.font_18 {
  font-size: 18px; }

.font_16 {
  font-size: 16px; }

.text_up {
  text-transform: uppercase; }

.mar_10 {
  margin: 0px -10px; }

.pd_10 {
  padding: 0px 10px; }

.menu_top_left {
  margin-bottom: 10px; }
  .menu_top_left a {
    padding: 0px 5px;
    position: relative; }
    .menu_top_left a:after {
      position: absolute;
      content: "";
      right: 0px;
      height: 15px;
      width: 1px;
      background: #2e3438;
      top: 3px; }
    .menu_top_left a:last-child:after {
      display: none; }

header .top_header {
  padding: 15px 0px 5px 0px; }
  header .top_header h2.name_cop {
    font-size: 22px;
    color: #095380;
    text-shadow: 1px 2px 0 #ccc;
    margin: 2px 5px 5px 0;
    font-family: 'UTM'; }
  header .top_header .des_logo {
    font-size: 16px;
    display: block; }
    header .top_header .des_logo i {
      color: #095380;
      margin-right: 5px; }
  header .top_header .search {
    width: 100%;
    height: 23px;
    position: relative;
    margin-top: 20px; }
    header .top_header .search input[type='text'] {
      width: 100%;
      border: 1px solid #095382; }
    header .top_header .search button {
      position: absolute;
      height: 23px;
      width: 30px;
      color: white;
      background: #095382;
      line-height: 23px;
      text-align: center;
      cursor: pointer; }
header .menu {
  background: #DA251C;
  border-bottom: 1px solid #817C7C;
  margin-bottom: 20px;
  transition: .3s; }
  header .menu nav {
    position: relative;
    z-index: 112; }

content h2.title_menu_left {
  border-bottom: 1px solid white;
  font-size: 20px;
  padding: 13px 20px;
  margin: 0;
  line-height: 1.4;
  text-align: left;
  text-transform: uppercase; }
  content h2.title_menu_left.new_so {
    margin-top: 20px; }
content .item_news {
  margin-top: 5px; }
  content .item_news span.time {
    color: #aaaaaa;
    font-size: 12px; }
content .menu_left {
  color: white;
  text-transform: uppercase; }
  content .menu_left ul li i {
    position: absolute;
    right: 0px;
    height: 41px;
    width: 40px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.15);
    line-height: 40px;
    padding-left: 15px;
    top: 0px;
    z-index: 1; }
  content .menu_left ul li i:before {
    font-style: normal;
    content: "\f107";
    font-family: FontAwesome; }
  content .menu_left ul li i.active:before {
    font-style: normal;
    content: "\f106";
    font-family: FontAwesome; }
  content .menu_left ul li {
    border-bottom: 1px solid white;
    position: relative; }
    content .menu_left ul li a {
      padding-left: 20px;
      width: 100%;
      height: 40px;
      line-height: 40px; }
    content .menu_left ul li ul {
      background: white;
      color: black;
      border: 1px solid #095382;
      display: none; }
      content .menu_left ul li ul li {
        position: relative;
        padding-left: 20px; }
        content .menu_left ul li ul li:after {
          position: absolute;
          content: "\f0da";
          font-size: 20px;
          font-family: 'fontawesome';
          left: 10px;
          top: 0px; }
        content .menu_left ul li ul li:first-child {
          border-top: 1px solid white; }
        content .menu_left ul li ul li ul {
          border: none; }
content .slider .img_slide {
  padding-top: 70%; }
  content .slider .img_slide img {
    object-fit: contain; }
content .slider .slick-prev:before {
  left: 0px;
  color: #ebebeb; }
content .slider .slick-next:before {
  right: 0px;
  color: #ebebeb; }
content .slider .slick-next {
  right: 0px; }
content .slider .slick-prev {
  left: 0px; }
content h2.title_help {
  padding: 13px 20px;
  color: #D9241B;
  background: #F9EDED; }
content .phone, content .email {
  color: #D9241B;
  padding: 30px 20px;
  background: #D7F1FE;
  border-top: 1px solid white; }
  content .phone a, content .email a {
    display: block; }
content .email img {
  margin: 20px auto; }
content .email a {
  color: #333333;
  margin-bottom: 5px; }
content .item_pro {
  border: 1px solid #8baec4;
  margin-bottom: 20px;
  position: relative; }
  content .item_pro .img_pro {
    height: 280px;
    display: block; }
    content .item_pro .img_pro img {
      width: auto;
      margin: auto; }
  content .item_pro .text {
    padding: 20px; }
    content .item_pro .text h3.name_pro {
      color: #095381;
      padding-bottom: 20px; }
      content .item_pro .text h3.name_pro a:hover {
        color: #FF0000; }
    content .item_pro .text span.price_pro {
      color: #f9082a;
      font-weight: bold;
      flex: 1;
      text-align: center; }
  content .item_pro .img_pro:hover {
    background: #000; }
    content .item_pro .img_pro:hover img {
      opacity: .9; }
  content .item_pro .hot {
    position: absolute;
    top: -10px;
    left: -10px; }
content .partner {
  border-top: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000; }
  content .partner .slider i.fa.fa-chevron-circle-left.slick-arrow {
    top: calc(50% - 9px);
    font-size: 18px;
    color: #bebebe;
    left: -10px; }
  content .partner .slider i.fa.fa-chevron-circle-right.slick-arrow {
    top: calc(50% - 9px);
    right: -10px;
    font-size: 18px;
    color: #bebebe; }
  content .partner .slider .slide_img {
    padding-top: 65%; }
    content .partner .slider .slide_img img {
      object-fit: contain; }
  content .partner .slider .slick-list {
    margin: 0px -10px; }
  content .partner .slider .slick-slide {
    padding: 0px 10px; }

footer {
  background: #e1f3fe;
  padding: 10px 0 30PX 0; }
  footer h4.title_footer {
    font-size: 15px;
    color: #2D4B92;
    margin-bottom: 10px;
    text-transform: uppercase; }
  footer span.info {
    display: block; }
    footer span.info img {
      margin-right: 10px; }
  footer .map iframe {
    box-shadow: 2px 2px 2px #9E9898, -2px -2px 2px #9E9898, 2px -2px 2px #9E9898, -2px 2px 2px #9E9898; }
  footer .form_footer {
    position: relative;
    background: #007D7C;
    display: flex;
    margin-bottom: 0px;
    padding: 2px; }
    footer .form_footer input {
      display: block;
      width: 100%;
      height: 29px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
    footer .form_footer button {
      cursor: pointer;
      background: #007D7C;
      padding: 4px 18px;
      border-radius: 4px;
      border: 0;
      margin: 0px;
      color: white !important; }
      footer .form_footer button:hover {
        background: #DC8B11; }
  footer .mxh {
    margin-top: 10px;
    padding-right: 20px; }
    footer .mxh a {
      height: 20px;
      width: 20px;
      background: #5A9291;
      display: inline-block;
      color: white;
      line-height: 20px;
      text-align: center;
      border-radius: 50%;
      position: relative;
      margin-left: 12px; }
      footer .mxh a:after {
        position: absolute;
        height: 29px;
        width: 29px;
        border-radius: 50%;
        background: #5A9291;
        content: "";
        top: -3px;
        left: -4px; }
      footer .mxh a i {
        line-height: 20px;
        position: relative;
        z-index: 1;
        border: 1px solid white;
        width: 22px;
        border-radius: 50%; }

.pro_main .pro_slide .slick-list {
  margin: 0px -10px;
  padding-top: 10px; }
.pro_main .pro_slide .slick-slide {
  padding: 0px 10px; }
.pro_main h2.name_pro_main {
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-family: 'UTM'; }
.pro_main p.code_bh {
  font-family: 'arial';
  font-weight: bold;
  color: #333;
  margin-bottom: 10px; }
  .pro_main p.code_bh span {
    font-weight: normal; }
  .pro_main p.code_bh.price {
    color: #FF0000; }
.pro_main h3.help {
  border-top: 1px dashed #00B0EE;
  margin-bottom: 5px;
  margin-top: 40px;
  font-family: 'arial';
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  padding-top: 40px; }
.pro_main span.add_phone_mail {
  display: block;
  margin-bottom: 10px; }
.pro_main .nav-tabs {
  border-bottom: 1px solid transparent;
  margin-top: 30px; }
  .pro_main .nav-tabs .nav-link {
    padding: 10px 30px;
    border-radius: 0px;
    background: #ccc;
    border: 1px solid transparent;
    text-transform: uppercase;
    margin: 10px;
    margin-left: 0px; }
    .pro_main .nav-tabs .nav-link.active {
      background: #095382;
      color: white; }
.pro_main .img_item_all {
  border: 1px solid #ccc;
  padding: 5px;
  padding-right: 7px; }
  .pro_main .img_item_all .slider-nav img {
    border: 1px solid #ccc; }
  .pro_main .img_item_all .slider-nav .slick-list {
    margin: 0px -10px; }
  .pro_main .img_item_all .slider-nav .slick-slide {
    padding: 0px 10px; }
  .pro_main .img_item_all .c-img {
    cursor: pointer;
    padding-top: 75%; }

.pagination {
  padding: 20px 0px; }
  .pagination strong {
    height: 40px;
    width: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    background: #2D4B92;
    color: white;
    margin-right: 10px; }
  .pagination a {
    margin-right: 10px;
    height: 40px;
    width: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    background: #9A9898;
    color: white;
    transition: .3s; }
    .pagination a:hover {
      background: #2D4B92;
      transition: .3s; }

.main {
  margin-bottom: 20px; }

.title_news_cate .title_news {
  font-size: 18px; }
.title_news_cate .item_category_news {
  border-bottom: 2px dotted #ccc;
  padding: 20px 0px; }

.viewmore {
  height: 35px;
  width: 140px;
  background: #ebebeb;
  line-height: 35px;
  text-align: center;
  display: block; }
  .viewmore:hover {
    color: #ff8c14; }

.content_contact {
  width: 100%;
  resize: none;
  height: 150px;
  border: 1px solid #ced4da; }

.send_contact {
  border: 1px solid #cccccc; }
  .send_contact:focus {
    outline: none;
    box-shadow: none; }

.introduce h2.name_cop {
  font-size: 20px; }
.introduce span.des_logo {
  display: block; }
  .introduce span.des_logo i.fa.fa-map-marker {
    color: gray; }
.introduce span.info {
  display: block; }
  .introduce span.info img {
    filter: grayscale(100%); }
.introduce img {
  margin-right: 5px; }

/*# sourceMappingURL=style.css.map */
