@font-face {
  src: url("../fonts/open-sans-regular/open-sans-regular.woff2") format("woff2");
  font-family: "open-sans";
  font-weight: 400;
  font-style: normal;
}
@font-face {
  src: url("../fonts/open-sans-300/open-sans-300.woff2") format("woff2");
  font-family: "open-sans-300";
  font-weight: 400;
  font-style: normal;
}
@font-face {
  src: url("../fonts/open-sans-300/open-sans-600.woff2") format("woff2");
  font-family: "open-sans-600";
  font-weight: 400;
  font-style: normal;
}
@font-face {
  src: url("../fonts/oswald/oswald.woff2") format("woff2");
  font-family: "oswald";
  font-weight: 400;
  font-style: normal;
}
::-moz-placeholder {
  color: #666;
}
::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #6A2E84;
  color: #fff;
}

::selection {
  background-color: #6A2E84;
  color: #fff;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "open-sans", sans-serif;
  overflow-x: hidden;
  color: #333;
}
body input, body textarea {
  border: #666 1px solid;
  outline: none;
}
body input:focus:required:invalid, body textarea:focus:required:invalid {
  border-color: red;
}
body input:required:valid, body textarea:required:valid {
  border-color: green;
}

.bttn {
  font-family: "oswald", sans-serif;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0 24px;
  border: 1px #fff solid;
  border-radius: 25px;
  color: #fff;
  background-color: #6A2E84;
  position: relative;
  transition: all 0.3s ease;
}
.bttn:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
  box-shadow: 0px 6px 6px rgba(51, 51, 51, 0.3);
  border: 1px transparent solid;
}

.right {
  text-align: right;
}

.sect {
  padding: 60px 0;
}

.sectNew {
  padding-bottom: 100px;
}

.center {
  text-align: center;
}

.mcbgc {
  background-color: #6A2E84;
}

.wrapBttn .bttn {
  margin: 6px;
}

.content h2 {
  font-family: "oswald", sans-serif;
  font-size: 32px;
  color: #6A2E84;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  text-align: center;
  margin-bottom: 26px;
  line-height: 1.2;
  display: block;
}
.content h2::after {
  content: "";
  display: block;
  margin: auto;
  height: 1px;
  width: 100px;
  background-color: #6A2E84;
  position: relative;
  top: 8px;
}
.content h3 {
  font-family: "open-sans-600", sans-serif;
  font-size: 22px;
  color: #6A2E84;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.content p {
  font-family: "open-sans", sans-serif;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.content table {
  width: 100%;
  border: 2px #6A2E84 solid;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.content table td {
  padding: 10px;
  border: 1px #333 solid;
}
.content table tr:nth-child(even) {
  background-color: #f0f0f0;
}
.content table tr:first-child {
  background-color: #6A2E84;
  color: #fff;
  text-align: center;
  font-family: "open-sans-600", sans-serif;
  font-size: 18px;
}
.content a {
  color: #6A2E84;
  text-decoration: underline;
}
.content ul {
  font-size: 18px;
}

.news {
  margin-bottom: 60px;
  border-bottom: 1px rgba(51, 51, 51, 0.1) solid;
}

.sContact {
  border-top: 1px rgba(51, 51, 51, 0.1) solid;
}

b, strong {
  font-weight: bold;
}

.firstLine {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: auto;
  padding: 6px 15px;
}

.contTop, .contSoc {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.contTop li, .contSoc li {
  display: inline-block;
}
.contTop li a, .contSoc li a {
  color: #fff;
  border-bottom: 2px transparent dotted;
  transition: all 0.3s ease;
}

.contTop li {
  margin: 0 15px;
}
.contTop li:first-child {
  margin-left: 0;
}
.contTop li:last-child {
  margin-right: 0;
}
.contTop li i {
  color: rgba(255, 255, 255, 0.6);
  padding-right: 6px;
}
.contTop li a:hover {
  text-decoration: none;
  border-bottom: 2px #fff dotted;
}

.contSoc {
  font-size: 24px;
}
.contSoc li {
  margin: 0 8px;
}
.contSoc li a {
  color: #fff;
}
.contSoc li a:hover {
  color: #000;
}

.secLine {
  max-width: 1400px;
  margin: auto;
  padding: 20px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.secLine .logo {
  display: block;
}
.secLine .logo img {
  height: 50px;
  width: auto;
}
.secLine .searchLine {
  width: 480px;
  position: relative;
}
.secLine .searchLine input {
  width: 100%;
  line-height: 50px;
  border-radius: 25px;
  padding: 0 30px;
}
.secLine .searchLine input:focus {
  border: 1px #6A2E84 solid;
}
.secLine .searchLine .bttnSearch {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: none;
  cursor: pointer;
}
.secLine .searchLine .bttnSearch i {
  color: #6A2E84;
  font-size: 24px;
}

.thirdLine {
  max-width: 1400px;
  padding: 22px 15px;
  margin: auto;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}
.menu ul li a {
  font-size: 18px;
  color: #fff;
  display: block;
  position: relative;
  line-height: 35px;
  padding: 0 15px;
}
.menu ul li a::after, .menu ul li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 35px;
  opacity: 0;
  transition: all 0.3s ease;
}
.menu ul li a::before {
  border: 2px #fff solid;
  border-radius: 5px 0 0 5px;
  border-right: none;
  top: 0;
  left: 50%;
}
.menu ul li a::after {
  border: 2px #fff solid;
  border-radius: 0 5px 5px 0;
  border-left: none;
  top: 0;
  right: 50%;
}
.menu ul li a:hover {
  text-decoration: none;
}
.menu ul li a:hover::before {
  left: 0;
  opacity: 1;
}
.menu ul li a:hover::after {
  right: 0;
  opacity: 1;
}
.menu ul .active a::before {
  left: 0;
  opacity: 1;
}
.menu ul .active a::after {
  right: 0;
  opacity: 1;
}

.toggleMenu {
  display: none;
  background-color: #6A2E84;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 10px;
  padding-top: 18px;
  border: 1px transparent solid;
  margin-top: 14px;
  position: fixed;
  top: 20px;
  right: 24px;
  z-index: 99;
}
.toggleMenu span:after, .toggleMenu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}
.toggleMenu span:after {
  top: 18px;
}
.toggleMenu span {
  position: relative;
  display: block;
}
.toggleMenu span, .toggleMenu span:after, .toggleMenu span:before {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
.toggleMenu.on {
  border: 1px #fff solid;
}
.toggleMenu.on span {
  background-color: transparent;
}
.toggleMenu.on span:before {
  transform: rotate(45deg) translate(-1px, 0px);
  background-color: #fff;
}
.toggleMenu.on span:after {
  transform: rotate(-45deg) translate(6px, -7px);
  background-color: #fff;
}

.mobileMenu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6A2E84;
  z-index: 98;
}

.wrapMobileMenu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.wrapMobileMenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}
.wrapMobileMenu ul li {
  text-align: center;
  margin-bottom: 16px;
}

