@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Bold.woff2") format("woff2"), url("../fonts/Aileron-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-BoldItalic.woff2") format("woff2"), url("../fonts/Aileron-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-HeavyItalic.woff2") format("woff2"), url("../fonts/Aileron-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Heavy.woff2") format("woff2"), url("../fonts/Aileron-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Italic.woff2") format("woff2"), url("../fonts/Aileron-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-BlackItalic.woff2") format("woff2"), url("../fonts/Aileron-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Light.woff2") format("woff2"), url("../fonts/Aileron-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Black.woff2") format("woff2"), url("../fonts/Aileron-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-LightItalic.woff2") format("woff2"), url("../fonts/Aileron-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Thin.woff2") format("woff2"), url("../fonts/Aileron-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-ThinItalic.woff2") format("woff2"), url("../fonts/Aileron-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-SemiBold.woff2") format("woff2"), url("../fonts/Aileron-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Aileron-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-UltraLightItalic.woff2") format("woff2"), url("../fonts/Aileron-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-UltraLight.woff2") format("woff2"), url("../fonts/Aileron-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Regular.woff2") format("woff2"), url("../fonts/Aileron-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Happy_Times_at_the_IKOB";
  src: url("../fonts/HappyTimesattheIKOB-Italic.woff2") format("woff2"), url("../fonts/HappyTimesattheIKOB-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Happy_Times_at_the_IKOB";
  src: url("../fonts/HappyTimesattheIKOB-Regular.woff2") format("woff2"), url("../fonts/HappyTimesattheIKOB-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

input {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

body {
  background: url(../images/bg-main.jpg) no-repeat center;
  background-attachment: fixed;
  color: #fff;
  font-size: 20px;
  line-height: 1.5 !important;
  font-family: "arial";
  font-weight: normal;
}
@media (max-width: 1600px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body img {
  transition: 0.34s all !important;
  max-width: 100%;
  display: inline !important;
}
body svg {
  display: inline !important;
}
body h1 h2, body h3 h4, body h5 h6 {
  line-height: 1.3;
}
body .container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 120px;
}
@media (max-width: 1440px) {
  body .container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  body .container {
    padding: 0 20px;
  }
}
body p {
  margin: 0;
}
body a {
  text-decoration: none;
  color: #545454;
  transition: 0.3s all !important;
}
body a:hover {
  color: #8C0014;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, 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;
  outline: none !important;
}

/*======================================== end config =================================*/
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.maps-bottom iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 767px) {
  .maps-bottom iframe {
    height: 200px;
  }
}

.fter-top {
  color: #545454;
}
.fter-top a {
  color: #545454;
}

.content-fter h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  .content-fter h2 {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .content-fter h2 {
    font-size: 22px;
    line-height: normal;
  }
}
.content-fter h2:after {
  content: "";
  width: 120px;
  height: 4px;
  background: #545454;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content-fter .info ul li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.content-fter .info ul li:last-child {
  margin-bottom: 0;
}
.content-fter .info ul li img {
  margin-right: 8px;
}
.content-fter .row {
  display: flex;
  margin: 0 -20px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .content-fter .row {
    flex-wrap: wrap;
  }
}
.content-fter .row > div {
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .content-fter .row > div {
    margin-top: 40px;
  }
  .content-fter .row > div:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .content-fter .row > div {
    margin-top: 24px;
  }
}
@media (max-width: 1023px) {
  .content-fter .row .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .content-fter .row .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .content-fter .row .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.item-fter .h-fter {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .item-fter .h-fter {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .item-fter .h-fter {
    font-size: 16px;
  }
}
.item-fter .link-social {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .item-fter .link-social {
    margin-top: 16px;
  }
}
.item-fter .link-social ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.item-fter .link-social ul li {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .item-fter .link-social ul li {
    margin-right: 12px;
  }
}
.item-fter .link-social ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .item-fter .link-social ul li img {
    max-height: 40px;
  }
}
@media (max-width: 767px) {
  .item-fter .link-social ul li img {
    max-height: 32px;
  }
}

header {
    position: relative;
    z-index: 2;
}

.link-cate-ft {
  margin-top: 16px;
}
.link-cate-ft li {
  margin-bottom: 8px;
}
.link-cate-ft li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .copyright {
    font-size: 12px;
  }
  .copyright img {
    max-width: 14px;
  }
}

@media (max-width: 1023px) {
  .sidebar-blog {
    display: none;
  }
}
.sidebar-blog .title-sidebar {
  display: flex;
  align-items: center;
  background: #fde67b;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #545454;
  padding: 20px 50px;
  line-height: normal;
  margin-bottom: 28px;
}
@media (max-width: 1364px) {
  .sidebar-blog .title-sidebar {
    margin-bottom: 20px;
    font-size: 20px;
    padding: 20px;
  }
}
.sidebar-blog .title-sidebar img {
  margin-right: 16px;
  max-height: 16px;
}

.link-cate-sidebar {
  text-transform: uppercase;
  padding: 24px 66px 24px 90px;
  background: #fde67b;
}
@media (max-width: 1364px) {
  .link-cate-sidebar {
    padding: 24px 20px 24px 50px;
  }
}
.link-cate-sidebar a {
  color: #545454;
  display: block;
}
.link-cate-sidebar ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b7b7b7;
  position: relative;
}
.link-cate-sidebar ul li:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/arrow-bar.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: -32px;
  top: 6px;
}
@media (max-width: 1100px) {
  .link-cate-sidebar ul li:after {
    width: 12px;
    height: 12px;
    left: -30px;
    top: 6px;
  }
}
.link-cate-sidebar ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

