@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-Bold.woff2") format("woff2"), url("../fonts/sfpro/SFProText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-SemiboldItalic.woff2") format("woff2"), url("../fonts/sfpro/SFProText-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-BoldItalic.woff2") format("woff2"), url("../fonts/sfpro/SFProText-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-Heavy.woff2") format("woff2"), url("../fonts/sfpro/SFProText-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-Medium.woff2") format("woff2"), url("../fonts/sfpro/SFProText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-MediumItalic.woff2") format("woff2"), url("../fonts/sfpro/SFProText-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-LightItalic.woff2") format("woff2"), url("../fonts/sfpro/SFProText-LightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-HeavyItalic.woff2") format("woff2"), url("../fonts/sfpro/SFProText-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-Light.woff2") format("woff2"), url("../fonts/sfpro/SFProText-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-RegularItalic.woff2") format("woff2"), url("../fonts/sfpro/SFProText-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-Regular.woff2") format("woff2"), url("../fonts/sfpro/SFProText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-Semibold.woff2") format("woff2"), url("../fonts/sfpro/SFProText-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #333333;
  transition: 0.3s all !important;
}
a:hover {
  color: #2f566c;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #F36C21;
}
a:hover svg > *,
a:focus svg > * {
  stroke: #F36C21;
}

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

body {
  max-width: 100%;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Dosis", sans-serif;
  background: #000000;
  color: #fff;
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}
body img {
  transition: 0.34s all !important;
  max-width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1364px) {
  .container {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1023px) {
  .container {
    padding: 0 48px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .row {
    margin: 0 -10px;
  }
  .row > div {
    padding: 0 10px;
  }
}

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;
}

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

/*======================================== end config =================================*/
.padd-main {
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .padd-main {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .padd-main {
    padding: 32px 0;
  }
}

.pagination-page ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-page ul li {
  padding: 0 2.5px;
}
.pagination-page a {
  display: flex;
  align-items: center;
  justify-items: center;
  background: #fff;
  border-radius: 6px;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  width: 30px;
  height: 30px;
  text-align: center;
  justify-content: center;
}
.pagination-page a.active, .pagination-page a:hover {
  background: #FAB702;
  color: #fff;
}

.box-breadcrumbs {
  position: relative;
  color: #fff;
  text-align: center;
}
.box-breadcrumbs .content-bread {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.box-breadcrumbs h1 {
  font-size: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .box-breadcrumbs h1 {
    font-size: 24px;
  }
}
.box-breadcrumbs ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-breadcrumbs ul li {
  margin-right: 40px;
  position: relative;
}
.box-breadcrumbs ul li:after {
  content: "--";
  position: absolute;
  top: 0;
  right: -30px;
}
.box-breadcrumbs ul li:last-child {
  margin-right: 0;
}
.box-breadcrumbs ul li:last-child:after {
  display: none;
}
.box-breadcrumbs img {
  height: 200px;
  object-fit: cover;
}

.box-bread-line {
  font-size: 14px;
  color: #999999;
}
.box-bread-line a {
  color: #999999;
}
.box-bread-line ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
  border-bottom: 1px solid #333;
}
@media (max-width: 767px) {
  .box-bread-line ul {
    padding: 8px 0;
  }
}
.box-bread-line ul li {
  position: relative;
  margin-right: 24px;
}
.box-bread-line ul li:last-child:after {
  display: none;
}
.box-bread-line ul li:after {
  content: ">";
  position: absolute;
  top: 1px;
  right: -17px;
  font-size: 12px;
}
.box-bread-line ul li:last-child {
  margin-right: 0;
}

.title {
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .title {
    margin-bottom: 16px;
  }
}
.title p {
  color: #1f1f1f;
  margin-bottom: 6px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .title p {
    font-size: 12px;
    font-weight: 500;
  }
}
.title h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .title h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .title h2 {
    font-size: 20px;
    font-weight: bold;
  }
}

.blog-loadmore a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  background: #333333;
  color: #fff;
}
@media (max-width: 767px) {
  .blog-loadmore a {
    height: 40px;
  }
}

.btn-main a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
  height: 50px;
  min-width: 150px;
  padding: 0 20px;
  background: #000000;
  color: #fff;
}
@media (max-width: 767px) {
  .btn-main a {
    height: 40px;
  }
}

