@charset "UTF-8";
/*==============================================  css Reset ==============================================*/
@import url(../fonts/fontiran.css);
* {
  direction: rtl;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

*:focus {
  outline: none !important;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.125rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.8125rem;
}

h6 {
  font-size: 0.9375rem;
}

p {
  margin: 0;
  padding: 0;
}

blockquote {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #eee;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before, blockquote:after {
  content: "";
}

label {
  color: #333;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

select {
  border: 1px solid #bbb;
  border-radius: 3px;
  height: 3em;
  max-width: 100%;
}

b, strong {
  font-weight: bold;
}

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
}

body {
  font-family: peyda;
  direction: rtl;
  line-height: 1.5;
  font-weight: normal;
  position: relative;
}

input, textarea, button, select {
  font-family: peyda;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

a {
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  color: #4f4f4f;
}

ul {
  list-style: none;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}

/*==============================================<< color (sass) >>==============================================*/
/*==============================================<< import >>==============================================*/
/*==============================================<< mixed-in (sass) >>==============================================*/
/*_ mixed-in for ( transition effect )_*/
/*_ mixed-in for ( display=inline-flex;)_*/
/*_ mixed-in for ( display=flex; flex=1;)_*/
/*_ mixed-in for ( display=flex;)_*/
/*_ mixed-in for ( display=flex; - up to down = center , right to left = center )_*/
/*_ mixed-in for ( display=flex; - up to down = center , right to left = space-between )_*/
/*_ mixed-in for ( display=flex; - justify-self= flex-end; )_*/
/*_ mixed-in for ( flex-direction )_*/
/*_ mixed-in for ( flex-basis )_*/
/*_ mixed-in for ( justify content -- please dont delete this code! )_*/
/*_ mixed-in for ( display=flex; - up to down   )_*/
/*_ mixed-in for ( display=flex; - wrap )_*/
/*==============================================<< breakpoints for responsive in sass >>=================================================*/
/* xsm--Extra small  (smart phones, portrait iPhone, portrait 480x320 phones (Android)) */
/* sm--smart phones, Android phones, landscape iPhone */
/* sm--smart phones, Android phones, landscape iPhone */
/* tsm-- portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
/* md-- tablet, landscape iPad, lo-res laptops ands desktops */
/* lg-- big landscape tablets, laptops, and desktops */
/* xl-- hi-res laptops and desktops */
/* 2xl-- hi-res laptops and desktops */
/* 3xl-- hi-res laptops and desktops */
/* 4xl-- Extra large screens, TV */
/* 5xl -- Extra large screens, TV */
/*========================================== media query - container =============================================*/
.container {
  width: 65%;
  margin: 0 auto;
  /*_ md : max-width <= 601px _*/
}
@media (max-width: 1800px) {
  .container {
    width: 80%;
  }
}
@media (max-width: 1201px) {
  .container {
    width: 90%;
  }
}

/*==============================================<< Start Code >>=================================================*/
.home-page {
  background: linear-gradient(bottom, #f1e6de, #f5f0ea, #f3f7f6, #f0f5f5, #dae6e7);
  background: -webkit-linear-gradient(bottom, #f1e6de, #f5f0ea, #f3f7f6, #f0f5f5, #dae6e7);
  height: 100vh;
  width: 100%;
  position: relative;
}

.single-page {
  height: auto;
}

/*==============================================<< similar font-size in home >>==============================================*/
header .top-header .right-head .menu li a, header .top-header .left-head .phone, .main-home .main-parent .text-content .about .button-box a, .main-home .support .support-text {
  font-size: 1rem;
  /*_ 5xl : max-width <= 1800px _*/
  /*_ 4xl : max-width <= 1651px _*/
}
@media (max-width: 1800px) {
  header .top-header .right-head .menu li a, header .top-header .left-head .phone, .main-home .main-parent .text-content .about .button-box a, .main-home .support .support-text {
    font-size: 0.9375rem;
  }
}
@media (max-width: 1651px) {
  header .top-header .right-head .menu li a, header .top-header .left-head .phone, .main-home .main-parent .text-content .about .button-box a, .main-home .support .support-text {
    font-size: 0.875rem;
  }
}

/*==============================================<< header in home>>==============================================*/
.top-header {
  padding-top: 15px;
  /*_ mixed-in for ( display=flex; - up to down = center , right to left = center )_*/ /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-header .right-head { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  /*_ menu _*/
}
.top-header .right-head .logo {
  width: 80px;
  height: 80px;
  /*_ 5xl : max-width <= 1800px _*/
  /*_ 3xl : max-width <= 1500px _*/
}
@media (max-width: 1800px) {
  .top-header .right-head .logo {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1500px) {
  .top-header .right-head .logo {
    width: 50px;
    height: 50px;
  }
}
.top-header .right-head .logo img, .top-header .right-head .logo svg {
  width: 100%;
  height: 100%;
}
.top-header .right-head .menu { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  margin-right: 20px;
  /*_ menu , main list _*/
}
.top-header .right-head .menu li {
  position: relative;
  /*_ li.menu-item-has-children _*/
  /*_ sub-menu = ul list in menu-item-has-children (this is first sub-menu) _*/
  /*_ xl : max-width <= 1201px _*/
}
.top-header .right-head .menu li a {
  margin-left: 45px;
  /*_ xl : max-width <= 1201px _*/
}
.top-header .right-head .menu li a:hover, .top-header .right-head .menu li a.name-site {
  color: #ff8a23;
}
@media (max-width: 1201px) {
  .top-header .right-head .menu li a {
    padding: 8px 15px;
    border-radius: 10px;
    color: white;
    margin: 0;
    background-color: #ff8a23;
  }
  .top-header .right-head .menu li a:hover {
    color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
.top-header .right-head .menu li.menu-item-has-children {
  margin-left: 10px;
}
.top-header .right-head .menu li.menu-item-has-children:before {
  content: "❮";
  position: absolute;
  left: 0;
  top: -8px;
  transform: translateY(-50%) rotate(90deg);
  color: #4f4f4f;
  margin-left: 10px;
  font-size: 0.625rem;
  padding-left: 40px;
  /*_ xl : max-width <= 1201px _*/
}
@media (max-width: 1201px) {
  .top-header .right-head .menu li.menu-item-has-children:before {
    display: none;
  }
}
.top-header .right-head .menu li.menu-item-has-children:hover {
  color: #ff8a23;
}
.top-header .right-head .menu li.menu-item-has-children:hover:before {
  color: #ff8a23;
}
.top-header .right-head .menu li .sub-menu {
  position: absolute;
  right: 0;
  top: 95%;
  width: 170px;
  background-color: white;
  visibility: hidden;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.04);
  z-index: 9999999;
  border-radius: 5px;
  color: #4f4f4f;
  /*_ 5xl : max-width <= 1800px _*/
  /*_ xl : max-width <= 1201px _*/
  /*_ sub-menu > sub-menu = ul list in menu-item-has-children (this is second sub-menu) _*/
}
@media (max-width: 1800px) {
  .top-header .right-head .menu li .sub-menu {
    width: 150px;
  }
}
@media (max-width: 1201px) {
  .top-header .right-head .menu li .sub-menu {
    display: none;
    visibility: hidden;
  }
}
.top-header .right-head .menu li .sub-menu li a {
  padding: 10px 10px 10px 0;
  display: block;
  color: #4f4f4f;
  margin-left: 0;
}
.top-header .right-head .menu li .sub-menu li a:hover {
  color: #ff8a23;
  background-color: rgba(151, 183, 183, 0.1);
}
.top-header .right-head .menu li .sub-menu .sub-menu {
  right: 100%;
  top: -10px;
  visibility: hidden;
}
.top-header .right-head .menu li .sub-menu .menu-item-has-children {
  margin: 0;
  padding: 0;
}
.top-header .right-head .menu li .sub-menu .menu-item-has-children:before {
  content: "❯";
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  color: #4f4f4f;
  right: 90%;
}
.top-header .right-head .menu li .sub-menu .menu-item-has-children:hover:before {
  color: #ff8a23;
}
.top-header .right-head .menu li:hover > .sub-menu {
  visibility: visible;
  transition: 0.3s;
  top: 100%;
}
@media (max-width: 1201px) {
  .top-header .right-head .menu li.responsive-menu-item {
    display: none;
  }
}
.top-header .right-head .menu .sub-menu li:hover > .sub-menu {
  visibility: visible;
  transition: 0.3s;
  top: 0;
}
.top-header .left-head { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  position: relative;
}
.top-header .left-head .phone { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  font-weight: normal;
  color: #4f4f4f;
  /*_ xl : max-width <= 1201px _*/
}
@media (max-width: 1201px) {
  .top-header .left-head .phone {
    display: none;
  }
}
.top-header .left-head .phone .icon-phone {
  background-color: #ff8a23;
  height: 25px;
  width: 25px;
  border-radius: 7px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
  margin-bottom: 5px;
  /*_ 5xl : max-width <= 1800px _*/
}
.top-header .left-head .phone .icon-phone svg, .top-header .left-head .phone .icon-phone img {
  height: 12px;
  width: 12px;
  color: white;
}
@media (max-width: 1800px) {
  .top-header .left-head .phone .icon-phone {
    height: 22px;
    width: 22px;
  }
}
.top-header .left-head .menu-bars {
  display: none;
  background-color: transparent;
  border: none;
  position: absolute;
  cursor: initial;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 15;
  /*_ xl : max-width <= 1201px _*/
}
@media (max-width: 1201px) {
  .top-header .left-head .menu-bars { /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
    display: inline-flex;
  }
}

/*==============================================<< main in home>>================================================*/
.main-home {
  min-height: 60vh;
  max-height: 70vh;
  color: #4f4f4f;
  flex-direction: column; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 60px;
  padding-top: 60px;
  /*_ 3xl : max-width <= 1500px _*/
  /*_ 3xl : max-width <= 1500px _*/
  /*_ lg : max-width <= 801px _*/
  /*_ sm : max-width <= 491px _*/
  /*_ xsm : max-width <= 396px _*/
}
@media (max-width: 1651px) {
  .main-home {
    max-height: -moz-min-content;
    max-height: min-content;
    padding-top: 0;
  }
}
@media (max-width: 1500px) {
  .main-home {
    padding-top: 40px;
  }
}
@media (max-width: 870px) {
  .main-home {
    max-height: 70vh;
  }
}
@media (max-width: 491px) {
  .main-home { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex;
    align-items: flex-start;
    padding: 20px 0 0 0;
  }
}
@media (max-width: 396px) {
  .main-home { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex;
    align-items: flex-start;
  }
}
.main-home .main-parent {
  padding: 30px 0; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.main-home .main-parent .text-content {
  flex-basis: 50%;
  margin-left: 30px;
  width: 50%;
  /*_ xl : max-width <= 1201px _*/
}
@media (max-width: 1201px) {
  .main-home .main-parent .text-content {
    flex-basis: 100%;
    width: 100%;
    margin-left: 0;
  }
}
.main-home .main-parent .text-content .notification-home {
  color: #4f4f4f;
  background-color: rgba(151, 183, 183, 0.1);
  padding: 5px 6px; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
  border-radius: 7px;
  overflow: hidden;
  margin-top: 30px;
  font-size: 0.8125rem;
  /*_ 3xl : max-width <= 1500px _*/
  /*_ xl : max-width <= 1201px _*/
  /*_ sm : max-width <= 491px _*/
}
@media (max-width: 1500px) {
  .main-home .main-parent .text-content .notification-home {
    font-size: 0.75rem;
  }
}
@media (max-width: 1201px) {
  .main-home .main-parent .text-content .notification-home {
    font-size: 0.6875rem;
  }
}
@media (max-width: 491px) {
  .main-home .main-parent .text-content .notification-home {
    width: 100%;
    padding: 8px;
    font-size: 0.8125rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.main-home .main-parent .text-content .notification-home .subject-notification {
  background-color: #e82020;
  padding: 1px 4px 0 4px;
  border-radius: 5px;
  color: white;
  margin-left: 5px;
  z-index: 3;
  display: inline;
}
@media (max-width: 491px) {
  .main-home .main-parent .text-content .notification-home .subject-notification {
    padding: 1px 4px 0 4px;
  }
}
.main-home .main-parent .text-content .notification-home ul {
  width: 250px;
  height: 17px;
  /*_ 3xl : max-width <= 1500px _*/
  /*_ sm : max-width <= 491px _*/
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .main-home .main-parent .text-content .notification-home ul {
    width: 190px;
  }
}
@media (max-width: 491px) {
  .main-home .main-parent .text-content .notification-home ul {
    width: 80%;
  }
}
.main-home .main-parent .text-content .notification-home ul li {
  display: none;
}
.main-home .main-parent .text-content .notification-home ul li:first-child {
  display: block;
  width: 100%;
}
.main-home .main-parent .text-content .notification-home ul li a { /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
  overflow: hidden;
  transform: translateY(1px);
  width: 100%;
  font-size: 0.875rem;
  /*_ 3xl : max-width <= 1500px _*/
  /*_ xl : max-width <= 1201px _*/
  /*_ sm : max-width <= 491px _*/
  /*_ xsm : max-width <= 396px _*/
}
@media (max-width: 1500px) {
  .main-home .main-parent .text-content .notification-home ul li a {
    font-size: 0.6875rem;
  }
}
@media (max-width: 1201px) {
  .main-home .main-parent .text-content .notification-home ul li a {
    font-size: 0.75rem;
  }
}
@media (max-width: 491px) {
  .main-home .main-parent .text-content .notification-home ul li a {
    font-size: 0.875rem;
  }
}
@media (max-width: 396px) {
  .main-home .main-parent .text-content .notification-home ul li a {
    font-size: 0.75rem;
  }
}
.main-home .main-parent .text-content .notification-home ul li a:hover {
  color: #e82020;
}
.main-home .main-parent .text-content .about {
  margin-top: 30px;
  /*_ 3xl : max-width <= 1500px _*/
}
@media (max-width: 1500px) {
  .main-home .main-parent .text-content .about {
    margin-top: 15px;
  }
}
.main-home .main-parent .text-content .about h1 {
  font-size: 2.25rem;
  text-shadow: 0 2px 2px #ffffff;
  /*_ 2xl : max-width <= 1281px _*/
  /*_ sm : max-width <= 491px _*/
  /*_ xsm : max-width <= 396px _*/
  /*_ 2xsm : max-width <= 346px _*/
}
@media (max-width: 1281px) {
  .main-home .main-parent .text-content .about h1 {
    font-size: 1.625rem;
  }
}
@media (max-width: 396px) {
  .main-home .main-parent .text-content .about h1 {
    font-size: 1.3125rem;
  }
}
@media (max-width: 346px) {
  .main-home .main-parent .text-content .about h1 {
    font-size: 1.125rem;
  }
}
.main-home .main-parent .text-content .about h1 span {
  color: #ff8a23;
}
.main-home .main-parent .text-content .about p {
  text-align: justify;
  margin-top: 20px;
  color: #707070;
  overflow: hidden;
  text-shadow: 0 0 #ffffff;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 2;
  max-height: 100px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: flex-start;
  /*_ 3xl : max-width <= 1500px _*/
  /*_ xl : max-width <= 1201px _*/
  /*_ sm : max-width <= 491px _*/
  /*_ xsm : max-width <= 396px _*/
  /*_ 2xsm : max-width <= 346px _*/
}
@media (max-width: 1500px) {
  .main-home .main-parent .text-content .about p {
    margin-top: 10px;
    font-size: 0.875rem;
    max-height: 80px;
  }
}
@media (max-width: 1201px) {
  .main-home .main-parent .text-content .about p {
    margin-top: 30px;
    font-size: 1rem;
    max-height: 100px;
  }
}
@media (max-width: 491px) {
  .main-home .main-parent .text-content .about p {
    font-size: 0.9375rem;
    max-height: 170px;
    margin-top: 20px;
    line-height: 2.5;
  }
}
@media (max-width: 396px) {
  .main-home .main-parent .text-content .about p {
    font-size: 0.8125rem;
  }
}
@media (max-width: 346px) {
  .main-home .main-parent .text-content .about p {
    font-size: 0.75rem;
  }
}
.main-home .main-parent .chart {
  position: relative;
  flex-basis: 50%;
  width: 50%; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-basis: 50%;
  justify-content: flex-end;
  /*_ xl : max-width <= 1201px _*/
}
@media (max-width: 1281px) {
  .main-home .main-parent .chart {
    justify-content: center;
  }
}
@media (max-width: 1201px) {
  .main-home .main-parent .chart {
    display: none;
  }
}
.main-home .main-parent .chart img {
  height: 542px;
  width: 511px;
  /*_ 5xl : max-width <= 1800px _*/
  /*_ 4xl : max-width <= 1651px _*/
  /*_ 3xl : max-width <= 1500px _*/
  /*_ 2xl : max-width <= 1281px _*/
}
@media (max-width: 1800px) {
  .main-home .main-parent .chart img {
    height: 482px;
    width: 461px;
  }
}
@media (max-width: 1651px) {
  .main-home .main-parent .chart img {
    height: 422px;
    width: 401px;
  }
}
@media (max-width: 1500px) {
  .main-home .main-parent .chart img {
    height: 342px;
    width: 321px;
  }
}
@media (max-width: 1281px) {
  .main-home .main-parent .chart img {
    height: 322px;
    width: 301px;
  }
}
@keyframes circle-green {
  0% {
    box-shadow: 0 0 3px rgba(10, 165, 88, 0);
  }
  50% {
    box-shadow: 0 0 3px rgba(10, 165, 88, 0.5);
  }
  75% {
    box-shadow: 0 0 3px rgba(10, 165, 88, 0.9);
  }
  100% {
    box-shadow: 0 0 3px rgba(10, 165, 88, 0);
  }
}
.main-home .support {
  z-index: 999999999999999;
  position: absolute;
  right: 0;
  bottom: 0;
  /*_ mixed-in for ( display=flex; - up to down = center)_*/ /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  /*_ md : max-width <= 601px _*/
}
@media (max-width: 601px) {
  .main-home .support {
    position: fixed;
    left: 50%;
    bottom: 10px;
    z-index: 1;
    width: 100%;
    justify-content: center;
  }
}
.main-home .support .support-icon {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  /*_ 3xl : max-width <= 1500px _*/
  /*_ md : max-width <= 601px _*/
  /*_ mixed-in for ( display=flex; - up to down = center - right to left = center)_*/ /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1500px) {
  .main-home .support .support-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 601px) {
  .main-home .support .support-icon {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  }
}
.main-home .support .support-icon img,
.main-home .support .support-icon svg {
  width: 30px;
  height: 30px;
  color: #ff8a23;
  /*_ 3xl : max-width <= 1500px _*/
}
@media (max-width: 1500px) {
  .main-home .support .support-icon img,
  .main-home .support .support-icon svg {
    width: 20px;
    height: 20px;
  }
}
.main-home .support .support-icon .little-circle {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #ebfff5;
  border-radius: 50%;
  bottom: -4px;
  right: 0;
  /*_ 3xl : max-width <= 1500px _*/
  /*_ mixed-in for ( display=flex; - up to down = center - right to left = center)_*/ /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1500px) {
  .main-home .support .support-icon .little-circle {
    width: 10px;
    height: 10px;
    bottom: 0;
  }
}
.main-home .support .support-icon .little-circle .circle-green {
  width: 4px;
  height: 4px;
  background-color: #0dbf66;
  border-radius: 50%;
  animation-name: circle-green;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.main-home .support .support-text span {
  margin: 0 10px 0 15px;
}
.main-home .support .support-text button.send-message {
  border: none;
  background-color: #e82020;
  color: white;
  padding: 3px 15px;
  border-radius: 5px;
  font-size: 0.875rem;
  cursor: pointer;
}
.main-home .support .support-text button.send-message:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.button-box { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  /*_ md : max-width <= 601px _*/
  margin-top: 60px;
  /*_ xl : max-width <= 1201px _*/
  /*_ md : max-width <= 601px _*/
  /*_ sm : max-width <= 491px _*/
  /*_ xsm : max-width <= 396px _*/
  /*_ 2xsm : max-width <= 346px _*/
}
@media (max-width: 601px) {
  .button-box {
    justify-content: center;
  }
}
@media (max-width: 1281px) {
  .button-box {
    margin-top: 20px;
  }
}
@media (max-width: 601px) {
  .button-box {
    font-size: 1rem;
    font-weight: bold;
  }
}
@media (max-width: 491px) {
  .button-box {
    margin-top: 60px;
  }
}
@media (max-width: 396px) {
  .button-box {
    margin-top: 40px;
  }
}
@media (max-width: 346px) {
  .button-box {
    flex-direction: column;
    margin-top: 30px;
  }
}
.button-box a {
  padding: 12px 40px;
  border-radius: 8px;
  display: inline-block;
  box-shadow: 12px 0 48px rgba(0, 0, 0, 0.04);
  /*_ 3xl : max-width <= 1500px _*/
  /*_ sm : max-width <= 491px _*/
  /*_ xsm : max-width <= 396px _*/
  /*_ 2xsm : max-width <= 346px _*/
}
.button-box a:hover {
  box-shadow: 12px 0 48px rgba(0, 0, 0, 0.1);
}
.button-box a:first-child {
  margin-left: 20px;
  /*_ sm : max-width <= 491px _*/
  /*_ 2xsm : max-width <= 346px _*/
}
@media (max-width: 491px) {
  .button-box a:first-child {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 346px) {
  .button-box a:first-child {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 1500px) {
  .button-box a {
    padding: 8px 30px;
  }
}
@media (max-width: 491px) {
  .button-box a {
    padding: 10px 35px;
  }
}
@media (max-width: 396px) {
  .button-box a {
    padding: 10px 20px;
    font-size: 0.875rem;
  }
}
@media (max-width: 346px) {
  .button-box a {
    padding: 10px 35px;
    text-align: center; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
    display: inline-flex; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.button-box a.sign-in {
  background-color: #ff8a23;
  color: white;
}
.button-box a.help {
  background-color: white;
  color: #4f4f4f;
}

/*==============================================<< footer in home>>==============================================*/
footer .copyright-footer {
  background-color: white;
  height: 55px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  color: #363636;
  /*_ 4xl : max-width <= 1651px _*/
  /*_ xl : max-width <= 1201px _*/
}
@media (max-width: 1651px) {
  footer .copyright-footer {
    height: 40px;
  }
}
@media (max-width: 1201px) {
  footer .copyright-footer {
    height: 60px;
  }
}
footer .copy-content {
  width: 100%;
  /*_ mixed-in for ( display=flex; - up to down = center , right to left = space-between )_*/ /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
  font-size: 0.8125rem;
  /*responsive*/
  /*_ 5xl : max-width <= 1800px _*/
  /*_ 4xl : max-width <= 1651px _*/
  /*_ 3xl : max-width <= 1500px _*/
  /*_ xl : max-width <= 1201px _*/
  /*_ md : max-width <= 601px _*/
}
@media (max-width: 1800px) {
  footer .copy-content {
    font-size: 0.75rem;
  }
}
@media (max-width: 1651px) {
  footer .copy-content {
    height: 40px;
  }
}
@media (max-width: 1500px) {
  footer .copy-content {
    font-size: 0.6875rem;
  }
}
@media (max-width: 1201px) {
  footer .copy-content {
    height: 60px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex;
    flex-direction: column; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 601px) {
  footer .copy-content {
    display: none;
  }
}
footer .copy-content .copy-brand { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .copy-content .copy-brand .copy-brand-top {
  font-size: 0.6875rem;
  color: #e2e2e2;
  text-align: left;
  direction: ltr;
  font-weight: lighter;
  position: relative;
}
footer .copy-content .copy-brand .copy-brand-bottom { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
}
footer .copy-content .copy-brand .copy-brand-bottom span {
  margin: 0 5px;
}
footer .copy-content .copy-brand .copy-brand-bottom a {
  color: #ff8a23;
  font-weight: bold; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  align-self: center;
  align-items: center;
}
footer .copy-content .copy-brand .copy-brand-bottom a img {
  width: 20px;
  height: 30px;
  /*_ 4xl : max-width <= 1651px _*/
}
@media (max-width: 1651px) {
  footer .copy-content .copy-brand .copy-brand-bottom a img {
    height: 20px;
    width: 15px;
  }
}

/*==============================================<< single-category >>==============================================*/
/*=<< header in single-category and other pages>>=*/
.inner-page header .top-header {
  padding: 15px 0;
}
.inner-page header .top-header .right-head .menu li.menu-item-has-children::before .sub-menu .menu-item-has-children:before {
  top: 50%;
}
.inner-page header .top-header .left-head .button-box {
  margin-top: 0;
  /*_ xl : max-width <= 1201px _*/
}
@media (max-width: 1201px) {
  .inner-page header .top-header .left-head .button-box {
    display: none;
  }
}
.inner-page header .top-header .left-head .button-box a {
  padding: 8px 30px;
  border-radius: 8px;
  display: inline-block;
  box-shadow: 3px 0 12px rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
}
.inner-page header .top-header .left-head .button-box a:hover {
  box-shadow: 3px 0 12px rgba(0, 0, 0, 0.2);
}
.inner-page header .top-header .left-head .button-box a:first-child {
  margin-left: 15px;
}
@media (max-width: 1281px) {
  .inner-page header .top-header .left-head .button-box a {
    padding: 8px 25px;
  }
}
.inner-page header .bg-header {
  height: 400px;
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: left;
  position: relative;
}
@media (max-width: 601px) {
  .inner-page header .bg-header {
    height: 530px;
  }
}
@media (max-width: 396px) {
  .inner-page header .bg-header {
    height: 580px;
  }
}
.inner-page header .bg-header .bg-shadow {
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to left, rgb(79, 79, 79) 60%, rgba(79, 79, 79, 0.9) 70%, rgba(79, 79, 79, 0.7) 80%, rgba(79, 79, 79, 0.6) 85%, rgba(79, 79, 79, 0.3) 90%, rgba(79, 79, 79, 0.1) 95%, rgba(79, 79, 79, 0) 100%);
  background: linear-gradient(to left, rgb(79, 79, 79) 60%, rgba(79, 79, 79, 0.9) 70%, rgba(79, 79, 79, 0.7) 80%, rgba(79, 79, 79, 0.6) 85%, rgba(79, 79, 79, 0.3) 90%, rgba(79, 79, 79, 0.1) 95%, rgba(79, 79, 79, 0) 100%);
}
@media (max-width: 1201px) {
  .inner-page header .bg-header .bg-shadow {
    background: rgba(79, 79, 79, 0.95);
    width: 100%;
    position: relative;
  }
}
.inner-page header .bg-header .bg-text {
  padding: 20px 0;
  color: white;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  height: 400px;
  overflow: hidden;
  transform: translateY(-50%);
  align-items: center;
}
@media (max-width: 601px) {
  .inner-page header .bg-header .bg-text {
    height: 530px;
    padding: 20px 0;
  }
}
@media (max-width: 491px) {
  .inner-page header .bg-header .bg-text {
    padding: 15px 0;
  }
}
@media (max-width: 346px) {
  .inner-page header .bg-header .bg-text {
    height: 580px;
  }
}
.inner-page header .bg-header .bg-text .bg-text-content {
  width: 60%; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1201px) {
  .inner-page header .bg-header .bg-text .bg-text-content {
    width: 100%;
  }
}
@media (max-width: 601px) {
  .inner-page header .bg-header .bg-text .bg-text-content {
    height: 100%;
  }
}
@media (max-width: 396px) {
  .inner-page header .bg-header .bg-text .bg-text-content {
    padding: 5px 0 0 0;
  }
}
.inner-page header .bg-header .bg-text .bg-text-content h2.subject-page {
  color: #ff8a23;
  font-size: 1.6875rem;
  margin-bottom: 10px;
}
.inner-page header .bg-header .bg-text .bg-text-content h2 {
  font-size: 1.5rem;
}
.inner-page header .bg-header .bg-text .bg-text-content p {
  font-weight: normal;
  font-size: 1rem;
  margin-top: 10px;
  color: #ebebeb;
  line-height: 2;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1800px) {
  .inner-page header .bg-header .bg-text .bg-text-content p {
    font-size: 0.875rem;
  }
}
@media (max-width: 396px) {
  .inner-page header .bg-header .bg-text .bg-text-content p {
    margin-top: 5px;
  }
}
@media (max-width: 346px) {
  .inner-page header .bg-header .bg-text .bg-text-content p {
    line-height: 1.8;
  }
}
.inner-page header .address-page {
  padding: 15px 0;
  background-color: #ff8a23;
  font-size: 0.875rem;
  color: white; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
}
.inner-page header .address-page ul { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.inner-page header .address-page ul li:after {
  content: "/";
  margin: 0 5px;
}
.inner-page header .address-page ul li:last-child:after {
  content: "";
  color: white;
}
.inner-page header .address-page ul li:last-child a {
  pointer-events: none;
}
.inner-page header .address-page ul li:first-child a {
  font-size: 0.9375rem;
  font-weight: bold;
}
@media (max-width: 601px) {
  .inner-page header .address-page ul li:first-child a {
    font-size: 0.875rem;
  }
}
.inner-page header .address-page ul li a {
  color: white;
}
@media (max-width: 601px) {
  .inner-page header .address-page ul li a {
    font-size: 0.75rem;
  }
}

/* return-to-bottom */
.return-to-bottom {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -22.5px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%); /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
}
.return-to-bottom img {
  width: 12px;
  height: 8px;
}

/*=<< plan-parent in single-category page >>=*/
main #plan-parent {
  padding: 50px 0;
  width: 100%;
}
main #plan-parent .heading-plan { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main #plan-parent .heading-plan h2 {
  color: #e82020;
  font-size: 1.3125rem;
}
@media (max-width: 1500px) {
  main #plan-parent .heading-plan h2 {
    font-size: 1.1875rem;
  }
}
@media (max-width: 1201px) {
  main #plan-parent .heading-plan h2 {
    margin-bottom: 5px;
    font-size: 1.125rem;
  }
}
@media (max-width: 870px) {
  main #plan-parent .heading-plan h2 {
    font-size: 1rem;
  }
}
main #plan-parent .heading-plan span {
  color: #4f4f4f;
  font-size: 1rem;
}
@media (max-width: 1201px) {
  main #plan-parent .heading-plan { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
main #plan-parent .plan-list {
  width: 100%;
  margin: 30px 0;
  color: #4f4f4f; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
main #plan-parent .plan-list .holder-plan {
  flex-basis: calc(50% - 15px);
  width: calc(40% - 15px);
}
@media (max-width: 870px) {
  main #plan-parent .plan-list .holder-plan {
    flex-basis: 100%;
    width: 100%;
  }
}
main #plan-parent .plan-list .holder-plan:nth-child(odd) {
  margin-left: 15px;
}
@media (max-width: 870px) {
  main #plan-parent .plan-list .holder-plan:nth-child(odd) {
    margin-left: 0;
  }
}
main #plan-parent .plan-list .holder-plan:nth-child(even) {
  margin-right: 15px;
}
@media (max-width: 870px) {
  main #plan-parent .plan-list .holder-plan:nth-child(even) {
    margin-right: 0;
  }
}
main #plan-parent .plan-list .plan-item {
  width: 100%;
  background-color: white;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  margin-bottom: 15px;
}
main #plan-parent .plan-list .plan-item .head-item {
  background-color: #ebebeb;
  width: 100%;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 0.9375rem;
  cursor: pointer; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  transition: 0.3s;
}
@media (max-width: 1201px) {
  main #plan-parent .plan-list .plan-item .head-item {
    font-size: 0.875rem;
  }
}
@media (max-width: 601px) {
  main #plan-parent .plan-list .plan-item .head-item {
    font-size: 0.75rem;
  }
}
@media (max-width: 396px) {
  main #plan-parent .plan-list .plan-item .head-item {
    padding: 10px 10px;
  }
}
main #plan-parent .plan-list .plan-item .head-item .count-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  border-bottom: 1px solid #e82020; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
}
main #plan-parent .plan-list .plan-item .head-item .plan-subject {
  width: 100%;
  flex: 1;
  margin-right: 20px;
  font-weight: normal; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1500px) {
  main #plan-parent .plan-list .plan-item .head-item .plan-subject {
    margin-right: 10px;
    font-size: 0.875rem;
  }
}
@media (max-width: 571px) {
  main #plan-parent .plan-list .plan-item .head-item .plan-subject {
    margin-right: 10px;
    font-size: 0.75rem;
  }
}
main #plan-parent .plan-list .plan-item .head-item .plan-subject button {
  cursor: pointer; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  background-color: #e82020;
  color: white;
  border-radius: 15px;
  padding: 5px 15px 5px 15px;
  position: relative;
  width: 90px;
  font-size: 0.75rem;
}
@media (max-width: 601px) {
  main #plan-parent .plan-list .plan-item .head-item .plan-subject button {
    width: 80px;
  }
}
@media (max-width: 346px) {
  main #plan-parent .plan-list .plan-item .head-item .plan-subject button {
    font-size: 0.675rem;
  }
}
main #plan-parent .plan-list .plan-item .head-item .plan-subject button:after {
  content: "❯";
  position: absolute;
  top: 50%;
  color: white;
  left: 15px;
  transform: translateY(-50%) rotate(-90deg);
}
main #plan-parent .plan-list .plan-item .head-item .plan-subject button.open {
  background-color: #4f4f4f;
}
main #plan-parent .plan-list .plan-item .content-item {
  background-color: white;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  width: 100%;
  height: calc(100% - 100px);
  display: flex;
  flex-direction: column;
}
main #plan-parent .plan-list .plan-item .content-item p {
  font-size: 0.875rem;
  color: #6f6f6f;
  line-height: 2;
}
@media (max-width: 491px) {
  main #plan-parent .plan-list .plan-item .content-item p {
    font-size: 0.75rem;
  }
}
main #plan-parent .plan-list .plan-item .content-item .download-catalog {
  background-color: #0dbf66;
  border-radius: 12px; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
  align-items: center;
  align-self: flex-end; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  justify-self: flex-end;
  padding: 5px 8px;
  color: white;
  font-size: 0.75rem;
  margin-top: 30px;
}
main #plan-parent .plan-list .plan-item .content-item .download-catalog span {
  margin: 0 10px 0 15px;
}
main #plan-parent .plan-list .plan-item .content-item .download-catalog a {
  color: #0dbf66;
  background-color: white;
  font-size: 0.6875rem;
  border-radius: 10px;
  padding: 5px 30px;
  font-weight: normal;
}
@media (max-width: 346px) {
  main #plan-parent .plan-list .plan-item .content-item .download-catalog a {
    padding: 5px 20px;
  }
}
@media (max-width: 396px) {
  main #plan-parent .plan-list .plan-item .content-item .download-catalog {
    justify-content: center;
  }
}
main #plan-parent .plan-list .plan-item:hover .head-item {
  background-color: #dadada;
}
main #plan-parent .plan-list .plan-item:hover .head-item span {
  font-weight: 600;
}