@media (max-width: 767px) {
  header {
    position: relative;
    z-index: 11;
  }
}

.header-pc {
  position: relative;
  padding: 10px 0;
}
@media (max-width: 1023px) {
  .header-pc {
    display: none;
  }
}
.header-pc:after {
  content: "";
  width: 100%;
  height: 80px;
  background: #fde67b;
  position: absolute;
  top: calc(50% - 40px);
  left: 0;
}
@media (max-width: 1800px) {
  .header-pc:after {
    height: 70px;
    top: calc(50% - 35px);
  }
}
@media (max-width: 1280px) {
  .header-pc:after {
    height: 60px;
    top: calc(50% - 30px);
  }
}
.header-pc .logo {
  position: relative;
  z-index: 2;
}
.header-pc .logo img {
  max-width: 180px;
}
@media (max-width: 1500px) {
  .header-pc .logo img {
    max-width: 130px;
  }
}
@media (max-width: 1280px) {
  .header-pc .logo img {
    max-width: 100px;
  }
}

.content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header-right {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  padding-left: 50px;
}
@media (max-width: 1800px) {
  .header-right {
    padding-left: 32px;
  }
}
@media (max-width: 1280px) {
  .header-right {
    padding-left: 16px;
  }
}
.header-right ul {
  list-style: none;
  display: flex;
  align-items: center;
}

.h-menu ul li {
  position: relative;
}

.h-menu ul li:last-child {
  margin-right: 0;
}

.h-menu ul li.current_page_item > a, .h-menu ul li:hover > a {
    background: red;
    color: #fff;
}

.h-menu ul li.menu-item-has-children .sub-menu a:hover {
    background: #fff !important;
    color: #000000;
}

.h-menu ul.sub-menu li.current_page_item > a {
    background: #fff;
    color: #000000;
}

.h-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 40px;
}
.header-right ul.sub-menu {
    position: absolute;
    background: #fde67b;
    display: block;
    margin: 0;
    width: 220px;
    font-size: 18px;
    left: 0;
    top: 80px;
    transition: .4s all !important;!i;!;
    opacity: 0;
    pointer-events: none;
}

.header-right ul.sub-menu li a {
    text-align: left;
    padding: 10px 16px;
    justify-content: flex-start;
    height: auto;
    color: #545454;
}

.header-right ul.sub-menu li a:hover {
  color: #000000;
}

.header-right ul.sub-menu li {
    border-bottom: 1px solid #fff;
}

.header-right ul.sub-menu li:last-child {
    border: 0;
}

.header-right ul li:hover ul.sub-menu {
    opacity: 1;
    pointer-events: unset;
}

@media (max-width: 1800px) {
  .h-menu a {
    padding: 0 24px;
    height: 70px;
  }
  .header-right ul.sub-menu {
      top: 70px;
  }
}
@media (max-width: 1280px) {
  .h-menu a {
    padding: 0 16px;
    height: 60px;
  }
  .header-right ul.sub-menu {
      top: 60px;
  }
}
.h-menu a.active {
  color: #fff;
  background: #ff0000;
}