footer {
  border-top: 3px solid #FAB702;
  padding-top: 40px;
}
@media (max-width: 767px) {
  footer {
    padding-top: 32px;
  }
  footer .col-md-3 {
    margin-bottom: 32px;
  }
  footer .col-md-3:last-child {
    margin-bottom: 0;
  }
}

.footer-content {
  padding-bottom: 20px;
}
.footer-content .head-fter {
  font-size: 18px;
  font-weight: bold;
  min-height: 54px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .footer-content .head-fter {
    min-height: unset;
    font-size: 16px;
  }
}
.footer-content a {
  color: #fff;
  font-weight: 500;
}
.footer-content ul {
  list-style: none;
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer-content ul {
    font-size: 14px;
  }
}
.footer-content ul li {
  margin-bottom: 10px;
}
.footer-content ul li:last-child {
  margin-bottom: 0;
}
.footer-content .hotline-fter a {
  color: #FAB702;
}

.copyright {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  background: #333333;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 12px;
  }
}
.copyright a {
  color: #FAB702;
  font-weight: bold;
}

.social-fter {
  padding-bottom: 20px;
}
.social-fter .dmca {
  text-align: right;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .social-fter .dmca {
    text-align: center;
  }
}
.social-fter ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.social-fter ul li {
  margin-right: 10px;
}
.social-fter ul li:last-child {
  margin: 0;
}

@media (max-width: 1023px) {
  .head-pc {
    display: none;
  }
}

.head-top {
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  background: url("../images/header_bg.jpg") no-repeat center;
  background-size: cover;
}
.head-top .logo img {
  max-height: 80px;
}

.head-menu {
  background: #1A1A1A;
  text-transform: uppercase;
  font-weight: 500;
}
.head-menu ul {
  list-style: none;
}
.head-menu ul li {
  position: relative;
}
.head-menu ul li ul {
  position: absolute;
  width: 220px;
  background: #1A1A1A;
  z-index: 2;
  top: 60px;
  left: 0;
  font-size: 16px;
  padding: 10px 20px;
  transition: 0.4s all !important;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1200px) {
  .head-menu ul li ul {
    left: -100px;
  }
}
.head-menu ul li ul li {
  margin: 0;
}
.head-menu ul li ul li a {
  height: auto;
  padding: 8px 0;
}
.head-menu ul li:hover ul {
  opacity: 1;
  pointer-events: unset;
}
.head-menu a {
  color: #fff;
  display: flex;
  align-items: center;
}
.head-menu a img {
  max-width: 18px;
  margin-left: 6px;
}

.h-menu > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-menu > ul li {
  margin-right: 36px;
}
@media (max-width: 1200px) {
  .h-menu > ul li {
    margin-right: 30px;
  }
}
.h-menu > ul li:last-child {
  margin-right: 0;
}
.h-menu > ul li a {
  height: 60px;
}

.head-mb {
  display: none;
  padding: 12px 0;
  background: #000000;
}
@media (max-width: 1023px) {
  .head-mb {
    display: block;
  }
}
@media (max-width: 767px) {
  .head-mb {
    padding: 10px 0;
  }
}
.head-mb .logo img {
  max-height: 60px;
}
@media (max-width: 767px) {
  .head-mb .logo img {
    max-height: 40px;
  }
}
.head-mb .btn-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.head-mb .btn-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .head-mb .btn-menu a svg {
    height: auto;
    width: 24px;
  }
}

#menu {
  z-index: 1001;
  display: none;
  font-weight: 600;
}
#menu.mm-menu_opened {
  display: block;
}

.head-search {
  position: relative;
  max-width: 300px;
  width: 100%;
}
.head-search .txt_search {
  position: relative;
  width: 100%;
  height: 32px;
  outline: none;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  padding: 0 12px;
  background: #333333;
  color: #fff;
}
.head-search .btn_search {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: 0;
  background: #fff;
  cursor: pointer;
  outline: none;
  font-weight: 500;
  padding: 0 8px;
  font-size: 15px;
}

.head-mb-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.head-mb-right .search-mb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.head-mb-right .search-mb a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-mb-right .search-mb a .icon-search {
  display: none;
}
.head-mb-right .search-mb a .icon-search.active {
  display: block;
}

