/*!
Theme Name: Custom theme
Author: NamHuy
Author URI: ....
Description: A custom website theme for Vietnamese Brands.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: MIT
Text Domain: ...
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* reset
--------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
:root {
  --color-blue: #030173;
  --color-red: #f86f53;
  --color-yellow: #f39800;
  --color-gray: #222;
  --font-text: 'Noto Sans JP', sans-serif;
  --background-rgba: linear-gradient(90.07deg, #F68121 -0.48%, #F86E54 100.22%);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  font-size: 14px;
  font-family: var(--font-text);
}

a {
  text-decoration: none !important;
}

img,
a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

button,
img,
input,
select {
  outline: none !important;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.clear {
  clear: both;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
}

@media screen and (device-aspect-ratio: 2 / 3) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}


/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */

@media screen and (device-aspect-ratio: 40 / 71) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}


/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */

@media screen and (device-aspect-ratio: 375 / 667) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 16px;
  }
}


/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */

@media screen and (device-aspect-ratio: 9 / 16) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 16px;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1230px;
  }
}


/* Navigation
--------------------------------------------- */

.pages {
  text-align: right;
  margin-top: 0 !important;
}

.pages ul {
  border: 0 !important;
}

.pages ul li {
  display: inline-block;
  margin: 0px 2.5px !important;
  border: 0 !important;
}

.pages ul li a {
  display: block;
  font-size: 14px;
  text-align: center;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #eeeeee;
  color: #333;
  font-size: 23px;
  background: #eeeeee;
}

.pages ul li a:hover {
  border: 1px solid var(--color-blue);
  background-color: var(--color-blue);
  color: white;
}

.pages ul li:last-child a,
.pages ul li:first-child a {
  border-radius: 50%;
}

.pages ul .active a {
  border: 1px solid var(--color-blue);
  background: var(--color-blue) !important;
  color: white;
  border-radius: 0 !important;
}


/* general
--------------------------------------------- */

.breadcrumbs,
.breadcrumb {
  background: #F1F0F1;
  padding: 15px 0px;
  margin: 0;
}

.breadcrumbs p,
.breadcrumb p {
  margin: 0;
  font-size: 15px;
  color: #a7a9ac;
}

.breadcrumbs p a,
.breadcrumb p a {
  padding-right: 5px;
  color: #a7a9ac;
}

.breadcrumbs p a:hover,
.breadcrumb p a:hover {
  color: var(--color-yellow);
}

.breadcrumbs p .separator,
.breadcrumb p .separator {
  padding-right: 5px;
}

.breadcrumbs p .last,
.breadcrumb p .last {
  color: var(--color-yellow);
}

.breadcrumbs .woocommerce-breadcrumb,
.breadcrumb .woocommerce-breadcrumb {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--color-yellow);
  font-weight: bold;
}

.breadcrumbs .woocommerce-breadcrumb a,
.breadcrumb .woocommerce-breadcrumb a {
  font-weight: 400;
}

.page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-banner .title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .page-banner {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .page-banner {
    height: 150px;
  }
}

.site-main {
  padding: 30px 0px;
}

.site-main .page-header {
  margin-bottom: 20px;
}

.site-main .page-header .page-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.site-main .page-header .page-title span {
  color: var(--color-blue);
}

.btn-custom {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 210px;
  background-color: var(--color-blue);
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
}

.btn-custom:hover {
  color: #fff;
  background-color: var(--color-yellow);
}

.btn-custom svg {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 15px;
}

.btn-custom-2 {
  min-width: 525px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
}

.title-main {
  text-align: center;
  margin-bottom: 45px;
}

.title-main .heading {
  font-size: 32px;
  font-weight: 600;
  color: var(--color-blue);
  position: relative;
}

/*.title-main .heading:before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 1px;
  height: 50px;
  background: var(--color-blue);
}*/