/* footer */
.footer-pages {
  position: relative;
  background-color: #4f4f4f;
  width: 100%;
}
.footer-pages .footer-pages-parent {
  width: 100%;
  color: #e2e2e2;
  padding: 40px 0 90px 0; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-pages .footer-pages-parent .footer-child {
  padding-left: 40px;
  position: relative;
  /*head-footer-child*/
}
.footer-pages .footer-pages-parent .footer-child .head-footer-child { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.footer-pages .footer-pages-parent .footer-child .head-footer-child h6 {
  margin-left: 10px;
  color: white;
  font-size: 0.8125rem;
}
.footer-pages .footer-pages-parent .footer-child .head-footer-child hr {
  height: 1px;
  width: 100%;
  background-color: #ff8a23;
  border: none;
  flex: 1;
}
.footer-pages .footer-pages-parent .footer-child ul.footer-list li {
  margin-bottom: 15px;
  font-size: 0.8125rem;
}
.footer-pages .footer-pages-parent .footer-child ul.footer-list li a {
  color: #e2e2e2;
  font-size: 0.8125rem; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
}
@media (max-width: 1201px) {
  .footer-pages .footer-pages-parent .footer-child ul.footer-list li a {
    font-size: 0.8125rem;
  }
}
.footer-pages .footer-pages-parent .footer-child ul.footer-list li a:hover {
  color: #ff8a23;
}
.footer-pages .footer-pages-parent .footer-child:nth-child(1) {
  flex-basis: 13%;
  width: 13%;
}
@media (max-width: 1201px) {
  .footer-pages .footer-pages-parent .footer-child:nth-child(1) {
    flex-basis: 48%;
    width: 48%;
  }
}
@media (max-width: 870px) {
  .footer-pages .footer-pages-parent .footer-child:nth-child(1) {
    display: none;
  }
}
.footer-pages .footer-pages-parent .footer-child:nth-child(2) {
  flex-basis: 13%;
  width: 13%;
}
@media (max-width: 1201px) {
  .footer-pages .footer-pages-parent .footer-child:nth-child(2) {
    flex-basis: 48%;
    width: 48%;
    padding-left: 0;
  }
}
@media (max-width: 870px) {
  .footer-pages .footer-pages-parent .footer-child:nth-child(2) {
    display: none;
  }
}
.footer-pages .footer-pages-parent .footer-child:nth-child(3) {
  flex-basis: 39%;
  width: 39%;
}
@media (max-width: 1201px) {
  .footer-pages .footer-pages-parent .footer-child:nth-child(3) {
    flex-basis: 48%;
    width: 48%;
  }
}
@media (max-width: 870px) {
  .footer-pages .footer-pages-parent .footer-child:nth-child(3) {
    display: none;
  }
}
.footer-pages .footer-pages-parent .footer-child:nth-child(3) h6 {
  font-size: 1rem;
  color: #ff8a23;
}
.footer-pages .footer-pages-parent .footer-child:nth-child(4) {
  flex-basis: 29%;
  width: 29%;
  padding-left: 0;
}
@media (max-width: 1201px) {
  .footer-pages .footer-pages-parent .footer-child:nth-child(4) {
    flex-basis: 47%;
    width: 47%;
  }
}
@media (max-width: 870px) {
  .footer-pages .footer-pages-parent .footer-child:nth-child(4) {
    flex-basis: 100%;
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 1500px) {
  .footer-pages .footer-pages-parent .footer-child {
    margin-bottom: 30px;
    padding-left: 20px;
  }
}
.footer-pages .footer-pages-parent .footer-child p {
  font-size: 0.75rem;
  line-height: 3;
  font-weight: normal;
  text-align: justify;
  margin-top: -10px;
}
.footer-pages .copy-content { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  font-size: 0.8125rem;
  color: white;
  font-weight: lighter;
  margin-top: 10px;
  /*_ 5xl : max-width <= 1800px _*/
  /*_ 3xl : max-width <= 1500px _*/
}
.footer-pages .copy-content span {
  display: inline-flex;
}
@media (max-width: 1800px) {
  .footer-pages .copy-content {
    font-size: 0.75rem;
  }
}
@media (max-width: 1500px) {
  .footer-pages .copy-content {
    font-size: 0.6875rem;
  }
}
@media (max-width: 1201px) {
  .footer-pages .copy-content {
    display: block;
  }
}
@media (max-width: 870px) {
  .footer-pages .copy-content { /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
    display: inline-flex;
    padding-bottom: 45px;
  }
}
@media (max-width: 1201px) {
  .footer-pages .copy-content > span {
    visibility: hidden;
  }
}
.footer-pages .copy-content .copy-brand {
  align-items: flex-end;
}
.footer-pages .copy-content .copy-brand .copy-brand-top {
  font-size: 0.6875rem;
  color: #e2e2e2;
  text-align: left;
  direction: ltr;
  font-weight: lighter;
  position: relative;
  margin-left: 13px;
}
.footer-pages .copy-content .copy-brand .copy-brand-top:before {
  content: "©";
  font-size: 1rem;
  position: absolute;
  bottom: -6px;
  left: -13px;
}
.footer-pages .copy-content .copy-brand .copy-brand-bottom { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
}
.footer-pages .copy-content .copy-brand .copy-brand-bottom span {
  margin: 0 5px 0 0;
}
.footer-pages .copy-content .copy-brand .copy-brand-bottom a img {
  display: none;
  visibility: hidden;
}
@media (max-width: 870px) {
  .footer-pages .copy-content .copy-brand {
    align-items: center;
  }
}
.footer-pages .footer-shape-bottom {
  width: 100%;
  background-color: white;
  height: 21px;
  position: relative; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
}
.footer-pages .footer-shape-bottom .shape {
  width: 230px;
  height: 65px;
  margin-top: -62px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1651px) {
  .footer-pages .footer-shape-bottom .shape {
    max-width: 230px;
    margin-top: -55px;
  }
}
@media (max-width: 1201px) {
  .footer-pages .footer-shape-bottom .shape {
    max-width: 200px;
    margin-top: -40px;
    height: 45px;
  }
}
.footer-pages .footer-shape-bottom .shape img {
  max-width: 230px;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1500px) {
  .footer-pages .footer-shape-bottom .shape img {
    max-width: 200px;
  }
}
@media (max-width: 1201px) {
  .footer-pages .footer-shape-bottom .shape img {
    max-width: 150px;
  }
}
.footer-pages .footer-shape-bottom .logof { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 12px;
  left: 50%;
  z-index: 9999;
  transform: translateX(-50%);
}
.footer-pages .footer-shape-bottom .logof img {
  height: 55px;
  width: 45px;
}
@media (max-width: 1500px) {
  .footer-pages .footer-shape-bottom .logof img {
    height: 45px;
    width: 35px;
  }
}
@media (max-width: 1201px) {
  .footer-pages .footer-shape-bottom .logof img {
    height: 35px;
    width: 30px;
  }
}

/* support */
.sticky {
  height: 0;
  width: 100%;
  bottom: 60px;
  right: 0;
  z-index: 99999;
  left: 0;
}
@media (max-width: 1201px) {
  .sticky {
    bottom: 95px;
  }
}
@media (max-width: 870px) {
  .sticky {
    bottom: 200px;
  }
}
.sticky .support {
  background-color: #e82020;
  padding: 10px;
  border-radius: 10px;
  font-size: 0.875rem;
  width: 300px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticky .support .support-icon {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  /*_ 3xl : max-width <= 1500px _*/
  /*_ md : max-width <= 601px _*/
  /*_ mixed-in for ( display=flex; - up to down = center - right to left = center)_*/ /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1500px) {
  .sticky .support .support-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 601px) {
  .sticky .support .support-icon {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  }
}
.sticky .support .support-icon img,
.sticky .support .support-icon svg {
  width: 20px;
  height: 20px;
  color: #ff8a23;
  /*_ 3xl : max-width <= 1500px _*/
}
@media (max-width: 1500px) {
  .sticky .support .support-icon img,
  .sticky .support .support-icon svg {
    width: 20px;
    height: 20px;
  }
}
.sticky .support .support-icon .little-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ebfff5;
  border-radius: 50%;
  bottom: -4px;
  right: 0;
  /*_ mixed-in for ( display=flex; - up to down = center - right to left = center)_*/ /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticky .support .support-icon .little-circle .circle-green {
  width: 4px;
  height: 4px;
  background-color: #0dbf66;
  border-radius: 50%;
  animation-name: circle-green;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.sticky .support .support-text {
  color: white;
}
.sticky .support .support-text span {
  margin: 0 10px 0 15px;
}
.sticky .support .support-text button.send-message {
  font-size: 0.75rem;
  background-color: white;
  border: none;
  color: #4f4f4f;
  padding: 3px 15px;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 346px) {
  .sticky .support .support-text button.send-message {
    font-size: 0.625rem;
    padding: 3px 10px;
  }
}
.sticky .support .support-text button.send-message:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 491px) {
  .sticky .support {
    width: 100%;
  }
}
@media (max-width: 396px) {
  .sticky .support {
    font-size: 0.75rem;
  }
}
@media (max-width: 346px) {
  .sticky .support {
    font-size: 0.675rem;
  }
}

/*==============================================<< category >>==============================================*/
/*=<< header in category page>>=*/
.bg-header-cat {
  height: 400px;
  background-image: url("../images/bgb.jpg");
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 870px) {
  .bg-header-cat {
    margin-bottom: 0;
  }
}
.bg-header-cat .bg-shadow-blue {
  background-color: rgba(18, 34, 105, 0.83);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.bg-header-cat .bg-text {
  padding-top: 80px;
  height: 100%;
  width: 100%;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  text-align: center;
  overflow: hidden;
  transform: translateX(-50%) translateY(-50%); /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  justify-content: center;
  color: white;
}
.bg-header-cat .bg-text .bg-text-content {
  width: 100%; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bg-header-cat .bg-text .bg-text-content h2.subject-page {
  color: #ff8a23;
  margin-bottom: 10px;
  font-size: 1.6875rem;
}
.bg-header-cat .bg-text .bg-text-content p {
  line-height: 3;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
  width: 90%;
}
@media (max-width: 870px) {
  .bg-header-cat .bg-text .bg-text-content p {
    line-height: 2;
  }
}
@media (max-width: 571px) {
  .bg-header-cat .bg-text {
    padding-top: 60px;
  }
}
.bg-header-cat .return-to-bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
}
@media (max-width: 870px) {
  .bg-header-cat .return-to-bottom {
    bottom: -22.5px;
  }
}
.bg-header-cat .note-head {
  position: absolute;
  width: 100%;
  bottom: -50px;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
}
.bg-header-cat .note-head .note-text {
  background-color: white;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 70px;
  border-radius: 10px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #656565;
  font-size: 0.9375rem;
}
@media (max-width: 870px) {
  .bg-header-cat .note-head {
    display: none;
  }
}

/*=<< plan-parent-cat in category page>>=*/
#plan-parent-cat {
  padding-bottom: 50px;
  padding-top: 50px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
#plan-parent-cat .cat-item {
  flex-basis: 31.333%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
  height: 75px;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  box-shadow: 8px 0 21px rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
  align-items: center;
}
#plan-parent-cat .cat-item .square-icon {
  height: 50px;
  width: 50px;
  border-radius: 10px;
  background-color: #fff2e6;
  margin-right: 10px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
#plan-parent-cat .cat-item .square-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#plan-parent-cat .cat-item .cat-item-text {
  margin-left: 10px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex: 1;
  margin-right: 10px;
}
#plan-parent-cat .cat-item .cat-item-text h4 {
  color: #ff8a23;
  font-size: 0.9375rem;
}
#plan-parent-cat .cat-item .cat-item-text span {
  font-size: 0.8125rem;
  color: #797979;
}
#plan-parent-cat .cat-item:nth-child(3n+3) {
  margin-left: 0;
}
@media (max-width: 1201px) {
  #plan-parent-cat .cat-item:nth-child(3n+3) {
    margin-left: 1%;
  }
}
@media (max-width: 870px) {
  #plan-parent-cat .cat-item:nth-child(3n+3) {
    margin-left: 0;
  }
}
#plan-parent-cat .cat-item:hover {
  border: 1px solid #ff8a23;
  box-shadow: 8px 0 21px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1201px) {
  #plan-parent-cat .cat-item {
    flex-basis: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media (max-width: 870px) {
  #plan-parent-cat .cat-item {
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/*==============================================<< blog >>==============================================*/
/*=<< header in blog page>>=*/
.bg-header-blog {
  height: 400px;
  background-image: url("../images/man.jpg");
  background-repeat: no-repeat;
  -moz-background-size: auto;
  -webkit-background-size: auto;
  background-position: left;
  position: relative;
}
@media (max-width: 870px) {
  .bg-header-blog {
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center center;
  }
}
@media (max-width: 870px) {
  .bg-header-blog {
    height: 250px;
  }
}
.bg-header-blog .bg-shadow {
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to left, rgb(58, 71, 130) 60%, rgb(58, 71, 130) 70%, rgba(58, 71, 130, 0.7) 80%, rgba(58, 71, 130, 0.6) 85%, rgba(58, 71, 130, 0.3) 90%, rgba(58, 71, 130, 0.1) 95%, rgba(58, 71, 130, 0) 100%);
  background: -o-linear-gradient(to left, rgb(58, 71, 130) 60%, rgb(58, 71, 130) 70%, rgba(58, 71, 130, 0.7) 80%, rgba(58, 71, 130, 0.6) 85%, rgba(58, 71, 130, 0.3) 90%, rgba(58, 71, 130, 0.1) 95%, rgba(58, 71, 130, 0) 100%);
}
@media (max-width: 870px) {
  .bg-header-blog .bg-shadow {
    background: rgba(58, 71, 130, 0.95);
    width: 100%;
    position: relative;
  }
}
@media (max-width: 1800px) {
  .bg-header-blog .bg-shadow {
    background: linear-gradient(to left, rgb(58, 71, 130) 60%, rgba(58, 71, 130, 0.9) 70%, rgba(58, 71, 130, 0.7) 80%, rgba(58, 71, 130, 0.6) 85%, rgba(58, 71, 130, 0.3) 90%, rgba(58, 71, 130, 0.1) 95%, rgba(58, 71, 130, 0) 100%);
    background: -webkit-linear-gradient(to left, rgb(58, 71, 130) 60%, rgba(58, 71, 130, 0.9) 70%, rgba(58, 71, 130, 0.7) 80%, rgba(58, 71, 130, 0.6) 85%, rgba(58, 71, 130, 0.3) 90%, rgba(58, 71, 130, 0.1) 95%, rgba(58, 71, 130, 0) 100%);
  }
}
@media (max-width: 870px) {
  .bg-header-blog .bg-shadow {
    background: rgba(58, 71, 130, 0.9);
  }
}
.bg-header-blog .bg-text {
  padding: 20px 0;
  color: white;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  overflow: hidden; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}
.bg-header-blog .bg-text .bg-text-content {
  width: 60%; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 870px) {
  .bg-header-blog .bg-text .bg-text-content {
    width: 100%;
  }
}
@media (max-width: 601px) {
  .bg-header-blog .bg-text .bg-text-content {
    height: 100%;
  }
}
@media (max-width: 396px) {
  .bg-header-blog .bg-text .bg-text-content {
    padding: 15px 0 0 0;
  }
}
.bg-header-blog .bg-text .bg-text-content span.date {
  color: #ff8a23;
  font-size: 0.875rem;
  font-weight: normal;
}
@media (max-width: 870px) {
  .bg-header-blog .bg-text .bg-text-content span.date {
    display: none;
  }
}
.bg-header-blog .bg-text .bg-text-content h3 {
  font-weight: bolder;
  margin: 10px 0;
  font-size: 1.5rem;
}
.bg-header-blog .bg-text .bg-text-content p {
  font-weight: normal;
  font-size: 1rem;
  margin-top: 20px;
  color: #ebebeb;
  line-height: 2;
  height: 100%;
  overflow: hidden;
  text-align: justify;
}
@media (max-width: 1800px) {
  .bg-header-blog .bg-text .bg-text-content p {
    font-size: 0.875rem;
  }
}
@media (max-width: 870px) {
  .bg-header-blog .bg-text .bg-text-content p {
    display: none;
  }
}

span.date {
  color: #ff8a23;
  font-size: 0.875rem;
  font-weight: normal;
}
@media (max-width: 870px) {
  span.date {
    display: none;
  }
}

/*=<< plan-parent in blog page>>=*/
#blog-parent {
  padding: 50px 0; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
#blog-parent .blog-box {
  flex-basis: 48%;
  border-radius: 10px;
  background-color: white;
  height: 175px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 0 1% 25px 1%; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
}
@media (max-width: 870px) {
  #blog-parent .blog-box {
    flex-basis: 100%;
    margin: 0 0 25px 0;
  }
}
@media (max-width: 571px) {
  #blog-parent .blog-box {
    flex-direction: column;
    height: auto;
    padding-bottom: 10px;
  }
}
#blog-parent .blog-box figure {
  position: relative;
  height: 175px;
  width: 175px;
  border-radius: 0 10px 10px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 571px) {
  #blog-parent .blog-box figure {
    width: 100%;
    border-radius: 10px;
  }
}
#blog-parent .blog-box figure .fig-shadow {
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 60px;
  background: linear-gradient(to right, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.1) 90%, rgba(255, 255, 255, 0.01) 100%);
  background: -ms-linear-gradient(to right, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.1) 90%, rgba(255, 255, 255, 0.01) 100%);
}
@media (max-width: 571px) {
  #blog-parent .blog-box figure .fig-shadow {
    background: linear-gradient(to top, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.1) 90%, rgba(255, 255, 255, 0.01) 100%);
    background: -ms-linear-gradient(to top, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.1) 90%, rgba(255, 255, 255, 0.01) 100%);
    width: 100%;
    height: 60px;
  }
}
#blog-parent .blog-box figure img {
  height: 100%;
  width: 100%;
  border-radius: 0 10px 10px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 571px) {
  #blog-parent .blog-box figure img {
    border-radius: 10px;
  }
}
#blog-parent .blog-box .blog-subject {
  height: 100%;
  width: calc(100% - 175px); /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  position: relative;
  padding: 40px 5px 30px 30px;
  flex: 1;
}
@media (max-width: 571px) {
  #blog-parent .blog-box .blog-subject {
    width: 100%;
    padding: 30px 20px 40px 20px;
  }
}
#blog-parent .blog-box .blog-subject p {
  font-size: 0.9375rem;
  color: #4f4f4f;
  font-weight: normal;
  transition: 0.3s;
}
#blog-parent .blog-box .blog-subject .date {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #ff8a23;
  font-size: 0.8125rem;
}
@media (max-width: 571px) {
  #blog-parent .blog-box .blog-subject .date {
    bottom: 10px;
  }
}
#blog-parent .blog-box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.page-number { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  color: #4f4f4f;
  font-size: 0.875rem;
}
@media (max-width: 1281px) {
  .page-number {
    flex-wrap: wrap;
  }
}
.page-number ul { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  margin: 0 10px;
}
@media (max-width: 1281px) {
  .page-number ul {
    margin: 10px;
  }
}
.page-number ul li {
  margin: 0 5px;
}
.page-number ul li.active-page a {
  background-color: #ff8a23;
  color: white;
}
.page-number ul li a { /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f8f8f8;
}
.page-number ul li a:hover {
  background-color: #ff8a23;
  color: white;
}