.head-translate {
  padding: 0 50px;
}
@media (max-width: 1800px) {
  .head-translate {
    padding: 0 32px;
  }
}
@media (max-width: 1280px) {
  .head-translate {
    padding: 0 16px;
  }
}
.head-translate ul li {
  margin-right: 10px;
}
.head-translate ul li:last-child {
  margin-right: 0;
}
.head-translate ul li img {
  height: 46px;
}
@media (max-width: 1280px) {
  .head-translate ul li img {
    height: 32px;
  }
}

.head-search {
  position: relative;
}
.head-search .icon-search {
  position: absolute;
  top: 0;
  left: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-search .txt_search {
  height: 46px;
  border-radius: 8px;
  background: #fff;
  outline: none;
  font-size: 20px;
  color: #000000;
  font-style: italic;
  width: 300px;
  padding: 0 20px 0 55px;
}
@media (max-width: 1280px) {
  .head-search .txt_search {
    height: 40px;
    font-size: 14px;
    width: 240px;
  }
}
.head-search .txt_search::placeholder {
  color: #282828;
  opacity: 0.6;
}

.header-mobile {
  padding: 10px 0;
  background: #d3aa27;
  display: none;
}
@media (max-width: 1023px) {
  .header-mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-mobile {
    padding: 6px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
}
.header-mobile .logo img {
  max-width: 64px;
}
@media (max-width: 767px) {
  .header-mobile .logo img {
    max-width: 50px;
  }
}
.header-mobile .menu-bar img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .header-mobile .menu-bar img {
    max-height: 14px;
  }
}

.content-head-mb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-head-mb > div {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}

.head-translate-mb ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.head-translate-mb ul li {
  margin-right: 10px;
}
.head-translate-mb ul li:last-child {
  margin-right: 0;
}
.head-translate-mb ul li img {
  max-height: 26px;
}
@media (max-width: 767px) {
  .head-translate-mb ul li img {
    max-height: 18px;
  }
}

.nav-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fde67b;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.4s all !important;
  font-size: 24px;
  text-transform: uppercase;
}
.nav-menu.active {
  left: 0;
}
@media (max-width: 767px) {
  .nav-menu {
    padding: 20px;
    font-size: 16px;
  }
}
.nav-menu ul li {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .nav-menu ul li {
    margin-bottom: 20px;
    font-weight: bold;
  }
}
.nav-menu ul li:last-child {
  margin-bottom: 0;
}
.nav-menu ul li a.active {
  color: #ff0000;
}
.nav-menu .btn-close {
  position: absolute;
  top: 0;
  right: 20px;
  font-weight: normal;
  font-size: 50px;
  z-index: 2;
}
@media (max-width: 767px) {
  .nav-menu .btn-close {
    right: 16px;
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  main {
    margin-top: 62px;
  }
}

.content-detail h2, .content-detail h3, .content-detail h4, .content-detail h5, .content-detail h6 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .content-detail h2, .content-detail h3, .content-detail h4, .content-detail h5, .content-detail h6 {
    margin-bottom: 16px;
  }
}
.content-detail p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .content-detail p {
    margin-bottom: 16px;
  }
}
.content-detail ul {
  margin-bottom: 30px;
  padding-left: 18px;
}
@media (max-width: 767px) {
  .content-detail ul {
    margin-bottom: 16px;
  }
}
.content-detail ul li {
  margin-bottom: 8px;
}

.title-page {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .title-page {
    margin-bottom: 24px;
  }
}
.title-page h2 {
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 0.055em 0.08em 0.1em rgba(0, 0, 0, 0.77);
  text-transform: uppercase;
}
.title-page .line {
  display: flex;
  align-items: center;
  justify-content: center;
}

.shadow-none {
  text-shadow: none !important;
}

/*.box-project {
  background: url("../images/bg-project.jpg") no-repeat center;
  background-size: cover;
}*/
.box-project .title-page h2 {
  color: #545454;
  text-shadow: 1px 1px #fde67b, -1px 1px #fde67b, 1px -1px #fde67b, -1px -1px #fde67b, 1px 1px 5px #fde67b;
}

.item-project {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.9490196078);
  transition: 0.4s all !important;
}
.item-project .info-abs {
  /*background: rgba(0, 0, 0, 0.7215686275); */
  transition: 0.4s all !important;
  position: absolute;
  bottom: -10px;
  left: 0;
  padding: 0 10px;
}

.item-project .info-abs a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
}

.item-project .info-abs .info {
    background: #fff;
    padding: 10px;
    border-radius: 40px;
}