.title-main p {
  font-size: 16px;
  color: var(--color-blue);
  margin-top: 20px;
  margin-bottom: 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.scroll-top {
  display: none;
}

.active-scroll {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.active-scroll a {
  display: block;
  width: 35px;
  height: 35px;
  font-size: 20px;
  color: #fff;
  background: var(--background-rgba);
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.active-scroll a i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.active-scroll a img {
  width: 30px;
}

.active-scroll a svg {
  width: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-defure {
  overflow: hidden;
}

.categorychecklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.categorychecklist>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}


/* Posts and pages
--------------------------------------------- */

.the_content {
  text-align: justify;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  font-family: var(--font-content);
}

.the_content h2,
.the_content h3,
.the_content h4 {
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}

.the_content h6 {
  font-size: 18px;
}

.the_content h5 {
  font-size: 18px;
}

.the_content h4 {
  font-size: 18px;
}

.the_content h3 {
  font-size: 18px;
}

.the_content h2 {
  font-size: 20px;
  line-height: 1.5;
}

.the_content h1 {
  font-size: 25px;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}

.the_content p {
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  font-size: 18px;
}

.the_content p:last-child {
  margin-bottom: 0;
}

.the_content p a {
  color: var(--color-blue);
}

.the_content ul {
  list-style: disc;
  padding-left: 18px;
  padding-bottom: 5px;
}

.the_content ul li {
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 18px;
}

.the_content ul li a {
  color: #ff5912;
}

.the_content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
}

.the_content ol li {
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 18px;
}

.the_content ol li a {
  color: #ff5912;
}

.the_content blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eb2b2d;
}

.the_content blockquote p {
  margin: 0 !important;
}

.the_content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: .85rem;
  color: #e83e8c;
  font-size: 18px;
  line-height: 1.5;
}

.the_content table>tbody>tr>td,
.the_content table>tbody>tr>th,
.the_content table>tfoot>tr>td,
.the_content table>tfoot>tr>th,
.the_content table>thead>tr>td,
.the_content table>thead>tr>th {
  border: 1px solid #ddd;
  padding: 7px 10px;
  font-size: 18px;
  line-height: 1.5;
}

.the_content iframe {
  margin: auto;
}

.the_content .syntaxhighlighter {
  padding: 10px 0;
}


/* Header
--------------------------------------------- */

.header__about {
  padding: 10px 0px;
  padding-bottom: 0;
  font-size: 12px;
  color: #666666;
}

.header .logo {
  padding: 10px 0px 15px 0px;
}
.logo_txt{
	font-weight: bold;
	line-height: 1.5;
	padding-top: 10px;
	color:#333;
	margin-bottom: 0px;
}
.logo_txt span{
	font-size: 1.6em;
}
.header .logo img {
  max-width: 84px;
  max-height: 74px;
}
.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__contact .phone-time {
  padding-right: 25px;
}

.header__contact .phone-time .phone {
  font-size: 22px;
  font-weight: bold;
  color: var(--color-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__contact .phone-time .phone small {
  font-weight: bold;
  padding-left: 10px;
}

.header__contact .phone-time p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--color-blue);
  text-align: right;
  font-weight: 500;
  margin-top: 5px;
}

.header__contact .btn-custom {
  display: block;
  text-align: center;
  background: var(--color-yellow);
  height: 70px;
  width: 216px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__contact .btn-custom svg {
  margin: 0 auto;
  margin-bottom: 0px;
  display: block;
  position: relative;
  right: 0;
  top: 0;
}

.header__contact .btn-custom span {
  display: block;
}

.menu {
  background: var(--color-blue);
  border-bottom: 4px solid #0099cc;
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
  height: 60px;
}

.menu ul li a {
  display: block;
  border-right: 1px solid #0099cc;
  font-size: 18px;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  line-height: 1.5;
}

.menu ul li a:hover {
  background: #0099cc;
}

.menu ul .current-menu-item a {
  background: #0099cc;
}


/* Home
--------------------------------------------- */

.site-banner .items {
  position: relative;
	max-height: 480px;
}

.site-banner .items .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-banner .items .content .img {
  background: #fff;
  padding: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 560px;
  max-height: 400px;
  margin-left: auto;
}
.site-banner .items .content .container{
  max-width: 1450px;
}

/** pdf_link **/
a.pdf_btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width:280px;
	padding: 1rem 2rem;
  margin-top: 5px;  
  margin-bottom: 10px;
  border: 1px solid #FFF;
  margin-left: auto;
	font-weight: bold;
	background: linear-gradient(90deg, rgba(145,32,32,1) 0%, rgba(218,14,14,1) 100%);
	color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}

@media screen and (max-width: 991.5px){
  a.pdf_btn {
	  width:180px;
	  padding: .5rem 1rem;
  }
}