/*==============================================<< single-blog >>==============================================*/
/*=<< blog-post in single-blog >>=*/
#blog-post {
  padding: 40px 0; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
}
@media (max-width: 870px) {
  #blog-post {
    justify-content: center;
    flex-wrap: wrap;
  }
}
#blog-post .hold-article {
  flex-basis: 70%;
}
@media (max-width: 870px) {
  #blog-post .hold-article {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
#blog-post .hold-aside {
  flex-basis: 27%;
}
@media (max-width: 870px) {
  #blog-post .hold-aside {
    flex-basis: 100%;
  }
}
#blog-post article {
  background-color: #fbfbfb;
  border: 1px solid #ebebeb;
  border-radius: 9px;
  padding: 30px;
}
@media (max-width: 870px) {
  #blog-post article {
    padding: 20px;
  }
}
#blog-post article .heading-article { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
}
#blog-post article .heading-article .bg-text-content {
  width: 100%;
  height: auto;
}
#blog-post article .heading-article .bg-text-content span.date {
  margin-bottom: 5px;
}
@media (max-width: 870px) {
  #blog-post article .heading-article .bg-text-content span.date {
    display: block;
    margin-bottom: 10px;
  }
}
#blog-post article .heading-article .bg-text-content h3 {
  color: #4f4f4f;
  margin-bottom: 0;
}
@media (max-width: 346px) {
  #blog-post article .heading-article .bg-text-content h3 {
    font-size: 1.25rem;
  }
}
#blog-post article .heading-article .border-heading {
  border-right: 15px solid #31407c;
  transform: translateX(45px);
}
@media (max-width: 870px) {
  #blog-post article .heading-article .border-heading {
    border-right: 10px solid #31407c;
    transform: translateX(30px);
  }
}
#blog-post article img {
  width: 100%;
  height: 395px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9px;
  margin: 30px 0;
}
@media (max-width: 491px) {
  #blog-post article img {
    height: 300px;
  }
}
@media (max-width: 396px) {
  #blog-post article img {
    height: 250px;
  }
}
#blog-post article .text-post p {
  color: #4f4f4f;
  line-height: 2;
  margin-bottom: 20px;
}
#blog-post article .text-post p a {
  color: #ff8a23;
}
#blog-post article .text-post ul {
  list-style: initial;
  color: #4f4f4f;
  line-height: 2;
  margin-bottom: 20px;
}
#blog-post article .text-post ul.writer {
  margin-top: 50px;
}
#blog-post article .text-post ul.writer li {
  display: flex;
  margin-bottom: 15px;
  color: #4f4f4f;
}
#blog-post aside {
  background-color: #fbfbfb;
  border: 1px solid #ebebeb;
  border-radius: 9px;
  padding: 20px 10px;
  color: #4f4f4f;
}
#blog-post aside .heading-sidebar {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
#blog-post aside .heading-sidebar h4 {
  font-size: 1rem;
  padding: 5px 10px 5px 0;
  border-right: 5px solid #31407c;
}
#blog-post aside ul.list-aside li {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
}
#blog-post aside ul.list-aside li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#blog-post aside ul.list-aside li a.bg-text-content {
  width: 100%;
  border-right: 5px solid #ff8a23;
  padding: 5px 10px 5px 0;
  display: inline-block;
}
#blog-post aside ul.list-aside li a.bg-text-content:hover {
  color: #ff8a23;
}
#blog-post aside ul.list-aside li a.bg-text-content span.date {
  font-size: 0.8125rem;
}
@media (max-width: 870px) {
  #blog-post aside ul.list-aside li a.bg-text-content span.date {
    display: block;
  }
}
#blog-post aside ul.list-aside li a.bg-text-content h3 {
  font-size: 0.8125rem;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 0;
}

