/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, 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, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

@media (min-width: 1024.98px) {
  a,
  a img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
@font-face {
  font-family: fontNav;
  src: url(https://img.zing.vn/products/njx/skin-2020/font/utmGod.ttf);
}

@font-face {
  font-family: FontTitle;
  src: url(https://img.zing.vn/products/njx/skin-2020/font/RobotoCondensed-Regular.ttf);
}

@font-face {
  src: url(../fonts/UVNTHANHPHO_R.TTF);
  font-family: unvthanhpho-re;
}

@font-face {
  src: url(../fonts/VAVOB.TTF);
   font-family: vavob; 
}

body {
  overflow-x: hidden;
  font-family: arial;
  min-width: 1200px;
}

.l-container {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
  background: url(../images/background-website2.png) no-repeat top center;
  background-size: cover;
}

.l-content {
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
}

/*------------------------------------------------------------
    Sidebar
------------------------------------------------------------*/
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header {
  width: 100%;
  height: auto;
  background: #002637;
}

.c-header #main-nav {
  width: 100%;
  max-width: 1200px;
  height: 76px;
  margin: 0 auto;
}

.c-header #main-nav ul {
  width: 100%;
  height: 76px;
  margin: 0 auto;
  font: 24px/36px fontNav, Tahoma;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-header #main-nav ul li {
  width: calc(100%/7);
  position: relative;
  margin: 0;
  padding: 0;
}

.c-header #main-nav ul li:last-child a {
  border-right: 0px;
}

.c-header #main-nav ul li a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 20px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border-right: 1px solid #160200;
}

.c-header #main-nav ul li a.active {
  background: #ac1100;
  -webkit-box-shadow: inset 5px 5px 20px #550b01, inset -5px -5px 20px #550b01;
          box-shadow: inset 5px 5px 20px #550b01, inset -5px -5px 20px #550b01;
  color: #fff;
}

.c-header #main-nav ul li a:hover {
  background: #ac1100;
  -webkit-box-shadow: inset 5px 5px 20px #550b01, inset -5px -5px 20px #550b01;
          box-shadow: inset 5px 5px 20px #550b01, inset -5px -5px 20px #550b01;
  color: #fff;
}

.c-header #main-nav ul li > ul {
  background: #002637;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 76px;
  left: 50%;
  margin-left: -90px;
  width: 180px;
  height: auto;
  z-index: 100;
  font-size: 15px;
  line-height: 33px;
}

.c-header #main-nav ul li > ul li {
  width: 100%;
  background: #002637;
  border-top: 1px solid #003953;
  border-bottom: 1px solid #160d0e;
  margin: 0;
}

.c-header #main-nav ul li > ul li:first-child {
  margin-left: 0;
}

.c-header #main-nav ul li > ul li a {
  color: #bfcbbd;
  padding: 5px 15px;
}

.c-header #main-nav ul li > ul li a:hover {
  background: #ac1100;
  -webkit-box-shadow: inset 5px 5px 20px #550b01, inset -5px -5px 20px #550b01;
          box-shadow: inset 5px 5px 20px #550b01, inset -5px -5px 20px #550b01;
  color: #fff;
}

.c-header #main-nav ul li:hover ul {
  display: block;
}

/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  width: 100%;
  height: auto;
  background: #002637;
  color: #fff;
  padding: 80px 0px;
}