.itemSlide {
  height: 600px;
  max-width: 1400px;
  margin: 50px auto 0;
  padding: 0 15px;
  display: flex;
  align-items: center;
  position: relative;
}
.itemSlide .titleCont {
  background-color: #6A2E84;
  width: 50%;
  padding: 60px 40px;
  color: #fff;
  border-radius: 20px;
  z-index: 2;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}
.itemSlide .titleCont .h2 {
  font-family: "oswald", sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 30px;
}
.itemSlide .titleCont p {
  font-size: 20px;
  margin-bottom: 30px;
}
.itemSlide .wrapImg {
  width: 60%;
  height: 600px;
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  right: 15px;
  border-radius: 20px;
}

.wrapAboutImg {
  width: 100%;
}
.wrapAboutImg img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.wrapService {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 60px 0 30px;
}

.itemService {
  display: block;
  border-radius: 20px;
  background-color: rgba(106, 46, 132, 0.05);
  text-align: center;
  padding: 40px 20px 60px 20px;
  width: 30%;
  margin-bottom: 50px;
  position: relative;
  transition: all 0.3s ease;
}
.itemService .circle {
  height: 95px;
  width: 95px;
  border: 1px #6A2E84 solid;
  border-radius: 50%;
  background-color: rgba(106, 46, 132, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  transition: all 0.8s ease;
}
.itemService .circle img {
  height: 60px;
  width: auto;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.itemService .title {
  margin-top: 40px;
}
.itemService .title h3 {
  font-family: "oswald", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  color: #6A2E84;
  transition: all 0.3s ease;
}
.itemService .title h3::after {
  content: "";
  display: block;
  height: 1px;
  width: 50px;
  background-color: #333;
  margin: auto;
  transition: all 0.3s ease;
}
.itemService:hover {
  background-color: #6A2E84;
  text-decoration: none;
  transform: translateY(-10px);
  box-shadow: 0 10px 10px rgba(51, 51, 51, 0.3);
}
.itemService:hover .circle {
  background-color: white;
  transform: rotateY(360deg);
}
.itemService:hover .circle img {
  opacity: 1;
}
.itemService:hover .title h3 {
  color: #fff;
}
.itemService:hover .title h3::after {
  background-color: #fff;
  width: 150px;
}

.wrapWhyWe {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.itemWhyWe {
  width: 45%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.itemWhyWe:hover .contWhyWe .wrapCont img {
  transform: scale(1.2);
  filter: blur(2px);
}
.itemWhyWe .contWhyWe {
  padding-top: 56.25%;
  height: 0;
  width: 100%;
  position: relative;
}
.itemWhyWe .contWhyWe .wrapCont {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.itemWhyWe .contWhyWe .wrapCont h3 {
  font-family: "open-sans-300", sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.itemWhyWe .contWhyWe .wrapCont h3::after {
  content: "";
  display: block;
  height: 1px;
  width: 100px;
  background-color: #fff;
  margin: auto;
}
.itemWhyWe .contWhyWe .wrapCont ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 18px;
  color: #fff;
  padding: 20px 0 0 30px;
}
.itemWhyWe .contWhyWe .wrapCont ul li {
  position: relative;
  padding-left: 40px;
}
.itemWhyWe .contWhyWe .wrapCont ul li i {
  position: absolute;
  top: 5px;
  left: 0;
}
.itemWhyWe .contWhyWe .wrapCont img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.itemWhyWe .contWhyWe .inside {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 40px 30px;
}
.itemWhyWe .contWhyWe .inside img {
  height: 120px;
  width: auto;
}
.itemWhyWe .contWhyWe .inside span {
  position: absolute;
  display: block;
  left: 30px;
  bottom: 40px;
  color: #fff;
  font-size: 22px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}
.itemWhyWe:first-child {
  background-color: #6A2E84;
}

.wrapOurComand {
  margin-bottom: 30px;
}

.itemOurComand {
  text-align: center;
  margin: 0 auto 40px;
  display: block;
}
.itemOurComand .name {
  font-family: "oswald", sans-serif;
  font-size: 20px;
  color: #6A2E84;
  line-height: 1.1;
  border-bottom: 2px transparent dotted;
  transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 10px;
}
.itemOurComand .image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.itemOurComand .image img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.itemOurComand .prof {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  display: block;
  line-height: 1;
}
.itemOurComand:hover {
  text-decoration: none;
}
.itemOurComand:hover .image {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
}
.itemOurComand:hover .image img {
  transform: scale(1.12);
}
.itemOurComand:hover .name {
  border-bottom: 2px #6A2E84 dotted;
  text-decoration: none;
}

.wrapForm {
  background-image: url("../img/bg-form.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  position: relative;
  display: flex;
  justify-content: end;
}

.wrapCallBack {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 570px;
  background-color: rgba(106, 46, 132, 0.1);
  border-radius: 20px 20px 0 0;
  position: relative;
  padding: 50px 40px 0 40px;
}

.callBack {
  width: 100%;
  text-align: center;
}
.callBack .content {
  margin-bottom: 50px;
}

.controlGroup .controlLabel {
  margin-bottom: 0;
}
.controlGroup .controls {
  margin-bottom: 30px;
}
.controlGroup .controls span {
  color: red;
}
.controlGroup .controls .inputControl {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  border: 1px transparent solid;
  border-radius: 25px;
  transition: all 0.3s ease;
}
.controlGroup .controls .inputControl:focus {
  border: 1px #6A2E84 solid;
}
.controlGroup .controls .bttn {
  border: none;
  cursor: pointer;
}

.wrapRadio {
  text-align: left;
  margin-bottom: 40px;
  padding-left: 40px;
}
.wrapRadio legend {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.controlRadio input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 2px rgba(0, 0, 0, 0.2) solid;
  width: 14px;
  height: 14px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  transition: all 0.3s linear;
}
.controlRadio input::after, .controlRadio input::before {
  content: "";
  background-color: #6A2E84;
  display: block;
  position: absolute;
  transition: all 0.3s ease;
  opacity: 0;
}
.controlRadio input::after {
  width: 2px;
  height: 18px;
  left: 10px;
  bottom: 0;
  transform: rotate(45deg);
}
.controlRadio input::before {
  width: 2px;
  height: 10px;
  left: 1px;
  bottom: 1px;
  transform: rotate(-45deg);
}
.controlRadio input:checked::after, .controlRadio input:checked::before {
  opacity: 1;
}
.controlRadio input:checked + label {
  color: #6A2E84;
}
.controlRadio label {
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: normal;
}
.controlRadio:hover input {
  border: 2px black solid;
}
.controlRadio:hover label {
  color: #333;
}

footer {
  background-color: #949494;
  min-height: 50px;
  padding: 30px 0;
}
footer .wrapLogo {
  margin-bottom: 16px;
}
footer .wrapLogo img {
  height: 60px;
  width: auto;
}
footer .pAbout {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 auto 16px;
  max-width: 440px;
}
footer .wrapBttnTop {
  margin-bottom: 10px;
}
footer .wrapBttnTop .bttn {
  border: 1px transparent solid;
}
footer .contSoc li {
  margin: 0 4px;
}

.wrapFooter {
  border-left: 1px rgba(255, 255, 255, 0.2) solid;
  padding-left: 10px;
}
.wrapFooter h3 {
  font-family: "oswald", sans-serif;
  text-transform: uppercase;
  color: #6A2E84;
  font-weight: normal;
}
.wrapFooter ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wrapFooter ul li {
  color: #fff;
  margin-bottom: 4px;
}
.wrapFooter ul li i {
  color: #6A2E84;
  padding-right: 6px;
}
.wrapFooter ul li a {
  color: #fff;
  transition: all 0.3s ease;
}
.wrapFooter ul li a:hover {
  color: #6A2E84;
  text-decoration: none;
}
.wrapFooter ul .active a {
  color: #6A2E84;
  border-bottom: 2px #6A2E84 dotted;
}

.bottomLine {
  background-color: #000;
  padding: 4px 15px;
}
.bottomLine .wrapBottom {
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.bottomLine .wrapBottom p, .bottomLine .wrapBottom a {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #fff;
}

.wrapPopupForm {
  background-color: #f0f0f0;
  max-width: 600px;
  position: relative;
  margin: auto;
  padding: 60px 30px 40px 30px;
  border-radius: 20px;
}

.bread {
  background-image: url("../img/bg-inside-001.jpg");
  background-position: center top;
  background-size: cover;
  padding: 54px 0 58px 0;
  margin-top: 60px;
  background-attachment: fixed;
}

.wrapInsideHeader h1 {
  font-family: "oswald", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 36px;
  color: #fff;
  line-height: 1.2;
}
.wrapInsideHeader ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 24px;
}
.wrapInsideHeader ol li {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
}
.wrapInsideHeader ol li a {
  color: #fff;
  border-bottom: 2px transparent dotted;
  padding-bottom: 2px;
  transition: all 0.3s ease;
}
.wrapInsideHeader ol li a:hover {
  text-decoration: none;
  border-bottom: 2px #fff dotted;
}
.wrapInsideHeader ol .active {
  border-bottom: 2px #fff dotted;
}

.itemSale {
  background-size: cover;
  background-position: center;
  margin-bottom: 60px;
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.itemSale .wrapContent {
  background-color: rgba(106, 46, 132, 0.3);
  width: 100%;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
}
.itemSale:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}
.itemSale:hover .wrapContent {
  background-color: rgba(106, 46, 132, 0.8);
}
.itemSale:hover .wrapContent .wrapBttn .bttn {
  border: 1px #fff solid;
}

.titleSliderContent .titleContent {
  font-family: "oswald", sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 6px black;
}
.titleSliderContent .content {
  font-family: "open-sans", sans-serif;
  font-size: 22px;
  text-shadow: 2px 2px 6px black;
}
.titleSliderContent .wrapBttn {
  margin-top: 30px;
}
.titleSliderContent .wrapBttn .bttn {
  border: 1px transparent solid;
}

.wrapAllSale {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.wrapData {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
.wrapData .data {
  font-size: 14px;
  line-height: 1;
}
.wrapData .data i {
  color: #6A2E84;
  margin-right: 8px;
}

.wrapOutherSale {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
}

.linkOuther {
  width: 480px;
  display: block;
  color: #333;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.linkOuther .cont {
  position: absolute;
  bottom: 0%;
  left: 0;
  z-index: 2;
  background-color: rgba(106, 46, 132, 0.5);
  width: 100%;
  text-align: center;
  padding: 20px 15px;
  transition: all 0.3s ease;
}
.linkOuther .cont h3 {
  font-family: "oswald", sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: normal;
}
.linkOuther:hover {
  text-decoration: none;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  transform: translatey(-6px);
}
.linkOuther:hover .cont {
  background-color: #6A2E84;
}
.linkOuther:hover .itemOutherSale .sale img {
  transform: scale(1.1);
  filter: saturate(150%);
}
.linkOuther .itemOutherSale {
  width: 100%;
}
.linkOuther .itemOutherSale .sale {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-color: #333;
  position: relative;
}
.linkOuther .itemOutherSale .sale img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.linkOuther .cont p {
  margin: 0;
  line-height: 1.5;
}
.linkOuther .cont span {
  font-size: 13px;
  text-align: right;
  display: block;
  border-top: 1px rgba(51, 51, 51, 0.1) solid;
}
.linkOuther .cont span b {
  font-weight: normal;
  position: relative;
  display: inline-block;
}
.linkOuther .cont span b:after {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  height: 1px;
  width: 0;
  background-color: #6A2E84;
  transition: all 0.3s ease;
}
.linkOuther .cont span b i {
  color: #6A2E84;
  margin-right: 6px;
  font-size: 12px;
}

.pagination {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pagination li {
  display: inline-block;
  font-size: 20px;
}
.pagination li a {
  color: #333;
  padding: 0px 4px;
  border-bottom: 1px transparent solid;
  line-height: 1;
  transition: all 0.3s ease;
}
.pagination li a:hover {
  border-bottom: 1px #6A2E84 solid;
  text-decoration: none;
  color: #6A2E84;
}
.pagination .active a {
  border-bottom: 1px #6A2E84 solid;
  text-decoration: none;
  color: #6A2E84;
}

.wrapContactPage {
  margin-bottom: 60px;
}
.wrapContactPage h3 {
  color: #6A2E84;
  font-size: 20px;
  display: block;
  border-bottom: 1px rgba(51, 51, 51, 0.1) solid;
}

.itemContact {
  display: flex;
  align-items: stretch;
}
.itemContact .left, .itemContact .right {
  flex-basis: 50%;
}
.itemContact .left ul, .itemContact .right ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 16px;
}
.itemContact .left .cont, .itemContact .right .cont {
  font-size: 18px;
}
.itemContact .left .cont li, .itemContact .right .cont li {
  margin-bottom: 8px;
}
.itemContact .left .cont li i, .itemContact .right .cont li i {
  color: #6A2E84;
  margin-right: 8px;
}
.itemContact .left .cont li a, .itemContact .right .cont li a {
  color: #6A2E84;
}
.itemContact .left .tit, .itemContact .right .tit {
  font-size: 18px;
  color: #6A2E84;
}
.itemContact .left .schedule li, .itemContact .right .schedule li {
  font-size: 14px;
}
.itemContact .left .schedule li i, .itemContact .right .schedule li i {
  color: #6A2E84;
  margin-right: 8px;
}

.maps {
  width: 100%;
  height: 100%;
  background-color: #333;
}
.maps iframe {
  width: 100%;
  height: 100%;
}

.tabFilter {
  border-bottom: 1px rgba(51, 51, 51, 0.1) solid;
}
.tabFilter b {
  padding: 6px 10px;
  display: inline-block;
  cursor: pointer;
  color: #333;
  font-weight: normal;
  position: relative;
}
.tabFilter b::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #6A2E84;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transition: all 0.3s ease;
}
.tabFilter b {
  transition: all 0.3s ease;
}
.tabFilter b:hover {
  color: #6A2E84;
}
.tabFilter b:hover::after {
  width: 100%;
  left: 0;
}
.tabFilter .active {
  color: #6A2E84;
}
.tabFilter .active::after {
  width: 100%;
  left: 0;
}

.wrapAllTeam {
  margin: 50px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.wrapAllTeam .itemOurComand {
  margin: 10px;
  margin-bottom: 30px;
  width: 250px;
}

.itemRecall {
  border: 1px rgba(51, 51, 51, 0.1) solid;
  padding: 30px;
  padding-bottom: 80px;
  width: 46%;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  transition: all 0.3s ease;
}
.itemRecall:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
.itemRecall:hover .wrapOffice .office span::after {
  width: 100%;
}
.itemRecall .name {
  font-size: 20px;
  color: #6A2E84;
}
.itemRecall .wrapOffice {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 30px;
  padding-top: 0;
}
.itemRecall .wrapOffice .office {
  margin-top: 30px;
  border-top: 1px rgba(51, 51, 51, 0.1) solid;
  text-align: right;
}
.itemRecall .wrapOffice .office span {
  display: inline-block;
  position: relative;
  color: #6A2E84;
}
.itemRecall .wrapOffice .office span::after {
  content: "";
  display: block;
  height: 1px;
  width: 50%;
  background-color: #6A2E84;
  position: absolute;
  right: 0;
  top: -1px;
  transition: all 0.3s ease;
}

.noContainer {
  max-width: 1140px;
  padding: 80px 20px 100px 20px;
  margin: auto;
}

.bg {
  background-color: #f0f0f0;
}

.contentNew img {
  max-width: 100%;
  height: auto;
}
.contentNew h2 {
  font-family: "open-sans-300", sans-serif;
  font-size: 50px;
  color: #6A2E84;
  letter-spacing: 1;
  line-height: 1.25;
  margin-bottom: 30px;
}
.contentNew p {
  font-size: 20px;
}
.contentNew span {
  color: #6A2E84;
  font-family: "open-sans-600", sans-serif;
  font-weight: bold;
}
.contentNew i {
  font-size: 24px;
  font-family: "open-sans-600", sans-serif;
  display: block;
}
.contentNew ol {
  list-style-type: none;
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.contentNew ol li b {
  font-size: 13px;
  color: #6A2E84;
}
.contentNew ol li::before {
  content: counter(list-item) ".";
  font-family: "open-sans-600", sans-serif;
  font-weight: 600;
  color: #6A2E84;
  font-size: 36px;
  margin-right: 5px;
}
.contentNew ul {
  list-style-type: none;
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.contentNew ul li {
  margin-bottom: 20px;
}
.contentNew ul li::before {
  content: "";
  display: inline-block;
  background-image: url("../img/svg/tooth.svg");
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-right: 14px;
  position: relative;
  top: 10px;
}
.contentNew .wrapDesignIco li::before {
  display: none;
}

.wrapDesignIco {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wrapDesignIco li {
  position: relative;
  padding-left: 120px;
  margin: 30px 0 60px;
  margin-right: 50px;
  transition: all 0.3s ease;
}
.wrapDesignIco li img {
  position: absolute;
  height: auto;
  width: 100px;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.wrapDesignIco li h3 {
  font-family: "open-sans-300", sans-serif;
  color: #000;
  font-size: 36px;
}
.wrapDesignIco li p {
  padding-left: 30px;
  color: #000;
}
.wrapDesignIco li:hover {
  margin-left: 50px;
  margin-right: 0;
}
.wrapDesignIco li:hover img {
  transform: rotateY(360deg);
}

.wrapYoutubeShorts {
  max-width: 1400px;
  margin: auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-around;
}

.youtubeShorts {
  display: flex;
  justify-content: center;
  margin: 20px;
}
.youtubeShorts iframe {
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

.wrapServiceWhyWe {
  display: flex;
  justify-content: space-between;
}

.itemServiceWhyWe {
  background-color: #6A2E84;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
  width: 290px;
  transition: all 0.3s ease;
}
.itemServiceWhyWe b {
  font-family: "open-sans-600", sans-serif;
  font-weight: 600;
  font-size: 90px;
  line-height: 1;
}
.itemServiceWhyWe span {
  display: block;
  font-size: 30px;
  color: #fff;
}
.itemServiceWhyWe p {
  font-size: 24px;
  line-height: 1.25;
  padding-top: 30px;
}
.itemServiceWhyWe:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  background-color: #333;
}

.page404 {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6A2E84;
  justify-content: center;
  align-items: center;
}
.page404 .inside {
  color: #fff;
  text-align: center;
}
.page404 .inside h1 {
  font-size: 40px;
}
.page404 .inside span {
  font-size: 30px;
}

.selectCss {
  color: #333;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/svg/arrow.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  -moz-text-align-last: center;
       text-align-last: center;
}
.selectCss::-ms-expand {
  display: none;
}
.selectCss:focus {
  outline: none;
}

.formRecall {
  background-color: #F8F8F8;
  margin: 60px auto 0;
  padding: 30px;
  padding-bottom: 40px;
  max-width: 700px;
  border-radius: 20px;
}

.controlGroup .controls textarea.inputControl {
  min-height: 140px;
  line-height: 1.3;
  padding: 15px;
  text-align: left;
  color: #333;
}

.sectAboutPage .wrapAboutImg {
  margin-top: 74px;
}

.sectPageDoc {
  padding-bottom: 30px;
}

.wrapPhoto {
  text-align: center;
}

.itemPhotoTeam {
  height: 250px;
  width: 250px;
  border: 1px #6A2E84 solid;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.itemPhotoTeam img {
  width: 100%;
  height: auto;
}

.contentTeam .itemPhotoTeam {
  margin-bottom: 20px;
  display: none;
}
.contentTeam .wrapBttn {
  display: none;
}

.introtext {
  color: #333;
  font-size: 20px;
  margin-bottom: 40px;
}

.callback-bt {
  display: block;
  background: #6A2E84;
  border: 2px solid #6A2E84;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(106, 46, 132, 0.3);
  cursor: pointer;
  height: 68px;
  text-align: center;
  width: 68px;
  position: fixed;
  right: 30px;
  bottom: 70px;
  z-index: 999;
  transition: 0.3s;
  animation: hoverWave linear 1s infinite;
}

.text-call {
  height: 68px;
  width: 68px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background-color: #6A2E84;
}
.text-call span {
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 11px;
  position: absolute;
  right: 8px;
  top: 18px;
  line-height: 14px;
  text-transform: uppercase;
  transition: opacity 0.3s linear;
  font-family: "open-sans", sans-serif;
}
.text-call:hover span {
  opacity: 1;
  font-size: 11px;
}
.text-call:hover i {
  display: none;
  color: #6A2E84;
  font-size: 40px;
  transition: 0.3s;
  z-index: 1;
  color: transparent;
  transition: 0.3s;
}
.text-call i {
  color: #fff;
  font-size: 34px;
  transition: 0.3s;
  line-height: 66px;
  transition: 0.5s ease-in-out;
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
}

.content .warningPrice {
  border: 2px #6A2E84 solid;
  display: block;
  border-radius: 20px;
  padding: 20px 20px 20px 80px;
  position: relative;
}
.content .warningPrice p {
  font-size: 20px;
}
.content .warningPrice::before {
  content: "!";
  display: block;
  position: absolute;
  font-size: 100px;
  font-weight: 600;
  color: rgba(106, 46, 132, 0.6);
  line-height: 1;
  left: 20px;
  top: 14px;
}

.wrapPrice dl {
  font-size: 18px;
}
.wrapPrice dl:first-child {
  margin-top: 50px;
}
.wrapPrice dl dt {
  display: flex;
  position: relative;
  background-color: rgba(106, 46, 132, 0.05);
  padding: 10px;
  border-radius: 15px;
  cursor: pointer;
}
.wrapPrice dl dt img {
  height: 30px;
  width: auto;
  margin-right: 6px;
}
.wrapPrice dl dt h3 {
  font-family: "open-sans-600", sans-serif;
  font-size: 20px;
  color: #6A2E84;
  margin: 0;
}
.wrapPrice dl dt .cross {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}
.wrapPrice dl dt .cross::after, .wrapPrice dl dt .cross::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #6A2E84;
}
.wrapPrice dl dt .cross::after {
  width: 20px;
  height: 2px;
  top: 50%;
  transform: translateY(-1px);
  left: 0px;
}
.wrapPrice dl dt .cross::before {
  width: 2px;
  height: 20px;
  top: 0px;
  left: 50%;
  transform: translateX(-1px);
}
.wrapPrice dl dt.active {
  background-color: rgba(106, 46, 132, 0.3);
}
.wrapPrice dl dt.active .cross {
  transform: rotate(45deg);
}
.wrapPrice dl dd {
  padding: 20px 0;
  margin-bottom: 40px;
}
.wrapPrice dl table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
.wrapPrice dl table td {
  border: none;
  padding: 6px 15px;
}
.wrapPrice dl table tr {
  transition: all 0.3s ease;
}
.wrapPrice dl table tr:nth-child(odd) {
  background-color: rgba(106, 46, 132, 0.05);
}
.wrapPrice dl table tr:hover {
  background-color: rgba(106, 46, 132, 0.2);
}

@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(106, 46, 132, 0.3), 0 0 0 0 rgba(106, 46, 132, 0.2), 0 0 0 0 rgba(106, 46, 132, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(106, 46, 132, 0.3), 0 0 0 15px rgba(106, 46, 132, 0.2), 0 0 0 0 rgba(106, 46, 132, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(106, 46, 132, 0.3), 0 0 0 30px rgba(106, 46, 132, 0), 0 0 0 26.7px rgba(106, 46, 132, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(106, 46, 132, 0.3), 0 0 0 30px rgba(106, 46, 132, 0), 0 0 0 40px rgba(106, 46, 132, 0);
  }
}
@keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
  }
  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
  }
  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
  }
  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
  }
  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }
  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
  }
  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
  }
  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
  }
  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}
/*==========  Desktop First  ==========*/
@media (max-width: 1199px) {
  .contTop li {
    margin: 0 6px;
  }
  .contSoc li {
    margin: 0 2px;
  }
  .mainMenu ul li a {
    padding: 20px 10px;
  }
  .linkOuther {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .firstLine {
    display: block;
    text-align: center;
  }
  .contTop {
    margin-bottom: 8px;
  }
  .secLine {
    display: block;
    text-align: center;
  }
  .secLine .logo, .secLine .searchLine {
    margin-bottom: 20px;
  }
  .secLine .searchLine {
    width: 100%;
  }
  .thirdLine {
    display: none;
  }
  .itemSlide .titleCont {
    padding: 40px;
  }
  .itemSlide .titleCont .h2 {
    font-size: 32px;
  }
  .itemSlide .titleCont p {
    font-size: 18px;
  }
  .wrapLogo {
    text-align: center;
  }
  .wrapTopLine {
    display: block;
  }
  .addr {
    display: block;
    text-align: center;
  }
  .wrapBttnTop {
    display: block;
    text-align: center;
  }
  .mainMenu {
    display: none;
  }
  .toggleMenu {
    display: block;
  }
  .itemWhyWe {
    width: 100%;
  }
  .itemService {
    width: 45%;
  }
  .sectPageDoc .wrapPhoto {
    display: none;
  }
  .contentTeam .itemPhotoTeam {
    display: block;
  }
  .contentTeam .wrapBttn {
    display: block;
    text-align: center;
  }
  .wrapCallBack {
    width: 100%;
  }
  .wrapForm {
    background: none;
  }
  .wrapFooter {
    text-align: center;
    border-left: none;
  }
  .linkOuther {
    width: 100%;
  }
  .wrapServiceWhyWe {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .itemServiceWhyWe {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .itemSlide {
    display: block;
    height: auto;
  }
  .itemSlide .titleCont {
    width: 100%;
    border-radius: 0 0 20px 20px;
  }
  .itemSlide .titleCont .h2 {
    font-size: 26px;
  }
  .itemSlide .wrapImg {
    width: 100%;
    height: 0px;
    padding-bottom: 80%;
    position: relative;
    right: 0;
    border-radius: 20px 20px 0 0;
  }
  .sectAboutPage .wrapAboutImg {
    margin-top: 0px;
  }
  .itemContact {
    flex-wrap: wrap;
  }
  .itemContact .left, .itemContact .right {
    flex-basis: 100%;
  }
  .itemContact .right {
    height: 300px;
  }
  .wrapYoutubeShorts {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .itemSlide .titleCont {
    padding: 30px 20px;
  }
  .addr li, footer .addr li {
    display: block;
    border: none;
  }
  .addr li:last-child, footer .addr li:last-child {
    border: none;
  }
  .itemAction .wrapContent {
    width: 100%;
  }
  .itemRecall {
    width: 100%;
  }
  .bottomLine .wrapBottom {
    display: block;
    text-align: center;
  }
  .bottomLine .wrapBottom p {
    margin-bottom: 6px;
  }
  .wrapDesignIco li {
    margin-right: 20px;
    padding-left: 0;
  }
  .wrapDesignIco li h3 {
    font-size: 28px;
  }
  .wrapDesignIco li img {
    position: relative;
    width: 80px;
  }
  .wrapDesignIco li p {
    padding-left: 0;
  }
  .wrapDesignIco li:hover {
    margin-left: 20px;
  }
  .contentNew h2 {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .itemSlide .titleCont .h2 {
    font-size: 22px;
  }
  .itemSlide .titleCont p {
    font-size: 16px;
  }
  .titleSliderContent .titleContent {
    letter-spacing: 0.05em;
  }
  .wrapAboutImg .wrapImg {
    width: 100%;
  }
  .content h2 {
    font-size: 28px;
  }
  .itemService {
    padding: 30px 15px 40px 15px;
  }
  .itemService .circle {
    height: 70px;
    width: 70px;
  }
  .itemService .circle img {
    height: 50px;
    width: auto;
  }
  .itemService .title {
    margin-top: 20px;
  }
  .itemService .title h3 {
    font-size: 18px;
    text-transform: none;
  }
  .itemService:hover .title h3::after {
    width: 100%;
  }
  .itemWhyWe:first-child .contWhyWe {
    padding-top: 0;
    height: auto;
  }
  .itemWhyWe:first-child .contWhyWe .wrapCont {
    padding: 30px 15px;
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
  }
  .itemWhyWe:first-child .contWhyWe .wrapCont h3 {
    font-size: 24px;
  }
  .itemWhyWe:first-child .contWhyWe .wrapCont ul {
    padding: 0;
    font-size: 14px;
  }
  .itemWhyWe .contWhyWe .inside img {
    display: none;
  }
  .wrapPrice dl {
    font-size: 16px;
  }
  .wrapCallBack {
    padding: 50px 15px 0 15px;
  }
  .wrapRadio {
    padding-left: 0;
  }
  .linkOuther .cont {
    padding: 15px;
  }
  .linkOuther .cont h3 {
    font-size: 18px;
  }
  .youtubeShorts {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 177.77%;
    margin: 15px 0;
  }
  .youtubeShorts iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
  }
}/*# sourceMappingURL=main.css.map */