.item-project:hover {
  box-shadow: unset;
}
@media (max-width: 1200px) {
  .item-project .icon img {
    max-height: 24px;
  }
}

.slide-partner a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.slide-partner a img {
  max-height: 100px;
}
@media (max-width: 1200px) {
  .slide-partner a img {
    max-height: 80px;
  }
}

.slide-partner {
  position: relative;
  padding: 0 60px;
}

@media (max-width: 767px) {
  .slide-partner {
    padding: 0;
  }
  .slide-partner .swiper-button {
    display: none;
  }
}

.swiper-button {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  margin: 0;
}
.swiper-button:after {
  display: none;
}

/*.box-single .title-page {
  padding-right: 33.33%;
}
@media (max-width: 1023px) {
  .box-single .title-page {
    padding-right: 0;
  }
}*/
.box-single .row {
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
}
.box-single .row > div {
  padding: 0 20px;
}
.box-single .row .col-md-12 {
  max-width: 100%;
  flex: 0 0 100%;
}
.box-single .row .col-md-9 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
@media (max-width: 1023px) {
  .box-single .row .col-md-9 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.box-single .row .col-md-3 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 1023px) {
  .box-single .row .col-md-3 {
    display: none;
  }
}

.sidebar-blog {
  position: sticky;
  top: 28px;
}

.item-blog .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .slide-other-blog {
    padding: 0 40px;
  }
}
@media (max-width: 1023px) {
  .slide-other-blog {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .slide-other-blog {
    padding: 0;
  }
}
.slide-other-blog .swiper-button.swiper-button-next {
  right: -60px;
}
@media (max-width: 1440px) {
  .slide-other-blog .swiper-button.swiper-button-next {
    right: -20px;
  }
}
@media (max-width: 1023px) {
  .slide-other-blog .swiper-button.swiper-button-next {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .slide-other-blog .swiper-button.swiper-button-next {
    right: -17px;
  }
}
.slide-other-blog .swiper-button.swiper-button-prev {
  left: -60px;
}
@media (max-width: 1440px) {
  .slide-other-blog .swiper-button.swiper-button-prev {
    left: -20px;
  }
}
@media (max-width: 1023px) {
  .slide-other-blog .swiper-button.swiper-button-prev {
    left: -30px;
  }
}
@media (max-width: 767px) {
  .slide-other-blog .swiper-button.swiper-button-prev {
    left: -17px;
  }
}
@media (max-width: 767px) {
  .slide-other-blog .swiper-button img {
    background: #fff;
    border-radius: 100%;
  }
}

.content-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .content-home {
    padding: 20px;
  }
}
.content-home ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .content-home ul {
    flex-wrap: wrap;
    margin: 0 -20px;
  }
}
.content-home ul li {
  padding: 0 100px;
}
@media (max-width: 1440px) {
  .content-home ul li {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .content-home ul li {
    padding: 10px 20px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.item-choose {
  position: relative;
  color: #fff;
  transition: 0.3s all !important;
}
@media (max-width: 1440px) {
  .item-choose {
    transform: scale(0.8);
  }
}
@media (max-width: 767px) {
  .item-choose {
    transform: scale(1);
    color: #1e434c;
  }
}
.item-choose a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 0;
}
.item-choose .avarta {
  position: relative;
  margin: 0 auto;
  max-width: 250px;
}
.item-choose .avarta img {
  max-width: 100%;
  transition: 0.2s all !important;
}
.item-choose .avarta .hver-abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media (max-width: 767px) {
  .item-choose .avarta .hver-abs {
    opacity: 1;
  }
}
.item-choose .info {
  font-size: 30px;
  margin-top: 40px;
  padding: 10px 20px;
  background: transparent;
  border-radius: 10px;
  line-height: normal;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .item-choose .info {
    font-size: 26px;
  }
}
@media (max-width: 1023px) {
  .item-choose .info {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .item-choose .info {
    background-image: -moz-linear-gradient(90deg, rgb(250, 175, 64) 0%, rgb(253, 230, 123) 50%, rgb(252, 203, 94) 74%, rgb(250, 175, 64) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(250, 175, 64) 0%, rgb(253, 230, 123) 50%, rgb(252, 203, 94) 74%, rgb(250, 175, 64) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(250, 175, 64) 0%, rgb(253, 230, 123) 50%, rgb(252, 203, 94) 74%, rgb(250, 175, 64) 100%);
    box-shadow: 0px 0px 13.76px 2.24px rgba(253, 230, 123, 0.54);
    font-size: 12px;
    margin-top: 10px;
    padding: 6px 10px;
  }
}
.item-choose:hover {
  color: #1e434c;
  transform: scale(1.4);
}
@media (max-width: 1440px) {
  .item-choose:hover {
    transform: scale(1.2);
  }
}
@media (max-width: 767px) {
  .item-choose:hover {
    transform: scale(1);
  }
}
.item-choose:hover .hver-abs {
  opacity: 1;
}
.item-choose:hover .info {
  background-image: -moz-linear-gradient(90deg, rgb(250, 175, 64) 0%, rgb(253, 230, 123) 50%, rgb(252, 203, 94) 74%, rgb(250, 175, 64) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(250, 175, 64) 0%, rgb(253, 230, 123) 50%, rgb(252, 203, 94) 74%, rgb(250, 175, 64) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(250, 175, 64) 0%, rgb(253, 230, 123) 50%, rgb(252, 203, 94) 74%, rgb(250, 175, 64) 100%);
  box-shadow: 0px 0px 13.76px 2.24px rgba(253, 230, 123, 0.54);
}
.item-choose:hover .avr-fire {
  animation: circle 6s linear infinite;
  opacity: 1;
}

.avr-fire {
  position: absolute;
  top: -68%;
  left: -67%;
  width: 236%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .avr-fire {
    display: none;
  }
}

.copyright-home {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: -moz-linear-gradient(90deg, rgb(250, 175, 64) 0%, rgb(253, 230, 123) 50%, rgb(252, 203, 94) 74%, rgb(250, 175, 64) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(250, 175, 64) 0%, rgb(253, 230, 123) 50%, rgb(252, 203, 94) 74%, rgb(250, 175, 64) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(250, 175, 64) 0%, rgb(253, 230, 123) 50%, rgb(252, 203, 94) 74%, rgb(250, 175, 64) 100%);
  box-shadow: 0px 0px 13.76px 2.24px rgba(253, 230, 123, 0.54);
  padding: 10px;
  font-size: 18px;
  color: #1e434c;
  font-style: italic;
}
@media (max-width: 767px) {
  .copyright-home {
    font-size: 10px;
  }
}
.copyright-home img {
  max-width: 22px;
}
@media (max-width: 767px) {
  .copyright-home img {
    max-width: 12px;
  }
}

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

nav#menu {
    z-index: 1001;
    display: none;
}

nav#menu.mm-menu_opened {
    display: block;
}

.avarta-banner-home {
  position: relative;
  overflow: hidden;
  display: none;
}

.avarta-banner-home img {
  animation: zoom-in-zoom-out 40s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}

.list-service-home a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    padding: 6px 20px;
    border-radius: 40px;
    min-width: 400px;
}

