/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.can-select {
  user-select: all !important;
  -webkit-user-select: all !important;
}
/* Nav Menu Essentials */
.scroll-sub:hover .sub-menu {
  opacity: 1;
  max-height: 100vw;
  height: auto;
  padding: 1.5625vw 1.04166667vw !important;
  visibility: visible;
}
.sub-menu {
  max-height: 0;
  padding: 0 1.04166667vw !important;
  opacity: 0;
  transition: all 0.5s;
  overflow: hidden;
  visibility: hidden;
}
#sub-menu {
  width: 11.45833333vw;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 99;
  top: 80px;
  left: 50%;
  margin-left: -5.72916667vw !important;
  color: white;
}
.scroll-sub {
  position: relative;
}
.sub-menu-item {
  display: flex;
  margin-top: 1.5625vw;
}
.sub-menu-item:first-child {
  margin-top: 0 !important;
}
.sub-menu-line {
  width: 0.3125vw;
  height: 1.45833333vw;
  background-color: #ff6600;
}
.sub-menu-t {
  margin-left: 6px !important;
  transition: all 0.3s;
}
.sub-menu-t:hover {
  color: #ff6600;
}
.sub-menu-t1 {
  font-size: 1.14583333vw;
  line-height: 1;
}
.sub-menu-t2 {
  margin-top: 0.41666667vw !important;
  font-size: 0.9375vw;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .sub-menu-line {
    width: 6px;
    height: 28px;
  }
  .sub-menu-t1 {
    font-size: 22px;
  }
  .sub-menu-t2 {
    font-size: 18px;
    margin-top: 6px !important;
  }
}
@media (max-width: 768px) {
  .scroll-sub .sub-menu {
    opacity: 1;
    max-height: 100vw;
    height: auto;
    padding: 1.5625vw 1.04166667vw !important;
    visibility: visible;
  }
  #sub-menu {
    width: auto;
    top: 40px;
    left: 27%;
  }
  .sub-menu-item {
    margin-top: 12px;
  }
  .sub-menu-line {
    height: 16px;
  }
  .sub-menu-t1 {
    font-size: 18px;
  }
  .sub-menu-t2 {
    font-size: 12px;
  }
}
.nav-menu,
.nav-menu * {
  padding: 0;
  list-style: none;
}
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.nav-menu > li {
  float: left;
  cursor: pointer;
  line-height: 1;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}
.nav-menu ul ul {
  top: 0;
  left: 100%;
}
.nav-menu ul li {
  min-width: 180px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin-right: 5.46875vw;
}
@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}
/* Nav Meu Styling */
.nav-menu a {
  margin-bottom: 23px;
  margin-top: 23px;
  padding: 0 2.34375vw;
  text-decoration: none;
  display: inline-block;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  outline: none;
  position: relative;
  line-height: 53px;
  overflow: hidden;
}
.nav-menu a:before {
  content: '';
  position: absolute;
  width: 0;
  bottom: 6px;
  left: 50%;
  border-bottom: 0.20833333vw #ff6600 solid;
  border-radius: 0.20833333vw;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-menu a:hover:before,
.nav-menu a:active:before,
.nav-menu .menu-active a:before {
  width: 50%;
  left: 25%;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 16px 12px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}
#mobile-nav-toggle i {
  color: #ffffff;
}
@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}
/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}
#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-nav ul li {
  position: relative;
}
#mobile-nav ul li a {
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 15px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
#mobile-nav ul li a:hover {
  color: #fff;
}
#mobile-nav ul li li {
  padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #3ed54a;
}
#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}
#mobile-nav ul .menu-item-active {
  color: #3ed54a;
}
#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
  left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
body.mobile-nav-active .fa-times {
  color: #fff !important;
}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #626262;
  color: #fff;
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 5px;
  bottom: 5px;
  transition: background 0.5s;
  z-index: 11;
}
.back-to-top i {
  padding-top: 7px;
  color: #fff;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 997;
  background-color: transparent;
  transition: all 0.5s;
}
#header .container {
  height: 100px;
  max-width: 2560px;
}
#header #logo {
  float: left;
  margin: 0 0 0 6.51041667vw;
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
}
.logo_imgcon {
  padding: 0;
  margin: 0;
  height: 50px;
  position: relative;
}
.logo_imgcon img {
  height: 100%;
}
.scroll a {
  color: white;
}
.menu-name-scrolled a {
  color: #4b4b4b;
}
.menu-name-scrolled a:hover {
  color: #4b4b4b;
}
.logo_o {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s;
}
.logo_o_show {
  opacity: 1;
}
/*
.chs {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}
*/
.header-scrolled {
  background-color: white;
}
.fa-bars-scrolled {
  color: #f19317;
}
/***
**********************
 */