/*==============================================<< contact-us >>==============================================*/
/*=<< contact-us in contact-us page >>=*/
.contact-us {
  padding: 50px 0;
}
@media (max-width: 491px) {
  .contact-us {
    padding: 30px 0;
  }
}
.contact-us h3 {
  font-size: 1.6875rem;
  color: #ff8a23;
}
.contact-us .cont-items-top {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 50px;
}
@media (max-width: 491px) {
  .contact-us .cont-items-top {
    padding-bottom: 0;
  }
}
.contact-us ul.cont-list-box {
  margin-top: 50px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 491px) {
  .contact-us ul.cont-list-box {
    margin-top: 30px;
  }
}
.contact-us ul.cont-list-box li { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  min-width: 30%;
  margin-bottom: 50px;
  margin-left: 2%;
}
@media (max-width: 601px) {
  .contact-us ul.cont-list-box li {
    min-width: 47%;
    margin-left: 2%;
  }
}
.contact-us ul.cont-list-box li span.sub-cont {
  font-size: 1rem;
  color: #747474;
}
.contact-us ul.cont-list-box li span.text-cont {
  font-size: 0.875rem;
  color: #4f4f4f;
  margin-top: 5px;
}
.contact-us .cont-items-bottom {
  padding-top: 50px;
}
@media (max-width: 491px) {
  .contact-us .cont-items-bottom {
    padding-top: 30px;
  }
}
.contact-us .cont-items-bottom h5 {
  color: #e82020;
  font-size: 1rem;
}