.c-footer .l-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-footer .f-logo {
  width: 40%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-footer .f-content {
  width: 45%;
  height: auto;
  text-align: left;
}

.c-footer .f-content h2 {
  font-family: Arial;
  font-size: 20px;
}

.c-footer .f-content p {
  font-size: 14px;
  margin-top: 10px;
}

/*------------------------------------------------------------
    btn
------------------------------------------------------------*/
/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
   Table
------------------------------------------------------------*/
/*------------------------------------------------------------
   Select, input,...
------------------------------------------------------------*/
/*------------------------------------------------------------
   Breadcrumb
------------------------------------------------------------*/
.c-breadcrumb {
  width: 100%;
  height: auto;
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

.c-breadcrumb ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-breadcrumb ul li a, .c-breadcrumb ul li span, .c-breadcrumb ul li small {
  font-size: 20px;
}

.c-breadcrumb ul li small {
  padding: 0px 10px;
}

/*------------------------------------------------------------
    list
------------------------------------------------------------*/
.c-list {
  width: 100%;
  height: auto;
}

.c-list li:last-child .c-post {
  border-bottom: 0px solid #000;
}

.c-list .c-post {
  width: 100%;
  height: auto;
  padding: 30px 0px;
  border-bottom: 1px solid #c0c0c0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
}

.c-list .c-post:hover h3 {
  color: #ff7e00;
}

.c-list .c-post:hover .c-post__img img {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}

.c-list .c-post:hover span, .c-list .c-post:hover p {
  opacity: 0.6;
}

.c-list .c-post__img {
  width: 200px;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
}

.c-list .c-post__img img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-list .c-post__content {
  width: calc(100% - 210px);
}

.c-list .c-post__content h3 {
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
}

.c-list .c-post__content span {
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
  margin-top: 10px;
  display: block;
  color: #959595;
  font-size: 13px;
}

.c-list .c-post__content p {
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}

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

.l-sidebar .c-widget01 h2 {
  font-size: 16px;
  border-bottom: 1px solid #000;
  margin-top: 9px;
  padding-bottom: 10px;
}

.l-sidebar .c-widget01 .c-list {
  padding-top: 10px;
}

.l-sidebar .c-widget01 .c-post {
  padding: 20px 0px;
}

.l-sidebar .c-widget01 .c-post__img {
  width: 120px;
}

.l-sidebar .c-widget01 .c-post__img img {
  height: 80px;
}

.l-sidebar .c-widget01 .c-post__content {
  width: calc(100% - 130px);
  text-align: left;
}

.l-sidebar .c-widget01 .c-post__content span {
  margin-top: 5px;
}

.l-sidebar .c-support {
  text-align: center;
}

.l-sidebar .c-support h2 {
  font-size: 20px;
  font-weight: 500;
}

.l-sidebar .c-support h2 img {
  margin-right: 5px;
  width: 25px;
  height: auto;
}

.l-sidebar .c-support ul {
  width: 100%;
  height: auto;
  text-align: left;
  background: #f2f2f2;
  margin-top: 30px;
  margin-bottom: 50px;
}

.l-sidebar .c-support ul li {
  width: 100%;
  height: auto;
}

.l-sidebar .c-support ul li:nth-last-child(1), .l-sidebar .c-support ul li:nth-last-child(2) {
  background: #009bde;
  color: #fff;
}

.l-sidebar .c-support ul li:nth-last-child(1) a, .l-sidebar .c-support ul li:nth-last-child(2) a {
  border-left: 0px solid #009bde;
}

.l-sidebar .c-support ul li:nth-last-child(1) a::before, .l-sidebar .c-support ul li:nth-last-child(2) a::before {
  content: '';
  background: #eae7e7;
}

.l-sidebar .c-support ul li a {
  font-size: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: auto;
  line-height: 50px;
  padding-left: 22px;
  border-top: 1px solid #eae7e7;
  border-left: 1px solid #eae7e7;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
  position: relative;
}

.l-sidebar .c-support ul li a::before {
  content: '';
  width: 0px;
  height: calc(100%);
  background: #009bde;
  position: absolute;
  left: -1px;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
}

.l-sidebar .c-support ul li a:hover {
  font-weight: 700;
  padding-left: 30px;
}

.l-sidebar .c-support ul li a:hover::before {
  width: 5px;
}

.l-sidebar .c-support ul li a.active {
  font-weight: 700;
  padding-left: 30px;
}

.l-sidebar .c-support ul li a.active::before {
  width: 5px;
}

.l-sidebar .fanpage {
  margin-top: 20px;
}

.l-sidebar .fanpage h2 {
  font-size: 16px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.l-sidebar .fanpage .c-fb {
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------------------------------------------------
  Nav
------------------------------------------------------------*/
/*------------------------------------------------------------
  paginate
------------------------------------------------------------*/
.pagination {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.pagination li {
  display: inline-block;
}

.pagination li a {
  padding: 5px 10px;
  background: #005081;
  margin: 0 5px;
  font-size: 14px;
  color: #fff;
}

.pagination li a:hover {
  background: #ff8405;
  color: #fff;
  text-decoration: none;
}

.pagination li.active a{
  background-color: #ff8405;
}

.c-mainvisual {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: -105px;
  padding-top: 30px;
}

.c-mainvisual img {
  margin-right: 100px;
}

.p-index .l-container {
  background: url(../images/background-website.png) no-repeat center top;
  background-size: cover;
}

.index-sec01 {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.index-sec01 .l-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.index-sec01 .c-download {
  width: 650px;
  height: auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index-sec01 .c-download a {
  display: block;
}

.index-sec01 .c-download .card1 {
  width: 230px;
  height: auto;
}

.index-sec01 .c-download .card1 img {
  width: 100%;
  height: auto;
}

.index-sec01 .c-download .card1 img:hover {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}

.index-sec01 .c-download .card2 {
  width: 262px;
  height: auto;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.index-sec01 .c-download .card2 a {
  display: inline-block;
  margin-bottom: 10px;
}

.index-sec01 .c-download .card2 a:last-child {
  margin-bottom: 0px;
}

.index-sec01 .c-download .card2 a:hover {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}

.index-sec01 .c-download .card3 {
  width: 158px;
  height: auto;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index-sec01 .c-download .card3 a {
  display: inline-block;
  margin-bottom: 10px;
}

.index-sec01 .c-download .card3 a:last-child {
  margin-bottom: 0px;
}

.index-sec01 .c-download .card3 a:hover {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}

.index-sec01 .c-download .slider-banner {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.index-sec01 .c-download .slider-banner .owl-controls {
  margin: 0;
  bottom: 10px;
  left: 38px;
  position: absolute;
}

.index-sec01 .c-download .slider-banner .owl-controls .owl-page.active span {
  background: red;
  border: 1px solid transparent;
}

.index-sec01 .c-download .slider-banner .owl-controls .owl-page span {
  background: 0 0;
  opacity: 1;
  margin: 3px;
  border: 1px solid #fff;
}

.index-sec01 .c-download .slider-banner .banner-1 {
  display: inline-block;
  width: 650px;
  height: auto;
}

.index-sec01 .c-download .slider-banner .banner-1 img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-sec01 .tabs-home {
  width: 540px;
  height: 540px !important;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 15px;
  background: #eeeeee;
}

.index-sec01 .tabs-home .nav-tabs-home {
  padding: 0;
  margin: 15px 0 0;
  height: 31px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #383737;
}

.index-sec01 .tabs-home .nav-tabs-home li {
  float: left;
  height: 20px;
}

.index-sec01 .tabs-home .nav-tabs-home li:first-child {
  border-left: none;
}

.index-sec01 .tabs-home .nav-tabs-home li.ui-tabs-active a, .index-sec01 .tabs-home .nav-tabs-home li.ui-state-active a {
  color: #fff;
  background: url(../images/bg-tab-active.png) no-repeat;
}

.index-sec01 .tabs-home .nav-tabs-home li.ui-tabs-active a::before, .index-sec01 .tabs-home .nav-tabs-home li.ui-state-active a::before {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #b02207;
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -7px;
}

.index-sec01 .tabs-home .nav-tabs-home li a {
  color: #383737;
  font-size: 16px;
  font-family: arial;
  outline: none;
  width: 115px;
  text-align: center;
  display: inline-block;
  line-height: 31px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}

.index-sec01 .tabs-home .nav-tabs-home li a:hover {
  color: #fff;
  background: url(../images/bg-tab-active.png) no-repeat;
}

.index-sec01 .tabs-home .nav-tabs-home li a:hover::before {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #b02207;
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -7px;
}

.index-sec01 .tabs-home .btn-add {
  position: absolute;
  display: inline-block;
  border: 1px solid #999;
  top: 17px;
  right: 18px;
  color: #989898;
  line-height: 11px;
  width: 17px;
  height: 17px;
  text-align: center;
}

.index-sec01 .tabs-home .btn-add img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  vertical-align: baseline;
}

.index-sec01 .tabs-home .btn-add:hover img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.index-sec01 .tabs-home .nav-tin-home {
  display: inline-block;
  width: 100%;
  padding: 0 15px 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: 11px 0 0;
  text-align: left;
}

.index-sec01 .tabs-home .nav-tin-home li {
  width: 100%;
  border-bottom: 1px dashed #a8a8a8;
}

.index-sec01 .tabs-home .nav-tin-home li:last-child {
  border: none;
}

.index-sec01 .tabs-home .nav-tin-home li a {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  position: relative;
}

.index-sec01 .tabs-home .nav-tin-home li a:hover span, .index-sec01 .tabs-home .nav-tin-home li a:hover small {
  color: #ad0501;
}

.index-sec01 .tabs-home .nav-tin-home li a:hover .cat {
  opacity: 0.7;
}

.index-sec01 .tabs-home .nav-tin-home li a span {
  color: #555;
  display: inline-block;
  font-size: 14px;
  font-family: arial;
  width: 320px;
  line-height: 18px;
  margin: 0 0 0 10px;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.index-sec01 .tabs-home .nav-tin-home li a span.cat {
  width: auto;
  height: auto;
  padding: 2px 10px;
  color: #fff;
  background: #767c8f;
  margin-left: 0px;
}

.index-sec01 .tabs-home .nav-tin-home li a small {
  color: #777;
  font-size: 12px;
  font-family: arial;
  display: inline-block;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  right: 0px;
  top: calc(50% - 10px);
}

.event-sec01 {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin-bottom: 50px;
}

.event-sec01 .event-content {
  width: 100%;
  height: auto;
  padding: 20px;
  background: #eeeeee7a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.event-sec01 .event-content .l-sidebar {
  width: 100%;
  height: auto;
  max-width: 320px;
  background: #fff;
  padding: 40px 20px;
}

.event-sec01 .event-content .l-main {
  width: calc(100% - 340px);
  height: auto;
  background: #fff;
  padding: 40px 45px;
  text-align: left;
}
.c-single h2 {
	/* margin: 23px 0 5px 0; */
	color: #c30;
	font-size: 21px;
	font-weight: bold;
	font-family: Arial;
	line-height: 33px;
	background: url(../lib/index.html) no-repeat 0 center;
	/* padding-left: 20px; */
	}
.c-single. h4 {font-weight: normal;background: url(../lib/index.html) no-repeat 0 5px;padding-left: 14px;margin: 12px 0;margin-left: 8px;}
.c-single h5 {font-size: 13px;font-weight: normal;background: url(../lib/index.html) no-repeat 0 5px;padding-left: 14px;margin: 12px 0;margin-left: 22px;}
.c-single table {font-size: 14px;border: 1px solid #906946;border-spacing: 0;border-collapse: collapse;}
.c-single table thead {background: #a54100;color: #fff;font-weight: bolder;}
.c-single table td {border: 1px solid #906946;text-align: center;padding: 8px 0;}
.c-single table th {border: 1px solid #906946;text-align: center;padding: 8px 0;}
.c-single [href] {text-decoration: none;}
.c-single {
  width: 100%;
  height: auto;
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.5;
}

.c-single h2 {
  font-size: 25px;
}

.c-single .c-date {
  display: block;
  font-size: 15px;
  margin-top: 15px;
}

.c-single .c-txt {
  margin-top: 20px;
}

.c-single b {
  color: #ff0000;
}

.c-contact {
  width: 100%;
  height: auto;
  padding: 0px 30px;
}

.c-contact .title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-contact .title h2 {
  font-size: 20px;
}

.c-contact .title .c-btn {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.c-contact .title .c-btn p {
  font-size: 15px;
}

.c-contact .title .c-btn p span {
  color: #ff0000;
  display: inline-block;
  margin-left: 10px;
}

.c-contact .title .c-btn button {
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-left: 10px;
  border: 0px;
  background: #fff;
  font-size: 15px;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
  cursor: pointer;
}

.c-contact .title .c-btn button:hover {
  color: #009bde;
}

.c-contact .c-form {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.c-contact .c-form .c-form1 {
  width: 100%;
  height: auto;
}

.c-contact .c-form .c-form1 input, .c-contact .c-form .c-form1 span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  font-size: 15px;
  text-align: left;
  background: #e7e7e7;
  color: #231f20;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding-left: 15px;
}

.c-contact .c-form .c-form1 input::-webkit-input-placeholder, .c-contact .c-form .c-form1 input::-moz-placeholder, .c-contact .c-form .c-form1 input:-ms-input-placeholder, .c-contact .c-form .c-form1 input::-webkit-input-placeholder, .c-contact .c-form .c-form1 span::-webkit-input-placeholder, .c-contact .c-form .c-form1 span::-moz-placeholder, .c-contact .c-form .c-form1 span:-ms-input-placeholder, .c-contact .c-form .c-form1 span::-webkit-input-placeholder {
  color: #a3a3a3;
}

.c-contact .c-form .c-form1 input::-webkit-input-placeholder, .c-contact .c-form .c-form1 input::-moz-placeholder, .c-contact .c-form .c-form1 input:-ms-input-placeholder, .c-contact .c-form .c-form1 input::placeholder, .c-contact .c-form .c-form1 span::-webkit-input-placeholder, .c-contact .c-form .c-form1 span::-moz-placeholder, .c-contact .c-form .c-form1 span:-ms-input-placeholder, .c-contact .c-form .c-form1 span::placeholder {
  color: #a3a3a3;
}

.c-contact .c-form .c-form1 .txt {
  padding-left: 180px;
  font-size: 15px;
  color: #009bde;
  margin-top: 10px;
}

.c-contact .c-form .c-form1 .btn1 {
  width: 100%;
  height: 50px;
  background: #de7300;
  color: #fff;
  font-weight: 700;
  border: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  font-size: 18px;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
  cursor: pointer;
}

.c-contact .c-form .c-form1 .btn1:first-child {
  background: #009bde;
}

.c-contact .c-form .c-form1 .btn1.v2 {
  width: calc(50% - 5px);
}

.c-contact .c-form .c-form1 .btn1.bg2 {
  background: #acacac;
}

.c-contact .c-form .c-form1 .btn1:hover {
  opacity: 0.7;
}

.c-contact .c-form .c-form1__col {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-contact .c-form .c-form1__col--left {
  font-size: 15px;
  color: #3d3935;
  width: 180px;
}

.c-contact .c-form .c-form1__w01 {
  width: calc(100% - 180px);
}

.c-contact .c-form .c-form1__w01.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-contact .c-form .c-form1 span.c-form1__w01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
}

.c-contact .c-form .c-form1 span.c-form1__w01 a {
  font-size: 15px;
  color: #009bde;
  font-weight: 500;
  padding: 15px;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
}

.c-contact .c-form .c-form1 span.c-form1__w01 a:hover {
  opacity: 0.7;
}
/*# sourceMappingURL=style.css.map */

.p-event .l-container {
    background: url(../images/background-website2.png) no-repeat top center;
    background-size: 100% auto;
}

body{
  background: #fff;
  max-zoom: 1;
}
.c-header{
  padding-top: 1px;
}