.list-service-home a:hover {
    color: #000000;
    background: #fff;
}

.list-service-home a span {
    margin-left: 10px;
}

.list-service-home ul {
    list-style: none;
}

.list-service-home ul li {
    margin-bottom: 20px;
}

.list-service-home ul li:last-child {
    margin: 0;
}

.desc-service-home {
    margin-bottom: 48px;
}

.single-content-home .logo img {
    max-height: 200px;
}

.single-content-home .top {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    height: 200px;
}

.single-content-home .logo {
    text-align: center;
    width: 100%;
}

.single-content-home {display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: 40px;text-align: justify;}

.single-content-home > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single-content-home .top h1 {
    font-size: 48px;
    font-weight: bold;
}

@media (max-width: 1440px) {
  .single-content-home .logo img {
      max-height: 160px;
  }

  .single-content-home .top {
      height: 160px;
  }
}

@media (max-width: 1023px) {
  .single-content-home .top h1 {
      font-size: 40px;
  }

  .single-content-home .top {
      height: auto;
      margin-bottom: 24px;
  }

  .single-content-home {
      display: block;
  }

  .single-content-home > div {
      display: block;
      margin-bottom: 48px;
  }

  .single-content-home > div:last-child {
      margin: 0;
  }
}

@media (max-width: 767px) {
  .desc-service-home {
      margin-bottom: 24px;
  }

  .list-service-home a {
    min-width: 100%;
    padding: 6px 10px;
  }

  .single-content-home .top h1 {
      font-size: 24px;
  }

  .single-content-home .top {
      margin-bottom: 16px;
  }

  .single-content-home {
      text-align: unset;
  }

  .single-content-home > div {
      margin-bottom: 24px;
  }
}