/*=<< contact-parent in contact-us page >>=*/
#contact-parent { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contact-parent .cont-items-child {
  flex-basis: 48%;
}
@media (max-width: 870px) {
  #contact-parent .cont-items-child {
    flex-basis: 100%;
  }
}
#contact-parent form {
  /*================ select ============*/
  /*the container must be positioned relative:*/
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
  /*==============textarea===================*/
}
#contact-parent form input[type=text] {
  width: 100%;
  border-radius: 9px;
  height: 50px;
  border: 1px solid #ebebeb;
  color: #1d1d1d;
  padding: 5px 10px;
  transition: 0.3s;
  font-size: 0.875rem;
}
#contact-parent form input[type=text]:hover, #contact-parent form input[type=text]:focus {
  border: 1px solid #ff8a23;
}
#contact-parent form label {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
#contact-parent form .custom-select {
  position: relative;
  height: 50px;
  font-size: 0.875rem;
}
#contact-parent form .custom-select select {
  display: none; /*hide original SELECT element:*/
  display: -ms-flexbox;
}
#contact-parent form .select-selected {
  background-color: white;
  border: 1px solid #ebebeb;
  height: 50px;
  border-radius: 9px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  font-weight: normal;
  color: #858888;
}
#contact-parent form .select-selected:after {
  position: absolute;
  content: "❯";
  top: 22px;
  left: 15px;
  width: 10px;
  height: 10px;
  color: #e82020;
  transform: rotate(-90deg);
}
#contact-parent form .select-selected.select-arrow-active:after {
  transform: rotate(90deg);
  top: 15px;
  left: 22px;
}
#contact-parent form .select-items div, #contact-parent form .select-selected {
  color: #878686;
  padding: 8px 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: normal;
  font-size: 0.875rem;
}
#contact-parent form .select-items {
  position: absolute;
  background-color: #f8f8f8;
  top: 45px;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #ebebeb;
  border-top: none;
  border-radius: 0 0 9px 9px;
}
#contact-parent form .select-hide {
  display: none;
}
#contact-parent form .select-items div {
  transition: 0.3s;
}
#contact-parent form .select-items div:hover, #contact-parent form .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
  color: #4f4f4f;
}
#contact-parent form textarea {
  height: 200px;
  width: 100%;
  border-radius: 9px;
  padding: 10px 10px 10px 25px;
  border: 1px solid #ebebeb;
  color: #1d1d1d;
  font-size: 0.875rem;
  -ms-overflow-y: hidden;
  resize: vertical;
}
#contact-parent form textarea:hover, #contact-parent form textarea:focus {
  border: 1px solid #ff8a23;
}
#contact-parent form label.nessecary {
  width: 100%;
  position: relative;
}
#contact-parent form label.nessecary:after {
  content: "⁕";
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 2;
  color: #e82020;
  transform: rotate(-90deg);
}
#contact-parent form label.send {
  position: relative;
  border-radius: 9px;
  background-color: #0dbf66;
  height: 50px;
}
#contact-parent form label.send img.iconsend {
  width: 17px;
  height: 16px;
  position: absolute;
  top: 17px;
  left: 50%;
  margin-left: 45px;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 2;
}
#contact-parent form label.send input[type=submit] {
  height: 50px;
  width: 100%;
  color: white;
  background-color: #0dbf66;
  border: 1px solid #ebebeb;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
}
#contact-parent form label.send:hover input[type=submit] {
  background-color: #05a153;
}