.sub-img{
	max-width: 25%;
	background-color: #fff;
	padding:10px;
	z-index: 1;
	text-align: center;
}

.pd-main {
  padding: 70px 0px;
  /*padding-top: 100px;*/
}

.site-about .about {
  background: #ecedf7;
  padding: 35px 70px;
}

.site-about .about ul li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-about .about ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.site-about .about ul li:first-child {
  padding-top: 0;
}

.site-about .about ul li .number {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  height: 100px;
  background: var(--color-blue);
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-about .about ul li .number span {
  display: block;
}

.site-about .about ul li .number strong {
  font-size: 18pt;
}

.site-about .about ul li .text {
  padding-left: 45px;
  padding-right: 45px;
}

.site-about .about ul li .text h3 {
  font-size: 24px;
  color: var(--color-blue);
  font-weight: 600;
  margin-bottom: 10px;
}

.site-about .about ul li .text p {
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
}

.site-new-job {
  background: #ecedf7;
}

.site-new-job .btn-custom-2 {
  margin-top: 10px;
}

.items-job {
  -webkit-box-shadow: 0 0 5px #c0c0c0;
  box-shadow: 0 0 5px #c0c0c0;
  background: #fff;
  padding: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.items-job:hover {
  -webkit-box-shadow: 0 0 5px var(--color-blue);
  box-shadow: 0 0 5px var(--color-blue);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.items-job .taxanomy {
  background: #696de8;
  padding: 3px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  color: #fff;
  margin: 0px 10px;
  margin-bottom: 10px;
}

.items-job h3 {
  padding: 0px 10px;
}

.items-job h3 a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-blue);
  margin-bottom: 15px;
}

.items-job p {
  padding: 0px 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 15px;
}

.items-job ul {
  background: #eeeeee;
  padding: 15px;
  margin-bottom: 15px;
}

.items-job ul li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
}

.items-job ul li:first-child {
  display: block;
}

.items-job ul li:last-child {
  margin-bottom: 0;
}

.items-job ul li small {
  color: var(--color-blue);
  margin-right: 5px;
}

.items-job ul li span {
  padding-left: 5px;
}

.items-job ul li span small:first-child {
  display: none;
}

.items-job .btn-custom {
  display: block;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
  background: #686aab;
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
  width: 100%;
  margin-top: auto;
}

.items-job .btn-custom:hover {
  background: var(--color-blue);
}

.mgb-30 {
  margin-bottom: 30px;
}

.site-search-job {
  /*padding-top: 120px;*/
  background: #03066d;
}

.site-search-job .title-main .heading {
  color: #fff;
}

/*.site-search-job .title-main .heading:before {
  background: #fff;
}*/

.site-search-job .search-job {
  background: #ffffff;
  padding: 70px 90px;
}