.search-mb-frm {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #333333;
  padding: 10px 20px;
  z-index: 2;
  display: none;
}
.search-mb-frm .txt_search {
  width: 100%;
  height: 32px;
  border: 0;
  padding: 0 12px;
  border-radius: 0;
  outline: none;
  font-weight: 500;
}

.box-subscribe {
  padding: 32px 0;
  background: url(../images/header_bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
@media (max-width: 767px) {
  .box-subscribe {
    padding: 20px 0;
  }
}

.content-subscribe {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (max-width: 767px) {
  .content-subscribe {
    display: block;
  }
}
.content-subscribe .logo {
  margin-right: 24px;
  flex: 0 0 100px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .content-subscribe .logo {
    display: none;
  }
}
.content-subscribe h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .content-subscribe h3 {
    font-size: 20px;
  }
}
.content-subscribe .right-subscribe {
  flex: 0 0 calc(100% - 124px);
  max-width: calc(100% - 124px);
}
@media (max-width: 767px) {
  .content-subscribe .right-subscribe {
    max-width: 100%;
  }
}
.content-subscribe .form-subscribe {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.content-subscribe .form-subscribe .txt_field {
  position: relative;
  width: 100%;
  height: 40px;
  background: #333333;
  border: 0;
  outline: none;
  padding: 0 14px;
  border-radius: 0;
  font-weight: 500;
  color: #fff;
}
.content-subscribe .form-subscribe .btn_field {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  padding: 0 12px;
  font-weight: 600;
}

.box-about-top {
  padding: 100px 0;
  background: #fff;
  color: #000000;
}
@media (max-width: 1200px) {
  .box-about-top {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .box-about-top {
    padding: 32px 0;
  }
}
.box-about-top .row {
  margin: 0 -30px;
}
@media (max-width: 767px) {
  .box-about-top .row {
    margin: 0 -10px;
  }
}
.box-about-top .row > div {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .box-about-top .row > div {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .box-about-top .avarta {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .box-about-top .avarta img {
    max-width: 200px;
    margin: 0 auto;
  }
}

.txt-about p {
  margin-bottom: 12px;
}
.txt-about p:last-child {
  margin-bottom: 0;
}

.box-philosophy {
  padding: 100px 0;
  background: url("../images/bg-tl.jpg") no-repeat center;
  background-size: cover;
}
@media (max-width: 1200px) {
  .box-philosophy {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .box-philosophy {
    padding: 32px 0;
  }
}
.box-philosophy .title {
  color: #fff;
}
.box-philosophy .title p {
  color: #9f9e9e;
}

@media (max-width: 767px) {
  .list-philosophy {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .list-philosophy .row {
    flex-wrap: unset;
  }
  .list-philosophy .row .col-md-4 {
    flex: 0 0 80vw;
    max-width: 80vw;
  }
}

.item-philosophy {
  position: relative;
}
.item-philosophy .font-philosophy .avarta {
  position: relative;
  overflow: hidden;
  padding-top: 80%;
}
.item-philosophy .font-philosophy .avarta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-philosophy .cap-font {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  padding: 20px;
}
.item-philosophy .cap-font .icon {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .item-philosophy .cap-font .icon {
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .item-philosophy .cap-font .icon img {
    max-height: 36px;
  }
}
.item-philosophy .cap-font h3 {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .item-philosophy .cap-font h3 {
    font-size: 18px;
  }
}

.box-about-number {
  padding: 50px 0;
  text-align: center;
  background: url("../images/bg-number.png") no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .box-about-number {
    padding: 20px 0;
  }
}

.item-number {
  color: #c2c2c2;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .item-number {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .item-number {
    font-size: 22px;
    line-height: normal;
  }
}
.item-number p {
  color: #000000;
  font-size: 18px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .item-number p {
    font-size: 14px;
    margin-top: 4px;
  }
}

.box-member {
  padding: 80px 0;
  background: url("../images/bg-member.png") no-repeat center;
  background-size: cover;
  color: #000000;
}
@media (max-width: 1200px) {
  .box-member {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .box-member {
    padding: 32px 0;
  }
}

.item-member {
  text-align: center;
}
.item-member .avarta {
  overflow: hidden;
  padding-top: 150.5882352941%;
  position: relative;
}
.item-member .avarta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-member .info {
  color: #fff;
  background: url("../images/bg-cta.png") no-repeat center;
  background-size: cover;
  padding: 20px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .item-member .info {
    padding: 10px;
  }
}

.box-about-feedback {
  padding: 100px 0;
  background: #fff;
  color: #000000;
}
@media (max-width: 1200px) {
  .box-about-feedback {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .box-about-feedback {
    padding: 32px 0;
  }
}

.item-feedback {
  padding: 0 10px;
}
.item-feedback .desc {
  padding: 20px;
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
  box-shadow: 15px 15px #ebebeb;
}
.item-feedback .memb-feedback {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .item-feedback .memb-feedback {
    padding: 0;
    line-height: normal;
  }
}
.item-feedback .memb-feedback .avr {
  max-width: 80px;
  flex: 0 0 80px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .item-feedback .memb-feedback .avr {
    max-width: 50px;
    margin-right: 10px;
  }
}
.item-feedback .memb-feedback .avr img {
  border-radius: 100%;
  width: 100%;
  height: 80px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .item-feedback .memb-feedback .avr img {
    height: 50px;
  }
}
.item-feedback .memb-feedback .name {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .item-feedback .memb-feedback .name {
    font-size: 14px;
    font-weight: bold;
  }
}

.box-txt-main {
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .box-txt-main {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .box-txt-main {
    padding: 32px 0;
  }
}

.txt-main {
  max-width: 886px;
  margin: 0 auto;
}
.txt-main h1 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .txt-main h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .txt-main h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.box-list-news {
  padding: 0 0 80px 0;
}
@media (max-width: 1200px) {
  .box-list-news {
    padding: 0 0 60px 0;
  }
}
@media (max-width: 767px) {
  .box-list-news {
    padding: 0 0 32px 0;
  }
}
.box-list-news .col-md-4 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .box-list-news .col-md-4 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .item-news {
    display: flex;
  }
}
@media (max-width: 767px) {
  .item-news .avarta {
    flex: 0 0 45%;
    max-width: 45%;
    margin-right: 10px;
  }
}
.item-news .avarta a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 60.6796116505%;
}
.item-news .avarta a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-news .info {
  padding-top: 16px;
}
@media (max-width: 767px) {
  .item-news .info {
    padding-top: 0;
  }
}
.item-news .info p {
  font-size: 12px;
  line-height: 1;
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .item-news .info p {
    margin-bottom: 5px;
  }
}
.item-news .info p strong {
  font-weight: 500;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
}
.item-news h3 a {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: normal;
}
@media (max-width: 1023px) {
  .item-news h3 a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .item-news h3 a {
    font-size: 16px;
  }
}

.box-degisn-template {
  background: #fff;
  color: #000000;
}
@media (max-width: 767px) {
  .box-degisn-template .btn-main {
    margin-top: 20px;
  }
}

.top-cate-degisn {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .top-cate-degisn {
    margin-bottom: 24px;
    overflow: auto;
  }
}
.top-cate-degisn ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .top-cate-degisn ul {
    width: max-content;
  }
}
.top-cate-degisn ul li {
  margin-right: 60px;
}
@media (max-width: 767px) {
  .top-cate-degisn ul li {
    margin-right: 24px;
  }
}
.top-cate-degisn ul li:last-child {
  margin-right: 0;
}
.top-cate-degisn a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
}
.top-cate-degisn a:after {
  content: "";
  width: 0;
  height: 10px;
  background: #c2c2c2;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s all !important;
  opacity: 0.7;
}
.top-cate-degisn a:hover, .top-cate-degisn a.active {
  color: #000000;
}
.top-cate-degisn a:hover:after, .top-cate-degisn a.active:after {
  width: 100%;
}
.top-cate-degisn a:hover span.count-numb, .top-cate-degisn a.active span.count-numb {
  right: -8px;
  opacity: 1;
}
.top-cate-degisn a span {
  position: relative;
  z-index: 2;
}
.top-cate-degisn a span.count-numb {
  color: #828282;
  font-weight: 600;
  position: absolute;
  top: -8px;
  right: -2px;
  font-size: 12px;
  transition: 0.4s all !important;
  opacity: 0;
}
@media (max-width: 767px) {
  .top-cate-degisn a span.count-numb {
    display: none;
  }
}

.item-degisn {
  position: relative;
}
.item-degisn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.item-degisn .avarta {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.item-degisn .avarta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s all !important;
}
.item-degisn .info-abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c2c2c2;
  background: rgba(0, 0, 0, 0.3411764706);
  transition: 0.4s all !important;
  opacity: 0;
}
@media (max-width: 767px) {
  .item-degisn .info-abs {
    opacity: 1;
    transform: scale(1);
    color: #fff;
    font-size: 12px;
    padding: 6px;
  }
}
.item-degisn .info-abs h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .item-degisn .info-abs h3 {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.item-degisn:hover .avarta img {
  transform: scale(1.06);
}
.item-degisn:hover .info-abs {
  opacity: 1;
}

@media (max-width: 767px) {
  .list-degisn .row {
    margin: 0 -1px;
  }
}
.list-degisn .col-md-4 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .list-degisn .col-md-4 {
    margin: 0;
    padding: 1px;
  }
}

.box-detail-degisn {
  background: #ffffff;
  color: #000000;
}
.box-detail-degisn .title {
  margin-bottom: 16px;
}
.box-detail-degisn .title p {
  margin: 0;
}
.box-detail-degisn .container {
  max-width: 1110px;
}

.title-page-degisn {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .title-page-degisn {
    margin-bottom: 15px;
  }
}
.title-page-degisn ul {
  list-style: none;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.title-page-degisn ul li {
  padding: 0 10px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .title-page-degisn ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px 10px;
  }
}
.title-page-degisn ul li span {
  color: #9f9e9e;
}

.list-gallery-degisn ul {
  list-style: none;
}
.list-gallery-degisn ul li {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .list-gallery-degisn ul li {
    margin-bottom: 5px;
  }
}
.list-gallery-degisn ul li:last-child {
  margin-bottom: 0;
}

.txt-detail-degisn {
  padding: 32px 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 32px;
}
.txt-detail-degisn p {
  margin-bottom: 16px;
}
.txt-detail-degisn ul {
  margin-bottom: 16px;
  padding-left: 18px;
}
.txt-detail-degisn ul li {
  margin-bottom: 10px;
}

.txt-detail p {
  margin-bottom: 16px;
}
.txt-detail p:last-child {
  margin-bottom: 0;
}
.txt-detail ul {
  margin-bottom: 16px;
  padding-left: 18px;
}
.txt-detail ul li {
  margin-bottom: 6px;
}

.template-service {
  background: #fff;
  color: #000000;
}

.sidebar-service {
  position: sticky;
  top: 20px;
  left: 0;
}
@media (max-width: 767px) {
  .sidebar-service {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
}
.sidebar-service ul {
  list-style: none;
}
.sidebar-service ul li {
  margin-bottom: 10px;
}
.sidebar-service ul li:last-child {
  margin-bottom: 0;
}
.sidebar-service a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #f4f4f4;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}
.sidebar-service a span {
  color: #c2c2c2;
  padding-right: 4px;
}
.sidebar-service a.active, .sidebar-service a:hover {
  background: #000000;
  color: #fff;
}

.content-right-service.d-none {
    display: block !important;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    left: 0;
    top: 0;
}

.content-right-service {
    display: block !important;
    position: relative;
    opacity: 1;
    pointer-events: unset;
}

.content-right-service .title {
  margin-bottom: 20px;
}
.content-right-service .txt-detail p {
  margin-bottom: 6px;
}

.service-feedback .title {
  margin-bottom: 20px;
}

.step-service {
  background: url("../images/bg-step.png") no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 24px;
  margin: 24px 0;
}
@media (max-width: 767px) {
  .step-service {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
}

.item-step {
  cursor: pointer;
  position: relative;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .item-step {
    font-size: 12px;
    padding-bottom: 10px;
  }
}
.item-step:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.item-step.active:after {
  opacity: 1;
}
.item-step.active .icon {
  background: #fff;
}
.item-step.active .icon img {
  filter: brightness(0);
  -webkit-filter: brightness(0);
}
.item-step .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 140px;
  height: 140px;
  background: #000000;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .item-step .icon {
    width: 80px;
    height: 80px;
  }
  .item-step .icon img {
    max-height: 40px;
  }
}
.item-step .icon span {
  position: absolute;
  -webkit-text-stroke: 2px #9f9e9e;
  font-size: 60px;
  font-weight: bold;
  color: transparent;
  line-height: 1;
  top: -8px;
  left: -15px;
}
@media (max-width: 767px) {
  .item-step .icon span {
    font-size: 30px;
    font-weight: 600;
    top: 0;
    left: -10px;
  }
}
.item-step .desc {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .item-step .desc {
    margin-top: 10px;
  }
}

.tab-content-step {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .tab-content-step {
    margin-top: 12px;
  }
}
.tab-content-step .txt-tab {
  display: none;
}
.tab-content-step .txt-tab.active {
  display: block;
}

.gallery-price {
  background-color: #18191b;
  border: 1px solid #333;
  padding: 20px;
  border-radius: 10px;
}
.gallery-price ul {
  list-style: none;
}

.sidebar-price {
  position: sticky;
  top: 20px;
}

.item-sidebar {
  margin-bottom: 20px;
  border: 1px solid #333;
  background-color: #18191b;
}
.item-sidebar:last-child {
  margin-bottom: 0;
}
.item-sidebar ul {
  padding-left: 18px;
}
.item-sidebar ul li {
  margin-bottom: 10px;
}
.item-sidebar ul li:last-child {
  margin-bottom: 0;
}
.item-sidebar ul li a {
  color: #fff;
}
.item-sidebar .head-bar {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  border-top: 3px solid #FAB702;
  background: #202020;
  padding: 10px 20px;
  line-height: normal;
}
.item-sidebar .info-item-bar {
  padding: 20px;
}
.item-sidebar .search-bar {
  position: relative;
}
.item-sidebar .search-bar input {
  width: 100%;
  height: 46px;
  border: 1px solid #333333;
  outline: none;
  background: transparent;
  color: #fff;
  padding: 0 16px;
}
.item-sidebar .search-bar button {
  position: absolute;
  background: #fab702;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 16px;
  border: 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  outline: navajowhite;
}

.box-partner {
  background: #ffffff;
  color: #000000;
}

.item-partner {
  padding: 5px 0;
}
.item-partner a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 10px;
  border-radius: 8px;
}

.degisn-home {
  background: #fff;
}
@media (max-width: 767px) {
  .degisn-home .row {
    margin: 0 -1px;
  }
}
.degisn-home .col-md-4 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .degisn-home .col-md-4 {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 1px;
  }
}
.degisn-home .col-md-4:nth-child(4) {
  display: none;
}
@media (max-width: 767px) {
  .degisn-home .col-md-4:nth-child(4) {
    display: block;
  }
}
.degisn-home .title {
  color: #000000;
}

@media (max-width: 1023px) {
  .template-price .col-md-4 {
    display: none;
  }
}
@media (max-width: 1023px) {
  .template-price .col-md-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.head-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .head-filter {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.head-filter select {
  width: auto;
  height: 44px;
  background: #000000;
  color: #fff;
  padding: 0 20px;
  outline: none;
  border: 1px solid #333333;
}
@media (max-width: 767px) {
  .head-filter select {
    font-size: 12px;
    height: 36px;
    padding: 0 10px;
  }
}

.list-product .col-md-4 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .list-product .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.item-product .avarta {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .item-product .avarta {
    margin-bottom: 10px;
  }
}
.item-product .avarta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-product .info a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  .item-product .info a {
    font-size: 16px;
  }
}
.item-product .price {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 767px) {
  .item-product .price {
    font-size: 12px;
    margin-top: 6px;
  }
}
.item-product .price p {
  font-weight: 600;
}

.txt-preview {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .txt-preview {
    padding: 20px 0 0 0;
  }
}
.txt-preview ul {
  list-style: none;
}
.txt-preview .title-prd {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .txt-preview .title-prd {
    font-size: 24px;
  }
}
.txt-preview .numb-vote {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.txt-preview .numb-vote ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.txt-preview .numb-vote ul li {
  display: flex;
  align-items: center;
}
.txt-preview .price {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.txt-preview .price del {
  color: #999999;
  margin-right: 20px;
}
.txt-preview .price p {
  font-size: 20px;
  font-weight: 600;
}
.txt-preview .desc {
  margin-bottom: 20px;
}
.txt-preview .desc p {
  margin-bottom: 10px;
}
.txt-preview .desc p:last-child {
  margin-bottom: 0;
}
.txt-preview .desc ul {
  list-style: none;
}
.txt-preview .desc ul li {
  margin-bottom: 10px;
}
.txt-preview .desc ul li:last-child {
  margin-bottom: 0;
}
.txt-preview .add-cart-preview {
  margin-bottom: 16px;
}
.txt-preview .add-cart-preview ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.txt-preview .add-cart-preview ul li {
  margin-right: 10px;
}
.txt-preview .add-cart-preview ul li:last-child {
  margin-right: 0;
}
.txt-preview .add-cart-preview input {
  width: 80px;
  height: 40px;
  border: 1px solid #333333;
  outline: none;
  padding: 0 10px;
  background: #000000;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.txt-preview .add-cart-preview button {
  cursor: pointer;
  outline: none;
  height: 40px;
  border: 0;
  background: #fff;
  font-weight: 600;
  padding: 0 20px;
}
.txt-preview .cate-preview ul {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.txt-preview .cate-preview ul:last-child {
  margin-bottom: 0;
}
.txt-preview .cate-preview ul li {
  margin-right: 6px;
  padding: 2px 0;
}
.txt-preview .cate-preview ul li:last-child {
  margin-right: 0;
}
.txt-preview .cate-preview a {
  color: #fff;
  position: relative;
}
.txt-preview .cate-preview a:after {
  content: ",";
}
.txt-preview .cate-preview a:last-child:after {
  display: none;
}

.product-preview {
  margin-bottom: 40px;
}

.tab-top-product {
  border-bottom: 1px solid #333333;
  margin-bottom: 32px;
}
.tab-top-product ul {
  list-style: none;
  display: flex;
}
.tab-top-product a {
  font-weight: 600;
  display: block;
  padding: 10px 20px;
  color: #999999;
  position: relative;
}
.tab-top-product a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s all !important;
}
.tab-top-product a.active, .tab-top-product a:hover {
  color: #ffffff;
}
.tab-top-product a.active:after, .tab-top-product a:hover:after {
  transform: scale(1);
  opacity: 1;
}

@media (max-width: 767px) {
  .product-template-home .title {
    margin-bottom: 0;
  }
}
.product-template-home .title p {
  color: #fff;
}
.product-template-home .col-md-4 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product-template-home .col-md-4 {
    margin-top: 20px;
  }
}

.box-project-detail {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .box-project-detail {
    padding: 20px 0;
  }
}

.detail-project .title-project h2 {
  color: #FAB702;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .detail-project .title-project h2 {
    font-size: 12px;
  }
}
.detail-project .title-project h1 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .detail-project .title-project h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .detail-project .title-project h1 {
    font-size: 20px;
  }
}
.detail-project .date-author {
  font-size: 16px;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .detail-project .date-author {
    font-size: 12px;
  }
}
.detail-project .vote-prj {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .detail-project .vote-prj {
    font-size: 12px;
  }
}
.detail-project .vote-prj ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.detail-project .vote-prj ul li {
  display: flex;
  align-items: center;
}

.detail-project {
  background-color: #18191b;
  border: 1px solid #333;
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .detail-project {
    margin-bottom: 20px;
    padding: 20px;
  }
}

.product-template-home .col-md-4:nth-child(4) {
  display: none;
}
@media (max-width: 767px) {
  .product-template-home .col-md-4:nth-child(4) {
    display: block;
  }
}

@media (max-width: 767px) {
  .box-other-prd {
    padding: 0 !important;
  }
}

.content-detail {
  max-width: 890px;
  margin: 0 auto;
  width: 100%;
}
.content-detail .sort-detail {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .content-detail .sort-detail {
    font-size: 16px;
  }
}

.title-page .date-top {
  margin-bottom: 10px;
  font-size: 12px;
}
.title-page h1 {
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1023px) {
  .title-page h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .title-page h1 {
    font-size: 24px;
  }
}

.txt-detail h2, .txt-detail h3, .txt-detail h4, .txt-detail h5, .txt-detail h6 {
  font-weight: 600;
  margin-bottom: 16px;
}
.txt-detail p {
  margin-bottom: 16px;
}
.txt-detail iframe {
  max-width: 50%;
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .txt-detail iframe {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .list-other-new .col-md-4 {
    margin-bottom: 20px;
  }
  .list-other-new .col-md-4:last-child {
    margin-bottom: 0;
  }
}

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