/*==============================================<< about>>==============================================*/
/*=<< bg-header-about in about page >>=*/
.bg-header-about {
  height: 120px;
  background-image: url("../images/bgb.jpg");
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 571px) {
  .bg-header-about {
    height: 150px;
  }
}
.bg-header-about .bg-shadow-blue {
  background-color: rgba(18, 34, 105, 0.83);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.bg-header-about .bg-text {
  position: relative;
  height: 100%;
  width: 100%; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  color: white;
}
.bg-header-about .bg-text .bg-text-content {
  width: 100%;
  height: 100%;
  text-align: right;
  overflow: hidden; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
@media (max-width: 870px) {
  .bg-header-about .bg-text .bg-text-content {
    text-align: center;
  }
}
@media (max-width: 601px) {
  .bg-header-about .bg-text .bg-text-content {
    text-align: center;
    justify-content: center;
  }
}
.bg-header-about .bg-text .bg-text-content h2.subject-page {
  color: #ff8a23;
  font-size: 1.6875rem;
  width: 100%;
}

#about {
  padding: 40px 0; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
}
@media (max-width: 870px) {
  #about {
    justify-content: center;
    flex-wrap: wrap;
  }
}
#about .hold-article {
  flex-basis: 70%;
}
@media (max-width: 870px) {
  #about .hold-article {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
#about .hold-article article {
  background-color: #fbfbfb;
  border: 1px solid #ebebeb;
  border-radius: 9px;
}
#about .hold-article figure {
  position: relative;
  height: 395px;
  width: 100%;
  border-radius: 0 10px 10px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 571px) {
  #about .hold-article figure {
    height: 300px;
  }
}
#about .hold-article figure .border-right-about {
  width: 15px;
  height: 90px;
  background-color: #3a4782;
  position: absolute;
  top: 30px;
  right: -15px;
}
@media (max-width: 491px) {
  #about .hold-article figure .border-right-about {
    width: 10px;
    right: -10px;
    height: 80px;
  }
}
#about .hold-article figure .fig-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgb(251, 251, 251) 1%, rgba(251, 251, 251, 0.9) 30%, rgba(251, 251, 251, 0.6) 60%, rgba(251, 251, 251, 0.1) 90%, rgba(251, 251, 251, 0.01) 100%);
  background: -ms-linear-gradient(to top, rgb(251, 251, 251) 1%, rgba(251, 251, 251, 0.9) 30%, rgba(251, 251, 251, 0.6) 60%, rgba(251, 251, 251, 0.1) 90%, rgba(251, 251, 251, 0.01) 100%);
  width: 100%;
  height: 90px;
}
#about .hold-article figure img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .hold-article .about-caption {
  width: 100%;
  padding: 0 30px 30px 30px;
}
@media (max-width: 491px) {
  #about .hold-article .about-caption {
    padding: 0 20px 20px 20px;
  }
}
#about .hold-article .about-caption h3 {
  color: #e82020;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 1.5rem;
}
@media (max-width: 491px) {
  #about .hold-article .about-caption h3 {
    text-align: center;
  }
}
#about .hold-article .about-caption p {
  font-size: 1rem;
  color: #4f4f4f;
  line-height: 2;
}
@media (max-width: 491px) {
  #about .hold-article .about-caption p {
    text-align: justify;
  }
}
#about .hold-article .about-caption p a {
  color: #ff8a23;
}
#about .hold-aside {
  flex-basis: 27%;
}
@media (max-width: 870px) {
  #about .hold-aside {
    flex-basis: 100%;
  }
}
#about .hold-aside a.tooltip-aside {
  background-color: #3a4782;
  border-radius: 9px;
  padding: 15px;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