.site-search-job .search-job .job-title {
  font-size: 18px;
  color: var(--color-blue);
  font-weight: 600;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-search-job .search-job .job-title svg {
  width: 20px;
  margin-right: 5px;
}

.site-search-job .search-job .job-title img {
  margin-right: 15px;
}

.checkbox-custom {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
}

.checkbox-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.checkbox-custom input:checked~.checkmark {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-custom input:checked~.checkmark:after {
  display: block;
}

.checkbox-custom .checkmark:after {
  left: 5px;
  top: 0px;
  width: 9px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-job .title {
  font-size: 16px;
  color: #fff;
  background: #686aab;
  padding: 10px 30px;
}

.search-job .content-cv {
  margin-bottom: 30px;
}

.search-job .content:nth-child(3) .sub-menu li:nth-child(9),
.search-job .content:nth-child(3) .sub-menu li:nth-child(10),
.search-job .content:nth-child(3) .sub-menu li:nth-child(11) {
  border-bottom: 0;
}

.search-job .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ccc;
}

.search-job .sub-menu li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0px 20px;
  display: block;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  min-height: 50px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-job .sub-menu li:nth-child(4n+4) {
  border-right: 0;
}

.search-job .sub-menu li:last-child {
  border-right: 0;
}

.search-job select.form-control {
  width: 320px;
  height: 60px !important;
  background: #eeeeee;
  font-size: 16px;
  color: #000;
  padding-left: 30px;
  border-radius: 0;
  border: 1px solid #ccc;
}

.search-job select.form-control:focus {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-job .btn-custom {
  border: 0;
  outline: none;
  margin-top: 35px;
}

.site-news {
  padding-bottom: 140px;
}

.list-item {
  max-width: 1030px;
  margin: 0 auto;
}

.list-item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0px 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.list-item li:last-child {
  margin-bottom: 75px;
}

.list-item li .categry {
  background: #686aab;
  display: inline-block;
  padding: 3px 10px;
  height: 25px;
  font-size: 14px;
  color: #fff;
}

.list-item li .date {
  display: block;
  padding: 0px 50px;
  font-size: 14px;
  color: #666;
}

.list-item li h3 {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  padding-right: 105px;
  margin-top: -5px;
}

.list-item li h3 a {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
}

.list-item li h3 a:hover {
  color: var(--color-blue);
}

.list-item li svg {
  width: 15px;
}

.list-item li svg path {
  fill: var(--color-blue);
}

.site-contact {
  background: #f1f1f5;
}

.site-contact .relative {
  position: relative;
  padding: 60px 15px 80px 15px;
}

.site-contact .relative:before {
  content: "";
  position: absolute;
  bottom: 80px;
  left: 15px;
  width: 1px;
  height: 50%;
  background: var(--color-blue);
}

.site-contact .relative:after {
  content: "";
  position: absolute;
  bottom: 80px;
  right: 15px;
  width: 1px;
  height: 50%;
  background: var(--color-blue);
}

.site-contact .title-main .heading:before {
  display: none;
}

.site-contact .phone-time .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 48px;
  color: var(--color-blue);
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}

.site-contact .phone-time .phone img {
  width: 45px;
}

.site-contact .phone-time .phone small {
  font-weight: bold;
  padding-left: 10px;
}

.site-contact .content {
  font-size: 24px;
  color: var(--color-blue);
}

.site-contact .content p {
  font-weight: 500;
}

.site-contact .content p:last-child {
  margin-bottom: 0;
}

.btn-email {
  width: 708px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 23px;
  color: #fff;
  background: var(--color-yellow);
  margin: 0 auto;
  margin-bottom: 65px;
}

.btn-email svg {
  width: 30px;
  margin-right: 45px;
}

.menu-footer {
  background: #353671;
  border: 0;
}

.menu-footer ul {
  padding: 0px 30px;
  display: block;
  text-align: center;
}

.menu-footer ul li {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  height: auto;
  max-width: 100%;
}

.menu-footer ul li a {
  font-size: 16px;
  border: 0;
  padding: 10px 20px;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
  -ms-flex-direction: initial;
  flex-direction: initial;
}

.menu-footer ul li a:before {
  content: ">";
  padding-right: 10px;
}

.menu-footer ul li a br {
  display: none;
}

.footer {
  background: #d7d7e9;
  padding: 55px 0px;
}

.footer h3 {
  font-size: 32px;
  margin-bottom: 30px;
}

.footer p {
  font-size: 16px;
  color: #333;
}

.footer p:last-child {
  margin-bottom: 0;
}

.coppy {
  text-align: center;
  padding: 15px 0px;
  font-size: 14px;
  color: var(--color-blue);
}

.site-banner-page {
  height: 265px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.site-banner-page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.5);
}

.site-banner-page h2 {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 5;
  padding:60px 0;
  min-height: 220px;
}
.site-banner-page .row{
	/*justify-content: space-between*/
	position: relative;
}
.site-banner-page .sub-img{
	position: absolute;
	right: 0;
}
.banner-ttl{
	width: 100%;
	text-align: center;
}

.breadcrumbs {
  padding: 0;
}

.breadcrumbs .aioseo-breadcrumbs {
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs .aioseo-breadcrumbs span {
  font-size: 14px;
  text-transform: uppercase;
  color: #666666;
  padding-right: 5px;
}

.breadcrumbs .aioseo-breadcrumbs span a {
  color: #666666;
}

.site-information .the_content {
  max-width: 850px;
  margin: 0 auto;
}

.site-information .information {
  background: #ecedf7;
  padding: 50px 200px;
  margin-top: 60px;
}

.site-information .information h3 {
  font-size: 24px;
  color: var(--color-blue);
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
}

.site-information .information ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.site-information .information ul li .box {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-blue);
  margin-right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-2x'%3E%3Cpath fill='%2303066d' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-size: 15px;
  background-repeat: no-repeat;
}

.site-information .information ul li p {
  font-size: 20px;
  margin-bottom: 0;
  color: #333333;
  font-weight: 500;
}

.site-information .images {
  text-align: center;
  margin-top: 50px;
}

.site-information .images img {
  max-width: 100%;
}

.site-step {
  background: #ecedf7;
  margin-bottom: 35px;
}

.site-step .step {
  max-width: 970px;
  margin: 0 auto;
}

.site-step .items {
  margin-bottom: 30px;
}

.site-step .items .tl {
  text-align: center;
  background: var(--color-blue);
  font-size: 18px;
  color: #fff;
  padding: 10px 0px;
  margin-bottom: 45px;
}

.site-step .items .tl span {
  font-size: 23px;
  font-weight: 900;
}

.site-step .items .text .title {
  font-size: 30px;
  color: var(--color-blue);
  font-weight: 500;
  margin-bottom: 25px;
}

.site-step .items .text p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.site-step .items .text p strong {
  font-size: 20px;
}

.site-contact2 {
  padding-top: 0;
}

.max-width-850 {
  max-width: 850px;
  margin: 0 auto;
}

.max-width-850 p {
  font-size: 16px;
}

.site-profile {
  background: #ecedf7;
}


/* Footer
--------------------------------------------- */


/* Footer
--------------------------------------------- */

.site-profile .table {
  display: table;
  max-width: 1020px;
  margin: 0 auto;
  border: 1px solid #333;
  background: #fff;
}

.site-profile .table td {
  border-color: #333;
  border-right: 1px solid #333;
  font-size: 16px;
  color: #333;
  padding: 20px 0px;
  vertical-align: middle;
}

.site-profile .table td:first-child {
  text-align: center;
  background: #cccde3;
  font-weight: 600;
}

.site-profile .table td:last-child {
  padding: 20px 30px;
}

.site-profile .table .custom-sub {
  padding: 0;
}

.site-profile .table .table-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-profile .table .table-sub:last-child span {
  border-bottom: 0;
}

.site-profile .table .table-sub span {
  font-size: 16px;
  color: #333;
  padding: 20px 0px;
  vertical-align: middle;
  border: 1px solid #333;
  border-left: 0;
  border-top: 0;
  vertical-align: middle;
  line-height: 1.5;
  display: block;
}

.site-profile .table .table-sub span:first-child {
  text-align: center;
  background: #e1e1ee;
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14%;
  flex: 0 0 14%;
  max-width: 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-profile .table .table-sub span:last-child {
  padding: 20px 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 86%;
  flex: 0 0 86%;
  max-width: 86%;
  border-right: 0;
}

.site-handling .title-main {
  margin-bottom: 50px;
}

.site-handling .the_content {
  max-width: 845px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 16px;
}

.site-handling .the_content p {
  font-size: 16px;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 25px;
}

.site-handling .handling {
  background: #ecedf7;
  padding: 45px 80px;
  max-width: 1025px;
  margin: 0 auto;
}

.site-handling .handling .title {
  font-size: 24px;
  color: var(--color-blue);
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.site-handling .handling ul li {
  margin-bottom: 30px;
}

.site-handling .handling ul li:last-child {
  margin-bottom: 0;
}

.site-handling .handling ul li h4 {
  background: #686aab;
  font-size: 18px;
  color: #fff;
  padding: 5px 25px;
  margin-bottom: 20px;
}

.site-handling .handling ul li p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0;
  text-align: left;
}

.site-handling .handling__content {
  text-align: right;
  margin-top: 50px;
}

.site-handling .handling__content p {
  font-size: 18px;
  color: #333;
}

.site-handling .handling__content p:last-child {
  margin-bottom: 0;
}

.style-about .site-contact {
  display: none;
}

.site-address {
  background: #ecedf7;
  margin-bottom: 85px;
}

.site-address .address {
  max-width: 1025px;
  margin: 0 auto;
}

.site-address .address .items {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #333;
}

.site-address .address .items:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}

.site-address .address .images iframe{
  width: 100%;
  height: 300px;
}

.site-address .address .text {
  padding-left: 15px;
}

.site-address .address .text h3 {
  font-size: 24px;
  color: var(--color-blue);
  margin-bottom: 25px;
}

.site-address .address .text p {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}

.items-search {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 2px solid #ccc;
}

.items-search .number {
  display: block;
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}

.items-search .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.items-search .flex div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  margin-top: 10px;
}

.items-search .title {
  display: block;
  font-size: 36px;
  color: var(--color-blue);
  font-weight: bold;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding-right: 20px;
}

.items-search .address {
  font-size: 16px;
  color: #fff;
  padding: 5px 25px;
  background: #686aab;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 2px;
  font-weight: 400;
}

.items-search .address:hover {
  background: var(--color-blue);
}

.items-search .address:last-child {
  margin-bottom: 0;
}

.items-search .congty {
  background: #eeeeee;
  padding: 20px 130px 20px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.items-search .congty span {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  height: 100px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  background: var(--color-blue);
}

.items-search .congty p {
  padding-left: 50px;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}

.items-search .table table {
  display: table;
  border: 1px solid #ccc;
  width: 100%;
}

.items-search .table table td {
  border: 0;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  color: #333;
  padding: 25px 30px;
  line-height: 1.5;
}

.items-search .table table td:first-child {
  background: #ecedf7;
  width: 170px;
  font-weight: bold;
}

.items-search .table table .text {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 75px;
  border-right: 0;
}

.items-search .table table .text div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  display: inline-block;
  padding: 25px 30px;
  background: #ecedf7;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.items-search .table table .text div:first-child,
.items-search .table table .text div:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  background: #fff;
  border: 0;
}

.items-search .btn-custom {
  margin: 0 auto;
  min-width: 475px;
  border-radius: 100px;
  font-size: 24px;
  color: #fff;
  margin-top: 50px;
  height: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f39800), to(#e88800));
  background-image: linear-gradient(#f39800, #e88800);
  -webkit-box-shadow: 0px -2px 0px 1px #a36400;
  box-shadow: 0px -2px 0px 1px #a36400;
}

.form-contact {
  padding: 70px 0px 100px 0px;
}

.form-contact .table {
  display: table;
  width: 100%;
  border: 1px solid #333;
}

.form-contact .table td {
  border: 0;
  border-bottom: 1px solid #333;
  padding: 30px;
  font-size: 16px;
  color: #333;
  vertical-align: middle;
  line-height: 1.5;
  font-weight: 500;
}

.form-contact .table td:first-child {
  border-right: 1px solid #333;
  background: #ecedf7;
  position: relative;
  font-weight: 500;
  width: 240px;
}

.form-contact .table td:first-child .note {
  position: absolute;
  top: 50%;
  right: 20px;
  padding: 3px;
  color: #fff;
  background: red;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.form-contact .table td p {
  margin-bottom: 0
}

.form-contact .table td .form-control {
  width: 80%;
}

.form-contact .table .mb-5 {
  margin-bottom: 5px !important;
  display: block;
}

.form-contact .table .form-control {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 16px;
  padding-left: 10px;
}

.form-contact .table select {
  height: 40px !important;
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 0;
}

.form-contact .table .text {
  font-size: 16px;
  color: #333;
  display: block;
  padding-top: 10px;
}

.form-contact .table .box {
  margin-bottom: 15px;
}

.form-contact .table .box:last-child {
  margin-bottom: 0;
}

.form-contact .table .box .form-control {
  max-width: 320px;
}

.form-contact .table .box:last-child {
  margin-bottom: 0;
}

.form-contact .table .box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-contact .table .box-flex .text {
  padding-top: 0;
  padding-right: 15px;
}

.form-contact .table .box-flex .form-control {
  max-width: 210px;
}

.form-contact .table .text1 {
  padding-bottom: 10px;
  display: block;
  font-size: 16px;
  color: #333;
}

.form-contact .table tr:last-child td {
  border-bottom: 0;
}

.form-contact .table .item {
  margin-bottom: 15px;
}

.form-contact .table .item:last-child {
  margin-bottom: 0;
}

.form-contact .table .item h3 {
  font-size: 16px;
  color: #fff;
  padding: 5px 10px;
  background: #686aab;
  margin-bottom: 10px;
}

.form-contact .table .box-flex-1 {
  margin-bottom: 10px;
}

.form-contact .table .box-flex-1:last-child {
  margin-bottom: 0;
}

.form-contact .table .box-flex-1 input {
  margin: 0px 10px;
}

.form-contact .table .checkbox-item {
  display: inline-block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  padding-right: 30px;
}

.form-contact .table .checkbox-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-contact .table .checkbox-item input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.form-contact .table .checkbox-item .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 1px solid #ccc;
}

.form-contact .table .checkbox-item:hover input~.checkmark {
  background-color: #ccc;
}

.form-contact .table .checkbox-item input:checked~.checkmark {
  background-color: #686aab;
}

.form-contact .table .checkbox-item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form-contact .table .checkbox-item input:checked~.checkmark:after {
  display: block;
}

.form-contact .table .checkbox-item .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-contact .table .radio-item {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-contact .table .radio-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-contact .table .radio-item input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.form-contact .table .radio-item .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #f5f5f5;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.form-contact .table .radio-item:hover input~.checkmark {
  background-color: #ccc;
}

.form-contact .table .radio-item input:checked~.checkmark {
  background-color: #686aab;
}

.form-contact .table .radio-item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form-contact .table .radio-item input:checked~.checkmark:after {
  display: block;
}

.form-contact .table .radio-item .checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.form-contact .table textarea {
  height: 100px !important;
}

.form-contact .button {
  text-align: center;
}

.form-contact .button .btn-custom {
  width: 530px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  border: 0;
  margin: 0 auto;
  position: relative;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='arrow-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-arrow-right fa-w-14 fa-2x'%3E%3Cpath fill='%23fff' d='M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z' class=''%3E%3C/path%3E%3C/svg%3E");
}

.form-contact .button .btn-custom:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='arrow-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-arrow-right fa-w-14 fa-2x'%3E%3Cpath fill='%23fff' d='M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z' class=''%3E%3C/path%3E%3C/svg%3E");
}

.form-contact .button span {
  display: block;
  margin-top: 25px;
  font-size: 16px;
  color: #666666;
}

.form-contact br {
  display: none;
}

.file-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.file-custom:last-child {
  margin-bottom: 0;
}

.file-custom label {
  display: block;
  padding-right: 10px;
}

.file-custom .file {
  position: relative;
}

.file-custom .file span {
  display: block;
  min-width: 140px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #eeeeee;
  padding: 0px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 35px;
}

.file-custom .file input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.file-custom .file .mwform-file-delete {
  width: 35px;
  min-width: 35px;
  position: absolute;
  top: 50%;
  right: -45px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: none !important;
}

.scroll-content {
  max-width: 850px;
  width: 100%;
  margin: 50px auto;
  border: 1px solid #333;
  padding: 30px;
}

.scroll-content .title {
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin-bottom: 20px;
}

.scroll-content .the_content {
  height: 180px;
  overflow: auto;
  padding-right: 15px;
}

.note1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 35px;
}

.note1 .note {
  display: block;
  padding: 5px 10px;
  background: red;
  color: #fff;
  font-size: 14px;
  margin-right: 20px;
}

.note1 .checkbox-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
}

.note1 .checkbox-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.note1 .checkbox-item input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.note1 .checkbox-item .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 1px solid #ccc;
}

.note1 .checkbox-item:hover input~.checkmark {
  background-color: #ccc;
}

.note1 .checkbox-item input:checked~.checkmark {
  background-color: #03066d;
}

.note1 .checkbox-item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.note1 .checkbox-item input:checked~.checkmark:after {
  display: block;
}

.note1 .checkbox-item .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-custom .heading {
  font-size: 32px;
  font-weight: bold;
  color: var(--color-blue);
  text-align: center;
  margin-bottom: 50px;
}

.form-custom-2 {
  padding-top: 95px;
  margin-top: 95px;
  border-top: 2px solid #ccc;
}

.form-custom-2 .heading {
  color: #0077c6;
}

.form-custom-2 .heading-2 {
  margin-top: 100px;
}

.form-custom-2 table tr td:first-child {
  background: #e0eff8 !important;
}

.form-custom-2 .button .btn-custom {
  background-color: #0077c6 !important;
}

.scroll-top-form {
  margin-bottom: 100px;
}

.scroll-top-form .item {
  text-align: center;
}

.scroll-top-form .item span {
  font-size: 24px;
  color: #333;
  display: block;
  margin-bottom: 25px;
}

.scroll-top-form .item .btn-custom {
  font-size: 20px;
  color: #fff;
  height: 115px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-contact .button .btn-custom{
  margin-bottom: 20px;
}