*:not(img):not(input):not(textarea) {
  user-select: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
}
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}
a {
  color: #fff;
}
a:hover {
  color: #fff;
}
a,
a:hover,
a:link,
a:active,
a:visited {
  text-decoration: none !important;
  outline: none !important;
}
p {
  padding: 0;
  margin: 0 0 30px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: white;
}
.op_0 {
  opacity: 0;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f1ece8;
  color: #000;
  font-size: 14px;
  height: 70px;
}
#footer .container {
  height: 100%;
}
#footer .footer-top {
  height: 70px;
}
#footer .copyright {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.end-icp {
  position: relative;
  margin-left: 25px;
  cursor: pointer;
}
.end-icp:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/badge.png);
  width: 15.3px;
  height: 17.1px;
  background-size: cover;
  top: 0;
  left: -20px;
}
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
.section-title {
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-title img {
  margin: auto;
}
section .container {
  padding-bottom: 60px;
}
.more-btn-overlay {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #000;
  height: 44px;
  width: 180px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #000;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}
.more-btn-overlay:hover {
  background: #c3996d;
  border: 1px solid #c3996d;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*--------------------------------------------------------------
# Common less
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Responsive 5/12 դ��
--------------------------------------------------------------*/
.col-md-2dot4,
.col-md-2dot4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.offset-0dot1 {
  margin-left: 10%;
}
@media (min-width: 1200px) {
  .c-hover-content h4:before {
    content: '';
    position: absolute;
    width: 40px;
    margin-top: 50px;
    margin-left: -20px;
    left: 50%;
    border-bottom: 2px #fff solid;
  }
  .col-lg-2dot4 {
    float: left;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .offset-lg-2dot4 {
    margin-left: 20%;
  }
  .offset-lg-2dot4 {
    margin-left: 20%;
  }
  .offset-lg-0dot1 {
    margin-left: 10%;
  }
  .offset-0dot1 {
    margin-left: 10%;
  }
}
@media (min-width: 992px) and (max-width: 1199.9999px) {
  .c-hover-content h4 {
    padding-top: 15%;
    padding-bottom: 18%;
  }
  .c-hover-content p {
    line-height: 1.5;
  }
  .c-hover-content h4:before {
    content: '';
    position: absolute;
    width: 40px;
    margin-top: 45px;
    margin-left: -20px;
    left: 50%;
    border-bottom: 2px #fff solid;
  }
  .col-md-2dot4 {
    float: left;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .offset-md-2dot4 {
    margin-left: 20%;
  }
  .offset-md-0dot1 {
    margin-left: 10%;
  }
  #header {
    height: 90px;
  }
  #header .container {
    height: 90px;
  }
  #header #logo {
    margin: 0 30px;
  }
  #nav-menu-container {
    margin-right: 1.04166667vw;
  }
  #header #logo img {
    height: 50px;
  }
  .nav-menu a {
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0 15px 0 15px;
    line-height: 53px;
  }
  .aboutUs-desc p {
    font-size: 1rem;
  }
  .case-title {
    font-size: 1.25rem;
    padding-top: 20px;
    margin-bottom: 10px;
    padding-left: 30px;
  }
  .case-title span:before {
    width: 20px;
    top: 28px;
  }
  .case-desc {
    padding-left: 30px;
    margin-bottom: 40px;
  }
  .service-content {
    border: 2px solid #222;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 40px;
    min-height: 270px;
  }
  .service-icon {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .service-img-con {
    padding-left: 18px;
    padding-right: 18px;
  }
  .service-desc {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .service-desc p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 1920px) {
  #nav-menu-container {
    margin-right: 125px;
  }
  .nav-menu a {
    font-size: 20px;
  }
  .nav-menu a:before {
    border-bottom: 6px #ff6600 solid;
  }
  .tit-fz1 {
    font-size: 35px;
  }
  .tit-fz2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.9999px) {
  #cases #cases-flters {
    margin: 5px 0 25px 0;
  }
  .c-box-hover {
    position: relative;
    opacity: 1;
    transition: none;
  }
  .c-box-hover .col-6 {
    padding: 0;
  }
  .c-brown-bg {
    background-color: #f2f2f2;
  }
  .c-brown-bg img {
    display: none;
  }
  .c-hover-content {
    color: #666;
  }
  .c-hover-content h4 {
    padding-top: 16%;
    padding-bottom: 10%;
  }
  .c-hover-content p {
    line-height: 1.5;
  }
  .c-hover-content h4:before {
    content: '';
    position: absolute;
    width: 40px;
    margin-top: 40px;
    margin-left: -20px;
    left: 50%;
    border-bottom: 2px #666 solid;
  }
  .c-icon-hover img {
    width: 100% !important;
  }
  .col-sm-2dot4 {
    float: left;
    flex: 0 0 20%;
    width: 20%;
  }
  .offset-sm-2dot4 {
    margin-left: 20%;
  }
  .offset-sm-0dot1 {
    margin-left: 10%;
  }
  #header {
    height: 72px;
  }
  #header .container {
    height: 72px;
  }
  #header #logo {
    margin: 0 16px;
  }
  #header #logo img {
    height: 40px;
  }
  #nav-menu-container {
    margin-right: 0;
  }
  .nav-menu a {
    line-height: 42px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 8px 0 8px;
    font-size: 17px;
  }
  .aboutUs-desc p {
    font-size: 1rem;
  }
  .counters span {
    font-size: 52px;
  }
  .counters p {
    font-size: 20px;
  }
  .counters {
    padding-bottom: 50px;
  }
  .aboutUs-des p {
    font-size: 1rem;
    margin-bottom: 35px;
  }
  .section-title {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .case-title {
    font-size: 1.125rem;
    padding-top: 20px;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .case-title span:before {
    width: 0;
    top: 35px;
    background: none;
  }
  .case-desc {
    font-size: 0.75rem;
    padding-left: 0;
    margin-bottom: 25px;
  }
  .service-content {
    min-height: 230px;
  }
  .service-icon {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  .service-img-con {
    padding-left: 32px;
    padding-right: 32px;
  }
  .service-desc {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  .service-desc p {
    font-size: 0.875rem;
  }
  .service-desc h4 {
    font-size: 1.25rem;
  }
  .service-desc h4:before {
    top: 65px;
    left: 0;
  }
  section .container {
    padding-bottom: 50px;
  }
  .partner-logo-img {
    padding-bottom: 30px;
  }
  .contact-txt a,
  .contact-txt p {
    font-size: 1rem;
  }
}
@media (max-width: 767.9999px) {
  .tline2 {
    width: 3.64583333vw;
    height: 0.52083333vw;
  }
  /*   .p6_icon{
       width: 33.3%;
     }*/
  .join-type {
    font-size: 4.6875vw;
    margin-top: 8px;
  }
  .join-introduce {
    font-size: 3.125vw;
    margin: 8px 0;
  }
  .join-content {
    font-size: 2.91666667vw;
    text-align: left;
  }
  .join-tip {
    font-size: 3.125vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .aboutUs-desc {
    text-align: justify;
  }
  #cases #cases-flters {
    margin: 0 0 20px 0;
  }
  #cases #cases-flters li {
    cursor: pointer;
    margin: 10px 10px 10px 0;
    display: inline-block;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    /* text-transform: uppercase; */
    border: 1px solid #626262;
    background: #fff;
    margin-bottom: 5px;
  }
  .c-box-hover {
    position: relative;
    opacity: 1;
    transition: none;
  }
  .c-box-hover .col-6 {
    padding: 0;
  }
  .c-brown-bg {
    background-color: #f2f2f2;
  }
  .c-brown-bg img {
    display: none;
  }
  .c-icon-hover img {
    width: 100% !important;
  }
  .c-hover-content {
    color: #666;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-hover-content h4 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .c-hover-content p {
    font-size: 1rem;
    line-height: 1.5;
  }
  .c-hover-content h4:before {
    content: '';
    position: absolute;
    width: 40px;
    margin-top: 40px;
    margin-left: -20px;
    left: 50%;
    border-bottom: 2px #666 solid;
  }
  .col-2dot4 {
    float: left;
    flex: 0 0 20%;
    width: 20%;
  }
  .offset-2dot4 {
    margin-left: 20%;
  }
  #header {
    height: 72px;
  }
  #header .container {
    height: 72px;
    max-width: 100%;
  }
  #header #logo {
    margin: 0 4px;
  }
  /*
  #header #logo img {
    height: 36px;
  }
  */
  .logo_imgcon {
    height: 32px;
  }
  .nav-menu a {
    margin-bottom: 12px;
    margin-top: 12px;
    padding: 0 8px 0 8px;
    font-size: 17px;
  }
  .section-background {
    background-attachment: scroll;
  }
  .aboutUs-desc p {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .top-logo-sm-md {
    line-height: 75vh;
  }
  .top-title {
    line-height: 0;
    margin-top: -40px;
  }
  .counters span {
    font-size: 36px;
  }
  .counters p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .counters {
    padding-bottom: 25px;
  }
  .counters .col-4 {
    padding: 0;
  }
  .aboutUs-des p {
    font-size: 0.875rem;
    margin-bottom: 25px;
  }
  .section-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-title img {
    height: 75px;
  }
  .case-title {
    font-size: 1.25rem;
    padding-top: 20px;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .case-title span:before {
    width: 0;
    top: 35px;
    background: none;
  }
  .case-desc {
    font-size: 0.875rem;
    padding-left: 0;
    margin-bottom: 35px;
  }
  .service-content .row > div:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-desc {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 20px;
  }
  .service-desc h4:before {
    top: 50px;
    left: 20px;
    width: 30px;
  }
  .service-content {
    min-height: 200px;
    margin-bottom: 15px;
  }
  .service-box:nth-child(2n) {
    padding-left: 5px;
  }
  .service-box:nth-child(2n+1) {
    padding-right: 5px;
  }
  .service-desc p {
    font-size: 0.875rem;
  }
  .service-desc h4 {
    font-size: 1.125rem;
  }
  section .container {
    padding-bottom: 40px;
  }
  .partner-logo-img {
    padding-bottom: 15px;
  }
  .contact-txt a,
  .contact-txt p {
    font-size: 0.875rem;
  }
  .contact-txt > div {
    font-size: 1.475rem;
    line-height: 1;
  }
}
@media (max-width: 639.9999px) {
  .c-hover-content {
    color: #666;
  }
  .c-hover-content h4 {
    padding-top: 16%;
    padding-bottom: 6%;
    font-size: 1.25rem;
  }
  .c-hover-content p {
    font-size: 0.875rem;
  }
  .service-content {
    min-height: 200px;
  }
  .c-hover-content h4:before {
    margin-top: 30px;
  }
}
@media (max-width: 479.9999px) {
  .c-hover-content h4 {
    padding-top: 25px;
    padding-bottom: 10px;
    font-size: 1.25rem;
    color: #666;
  }
  .c-hover-content p {
    font-size: 0.875rem;
  }
  .c-hover-content h4:before {
    margin-top: 27px;
  }
  .service-content {
    min-height: 220px;
  }
  .service-desc h4:before {
    left: 15px;
  }
}
@media (max-width: 413.9999px) {
  .c-hover-content h4 {
    padding-top: 10%;
    padding-bottom: 7%;
    font-size: 1.25rem;
  }
  .c-hover-content p {
    font-size: 0.875rem;
    line-height: 1.3;
  }
  .service-content {
    min-height: 250px;
  }
}
@media (max-width: 349.9999px) {
  .service-content {
    min-height: 300px;
  }
  .service-desc h4:before {
    display: none;
  }
}
@media (max-width: 319.9999px) {
  .c-hover-content {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }
  .c-hover-content h4 {
    padding-top: 10%;
    padding-bottom: 7%;
    font-size: 1.25rem;
  }
  .c-hover-content p {
    font-size: 0.875rem;
    line-height: 1.1;
    margin: 0;
  }
  .service-content {
    min-height: 310px;
  }
}
/* ���� */
/* ���� */
@media screen and (orientation: landscape) {
  .top-logo-sm {
    display: none !important;
  }
  .top-logo-lg-md {
    display: block !important;
    margin-left: 0 !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .top-title-sm {
    display: none !important;
  }
  .top-title-lg-md {
    display: block !important;
    margin-left: 0 !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    line-height: 100vh !important;
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  /*.tit-fz1{
    font-size: 50*@px2vw;
  }
  .tit-fz2{
    font-size: 30*@px2vw
  }*/
}
@media (max-width: 768px) {
  .tit-fz1 {
    font-size: 30px;
  }
  .tit-fz2 {
    font-size: 20px;
  }
  .min768-hide {
    display: none;
  }
}
#mobile-nav-toggle i {
  color: #f19317;
}
.pCon {
  padding: 2.60416667vw;
  box-sizing: border-box;
}
.con2 {
  padding: 1.5625vw 3.38541667vw 3.64583333vw 3.38541667vw;
}
/*--------------------------------------------------------------
# p6
--------------------------------------------------------------*/
#p6 {
  background: #f1ece8;
}
.p6_t0 {
  font-weight: bold;
  color: #4b4b4b;
  line-height: 1.605;
}
.p6_t_line {
  background-color: #ff6600;
  width: 122px;
  height: 8px;
}
.p6_icon_c {
  padding-bottom: 3.125vw;
}
.p6_c1 {
  padding-bottom: 0vw;
}
.p6_icon {
  width: 20%;
  height: 13.02083333vw;
  padding: 0vw 2.60416667vw;
  box-sizing: border-box;
  font-size: 0;
  -webkit-text-size-adjust: none;
  display: flex;
  align-content: center;
  align-items: center;
}
.p6_ci_bar li {
  background-color: #4b4b4b;
  bottom: -5.20833333vw;
}
.con1 {
  padding: 4.6875vw 3.38541667vw 3.64583333vw 3.38541667vw;
}
body {
  background-color: #f1ece8;
}
@media (max-width: 767.9999px) {
  .con1 {
    padding-top: 90px;
  }
  .p6_icon {
    width: 33%;
    padding: 0 15px;
  }
}
/*# sourceMappingURL=cooperative.css.map */