#about .hold-aside a.tooltip-aside:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#about .hold-aside a.tooltip-aside span {
  border-right: 5px solid #ff8a23;
  padding: 5px 10px 5px 5px;
  font-size: 0.875rem;
  color: white;
  display: inline-block;
}

/*--------- responsive menu --------*/
.hamburglar {
  transform: scale(0.7) translateX(-25px);
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 12;
}

.path-burger {
  position: absolute;
  top: 0;
  left: 0;
  height: 68px;
  width: 68px;
  -webkit-mask: url(#mask);
          mask: url(#mask);
  -webkit-mask-box-image: url(https://raygun.io/upload/mask.svg);
}

.animate-path {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}

.path-rotation {
  height: 34px;
  width: 34px;
  margin: 34px 34px 0 0;
  transform: rotate(0deg);
  transform-origin: 100% 0;
}
.path-rotation:before {
  content: "";
  display: block;
  width: 30px;
  height: 34px;
  margin: 0 4px 0 0;
  background: #4f4f4f;
}

@keyframes rotate-out {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-in {
  0% {
    transform: rotate(360deg);
  }
  40% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.hamburglar.is-open .path {
  animation: dash-in 0.6s linear normal;
  animation-fill-mode: forwards;
}
.hamburglar.is-open .animate-path {
  animation: rotate-in 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburglar.is-closed .path {
  animation: dash-out 0.6s linear normal;
  animation-fill-mode: forwards;
}
.hamburglar.is-closed .animate-path {
  animation: rotate-out 0.6s linear normal;
  animation-fill-mode: forwards;
}

.path {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  stroke-linejoin: round;
}

@keyframes dash-in {
  0% {
    stroke-dashoffset: 240;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-out {
  0% {
    stroke-dashoffset: 0;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 240;
  }
}
.burger-icon {
  position: absolute;
  padding: 20px 16px;
  height: 68px;
  width: 68px;
}

.burger-container {
  position: relative;
  height: 28px;
  width: 36px;
}

.burger-bun-top, .burger-bun-bot, .burger-filling {
  position: absolute;
  display: block;
  height: 5px;
  width: 36px;
  border-radius: 2px;
  background: #4f4f4f;
}

.burger-bun-top {
  top: 0;
  transform-origin: 34px 2px;
}

.burger-bun-bot {
  bottom: 0;
  transform-origin: 34px 2px;
}

.burger-filling {
  top: 12px;
}

.burger-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}

.svg-ring {
  width: 68px;
  height: 68px;
}

.hamburglar.is-open .burger-bun-top {
  animation: bun-top-out 0.6s linear normal;
  animation-fill-mode: forwards;
}
.hamburglar.is-open .burger-bun-bot {
  animation: bun-bot-out 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-bun-top {
  animation: bun-top-in 0.6s linear normal;
  animation-fill-mode: forwards;
}
.hamburglar.is-closed .burger-bun-bot {
  animation: bun-bot-in 0.6s linear normal;
  animation-fill-mode: forwards;
}

@keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    top: 0;
    transform: rotate(15deg);
  }
  80% {
    left: -5px;
    top: 0;
    transform: rotate(-60deg);
  }
  100% {
    left: -5px;
    top: 1px;
    transform: rotate(-45deg);
  }
}
@keyframes bun-bot-out {
  0% {
    left: 0;
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    transform: rotate(-15deg);
  }
  80% {
    left: -5px;
    transform: rotate(60deg);
  }
  100% {
    left: -5px;
    transform: rotate(45deg);
  }
}
@keyframes bun-top-in {
  0% {
    left: -5px;
    bottom: 0;
    transform: rotate(-45deg);
  }
  20% {
    left: -5px;
    bottom: 0;
    transform: rotate(-60deg);
  }
  80% {
    left: 0;
    bottom: 0;
    transform: rotate(15deg);
  }
  100% {
    left: 0;
    bottom: 1px;
    transform: rotate(0deg);
  }
}
@keyframes bun-bot-in {
  0% {
    left: -5px;
    transform: rotate(45deg);
  }
  20% {
    left: -5px;
    bottom: 0;
    transform: rotate(60deg);
  }
  80% {
    left: 0;
    bottom: 0;
    transform: rotate(-15deg);
  }
  100% {
    left: 0;
    transform: rotate(0deg);
  }
}
.hamburglar.is-open .burger-filling {
  animation: burger-fill-out 0.6s linear normal;
  animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-filling {
  animation: burger-fill-in 0.6s linear normal;
  animation-fill-mode: forwards;
}

@keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  80% {
    width: 36px;
    left: -6px;
  }
  100% {
    width: 36px;
    left: 0;
  }
}
@keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0;
  }
  20% {
    width: 42px;
    left: -6px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  100% {
    width: 0;
    left: 36px;
  }
}
.reponsive-menu-holder {
  opacity: 0; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.95);
  animation: fadeIn 0.4s forwards;
}
.reponsive-menu-holder ul {
  margin: auto;
  text-align: center;
}
.reponsive-menu-holder ul li {
  margin-bottom: 30px;
  font-size: 18px;
}
.reponsive-menu-holder ul li a {
  color: #4f4f4f;
}
.reponsive-menu-holder ul li a.name-site {
  color: #ff8a23;
}
.reponsive-menu-holder ul li a:hover {
  color: #ff8a23;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */