@charset "UTF-8";
/*=============================================================================================================================

	Links and Images

=============================================================================================================================*/
a,
a:before,
a:after {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #000000;
  text-decoration: none;
  cursor: pointer; }

a:hover {
  color: #c9142a; }

a:focus {
  outline: none; }

img, svg {
  width: auto;
  height: auto;
  vertical-align: bottom; }

/* selection color */
::selection {
  background: rgba(201, 20, 42, 0.2); }

::-moz-selection {
  background: rgba(201, 20, 42, 0.2); }

/*=============================================================================================================================

Typo

=============================================================================================================================*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: inherit;
  font-weight: bold; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 20px; }

p, li, dt, dd, th, td {
  font-size: 16px;
  line-height: 1.75; }

.serif {
  font-family: 'Vollkorn', serif; }

/*=============================================================================================================================

	Layouts

=============================================================================================================================*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  overflow-y: scroll;
  width: 100%; }
  html .opened {
    overflow-y: hidden; }
    html .opened .outerWrap:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      right: 0;
      opacity: 1 !important;
      z-index: 1 !important; }

body {
  background: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, arial, meiryo, 'メイリオ', "M+ 1p", sans-serif;
  font-weight: 300;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  color: #000000;
  width: 100%;
  height: 100%;
  margin: 0 auto; }
  body:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    z-index: 20;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear; }
  body.onPage:before {
    height: 0; }
  body.running .headerUtility {
    z-index: 10; }
    body.running .headerUtility .inner {
      padding: 0;
      height: 50px; }
      body.running .headerUtility .inner:before {
        box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.8);
        -moz-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.8);
        -ms-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.8);
        -o-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.8); }
      body.running .headerUtility .inner #callUs,
      body.running .headerUtility .inner h1 {
        display: none; }
      body.running .headerUtility .inner #hNav .gNav {
        margin-top: 0; }
      body.running .headerUtility .inner #gHeader {
        padding: 0; }
        body.running .headerUtility .inner #gHeader h2 .svgWrap {
          width: 130px; }
    body.running .headerUtility .memberNav {
      box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
      -ms-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
      -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
      padding: 0; }
      body.running .headerUtility .memberNav ul li:last-of-type {
        top: 3px; }

/* Classes */
.inner {
  width: calc(100% - 80px);
  max-width: 1200px;
  position: relative;
  margin: auto; }

.centering {
  text-align: center;
  margin: auto; }

.b {
  font-weight: bold; }

.outerWrap {
  height: 100%;
  position: relative; }

/*=============================================================================================================================

	Global Header

=============================================================================================================================*/
.headerUtility {
  width: 100%;
  position: fixed;
  z-index: 10;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  top: 0;
  left: 0; }
  .headerUtility .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    z-index: 1;
    height: 110px; }
    .headerUtility .inner:before {
      content: "";
      display: block;
      position: absolute;
      width: 200%;
      height: 100%;
      top: 0;
      left: -50%;
      background: #ffffff; }
    .headerUtility .inner #gHeader {
      text-align: left;
      display: block;
      line-height: 1;
      padding: 15px 0 5px;
      position: relative; }
      .headerUtility .inner #gHeader #hMain {
        display: inline-block;
        width: auto; }
      .headerUtility .inner #gHeader #siteLogo {
        display: inline-block; }
      .headerUtility .inner #gHeader h2 {
        line-height: 1;
        display: inline-block;
        width: auto; }
        .headerUtility .inner #gHeader h2 a {
          display: inline-block; }
          .headerUtility .inner #gHeader h2 a:hover .svgWrap path {
            fill: #c9142a; }
          .headerUtility .inner #gHeader h2 a:hover em {
            color: #395975; }
        .headerUtility .inner #gHeader h2 .svgWrap {
          width: 200px;
          height: auto;
          display: inline-block;
          vertical-align: middle;
          -webkit-transition: all 0.1s linear;
          -moz-transition: all 0.1s linear;
          -o-transition: all 0.1s linear;
          transition: all 0.1s linear; }
          .headerUtility .inner #gHeader h2 .svgWrap:after {
            padding-top: 31.79%; }
          .headerUtility .inner #gHeader h2 .svgWrap path {
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
      .headerUtility .inner #gHeader h1 {
        font-size: 11px;
        letter-spacing: normal;
        font-weight: normal;
        padding-top: 5px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        position: relative; }
    .headerUtility .inner #hNav {
      width: calc(100% - 220px);
      z-index: 11;
      opacity: 1;
      margin: 0; }
      .headerUtility .inner #hNav .gNav {
        margin-top: 35px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        .headerUtility .inner #hNav .gNav ul {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center; }
          .headerUtility .inner #hNav .gNav ul li {
            text-align: center;
            width: auto;
            height: auto;
            display: inline-block;
            padding: 0;
            position: relative;
            overflow: hidden;
            margin-right: 10px; }
            .headerUtility .inner #hNav .gNav ul li:after {
              display: block;
              height: 2px;
              width: 100%;
              background: #c9142a;
              position: absolute;
              bottom: 0;
              left: 0; }
            .headerUtility .inner #hNav .gNav ul li:hover {
              overflow: visible; }
            .headerUtility .inner #hNav .gNav ul li a {
              display: block;
              line-height: 1.5;
              padding: 5px;
              position: relative;
              font-weight: bold; }
              .headerUtility .inner #hNav .gNav ul li a span {
                font-weight: 300;
                display: block;
                line-height: 1.5;
                margin-top: -5px;
                letter-spacing: 1px;
                height: 18px; }
        .headerUtility .inner #hNav .gNav .iconContact {
          text-align: center;
          height: auto;
          position: relative;
          width: 150px; }
          .headerUtility .inner #hNav .gNav .iconContact p {
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
            display: inline-block;
            background: #c9142a;
            border: 2px solid #c9142a;
            color: #ffffff;
            padding: 4px 0;
            width: 100%;
            cursor: pointer; }
            .headerUtility .inner #hNav .gNav .iconContact p:hover {
              background: #ffffff;
              color: #c9142a; }
    .headerUtility .inner #callUs {
      position: absolute;
      right: 0;
      top: 15px;
      z-index: 10;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: flex-end; }
      .headerUtility .inner #callUs p {
        color: #0076d1;
        display: inline-block;
        margin: auto 10px 0 0;
        line-height: 1;
        width: auto; }
      .headerUtility .inner #callUs .svgWrap {
        width: 195px;
        height: auto;
        line-height: 1; }
        .headerUtility .inner #callUs .svgWrap:after {
          padding-top: 12.82%; }
        .headerUtility .inner #callUs .svgWrap path {
          fill: #0076d1; }

.memberNav {
  z-index: 2;
  position: relative;
  background: #c9142a;
  padding: 2px 0; }
  .memberNav ul.inner {
    width: calc(100% - 80px);
    height: auto;
    padding: 1px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start; }
    .memberNav ul.inner:before {
      content: none; }
  .memberNav ul li {
    margin: 0 0 0 0;
    padding: 0;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear; }
    .memberNav ul li:first-child {
      margin: 0; }
    .memberNav ul li:nth-of-type(4) {
      margin: 0 -138px 0 0; }
    .memberNav ul li:last-of-type {
      margin: 0;
      width: 150px;
      text-align: center;
      position: absolute;
      right: 0;
      top: 1px; }
    .memberNav ul li a {
      color: #ffffff;
      font-weight: 700;
      padding: 8px 20px;
      display: block; }
      .memberNav ul li a p {
        font-weight: bold; }
      .memberNav ul li a:hover {
        color: #c9142a;
        background: #ffffff; }
    .memberNav ul li:last-of-type a {
      position: relative;
      color: #c9142a;
      padding: 8px 0;
      background: none; }
      .memberNav ul li:last-of-type a:before {
        content: "";
        display: block;
        background: #ffffff;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1; }
      .memberNav ul li:last-of-type a:hover:before {
        height: 80%;
        bottom: 0; }
  .memberNav .closeBtn {
    display: none; }

#navHochiminh .nav1 a,
#navVietnam .nav1 a,
#navDomestic .nav1 a,
#navMember .nav1 a,
#navCharacter .nav3 a,
#navMarriage .nav4 a,
#navPlan .nav5 a,
#navVoices .nav6 a,
#navFaq .nav7 a {
  color: #c9142a; }

#navHochiminh .nav1:after,
#navVietnam .nav1:after,
#navDomestic .nav1:after,
#navMember .nav1:after,
#navCharacter .nav3:after,
#navMarriage .nav4:after,
#navPlan .nav5:after,
#navVoices .nav6:after,
#navFaq .nav7:after {
  content: ""; }

#mNavmember .all a,
#mNavhochiminh .hochiminh a,
#mNavvietnam .vietnam a,
#mNavdomestic .domestic a {
  background: #ffffff;
  color: #c9142a; }

/*=============================================================================================================================

	Call Pane

=============================================================================================================================*/
.callPane {
  text-align: center;
  background: #dddddd; }
  .callPane nav {
    width: 100%; }
    .callPane nav header {
      width: 100%; }
      .callPane nav header em {
        font-size: 30px;
        display: block;
        font-weight: 700;
        line-height: 1.25; }
        .callPane nav header em br {
          display: none; }
    .callPane nav .callUs {
      margin: 20px 0 0; }
      .callPane nav .callUs a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: baseline;
        max-width: 300px;
        cursor: inherit;
        margin: 0 auto; }
        .callPane nav .callUs a p {
          display: inline-block;
          margin: 0 .5em 0 0;
          line-height: 1;
          width: auto; }
        .callPane nav .callUs a .svgWrap {
          width: 260px;
          height: auto;
          line-height: 1;
          margin: 0; }
          .callPane nav .callUs a .svgWrap:after {
            padding-top: 12.82%; }
          .callPane nav .callUs a .svgWrap path {
            fill: #000000; }
        .callPane nav .callUs a:hover {
          color: #000000; }
    .callPane nav ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      max-width: 860px;
      margin: 5vh auto 0; }
      .callPane nav ul li {
        width: 32%; }
        .callPane nav ul li > a {
          border: 1px solid #000000;
          background: #ffffff;
          display: block;
          border-radius: 10px;
          color: #000000;
          padding: 2em; }
          .callPane nav ul li > a span {
            font-weight: 700;
            font-size: 18px;
            display: block;
            margin: .5em 0 0; }
          .callPane nav ul li > a:hover {
            background: #0076d1;
            border-color: #0076d1;
            color: #ffffff; }
            .callPane nav ul li > a:hover .svgWrap svg path {
              fill: #ffffff; }
          .callPane nav ul li > a + div a {
            color: #000000;
            display: inline-block;
            line-height: 1;
            padding: .5em 0;
            cursor: pointer;
            font-weight: 700;
            border-bottom: 1px solid #000000; }
          .callPane nav ul li > a + div p {
            font-size: 11px;
            display: block;
            margin: 1em 0 0; }
        .callPane nav ul li .svgWrap {
          max-width: 80px; }
          .callPane nav ul li .svgWrap svg path {
            fill: #000000; }
        .callPane nav ul li:nth-of-type(1) .svgWrap svg path:not(.contact) {
          display: none; }
        .callPane nav ul li:nth-of-type(2) .svgWrap svg path:not(.search) {
          display: none; }
        .callPane nav ul li:nth-of-type(3) .svgWrap svg path:not(.line) {
          display: none; }
  .callPane#fCall {
    padding: 4vh 0; }
  .callPane#hCall {
    width: 100vw;
    display: none;
    background: rgba(221, 221, 221, 0.97);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 21;
    /*
    .closeBtn {
    	position: absolute;
    	top: 5vh;
    	right: 5vh;
    	cursor: pointer;
    	display: block;
    	width: 30px;
    	height: 30px;
    	&:before,
    	&:after {
    		content: "";
    		display: block;
    		position: absolute;
    		height: 3px;
    		width: 30px;
    		background: $black;
    		z-index: 2;
    		top: 50%;
    		left: 0;
    		margin: 0;
    		@include transition(all,0.2s,linear);
    	}
    	&:before {
    		@include rotate(-45deg);
    	}
    	&:after {
    		@include rotate(45deg);
    	}
    	&:hover {
    		&:before,
    		&:after {
    			background: $blue;
    		}
    	}
    }
    */ }
    .callPane#hCall.visible {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }

.modal {
  display: none; }

#QR {
  text-align: center;
  background: #ffffff; }
  #QR h5 {
    font-weight: 700;
    font-size: 26px;
    margin: 0 0 .5em; }
  #QR .svgWrap {
    max-width: 200px; }
  #QR p {
    display: block;
    margin: .5em 0 0;
    font-weight: 700; }
  #QR span {
    display: block;
    font-size: 14px; }

.closeBtn {
  position: absolute;
  top: 5vh;
  right: 5vh;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px; }
  .closeBtn:before, .closeBtn:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background: #000000;
    z-index: 2;
    top: 50%;
    left: 0;
    margin: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .closeBtn:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .closeBtn:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .closeBtn:hover:before, .closeBtn:hover:after {
    background: #0076d1; }

/*=============================================================================================================================

	Global Footer

=============================================================================================================================*/
#gFooter {
  background: rgba(0, 0, 0, 0.1); }
  #gFooter .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    #gFooter .inner .fInfo {
      width: 30%;
      padding: 4vh 0;
      margin: 0; }
      #gFooter .inner .fInfo h2 {
        margin: 0 0 10px;
        font-size: 12px;
        font-weight: normal; }
      #gFooter .inner .fInfo h1 {
        font-size: 28px;
        margin: 0 0 10px; }
      #gFooter .inner .fInfo .svgWrap {
        max-width: 280px;
        margin: 0; }
        #gFooter .inner .fInfo .svgWrap:after {
          padding-top: 12.7%; }
      #gFooter .inner .fInfo span {
        display: block;
        margin: 10px 0; }
        #gFooter .inner .fInfo span a {
          font-size: 16px; }
    #gFooter .inner .fNav {
      margin: 90px 0 0; }
      #gFooter .inner .fNav li {
        width: 100%;
        margin: 0 0 auto; }
        #gFooter .inner .fNav li a {
          position: relative;
          padding: 0 0 0 1em;
          font-size: 14px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center; }
          #gFooter .inner .fNav li a:before {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            margin: 0 .5em 0 0;
            border-right: 1px solid #c9142a;
            border-top: 1px solid #c9142a;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg); }
        #gFooter .inner .fNav li ul {
          width: 100%;
          margin-left: 1em; }
  #gFooter #copyRight {
    background: rgba(0, 0, 0, 0.05);
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 1px;
    font-size: 10px;
    position: relative; }

.coLogo.svgWrap {
  width: 500px; }
  .coLogo.svgWrap:after {
    padding-top: 11.9%; }
  .coLogo.svgWrap svg path {
    fill: #f3f2f2; }

/*=============================================================================================================================

	GoogleMap

=============================================================================================================================*/
#map_canvas {
  width: 100%; }
  #map_canvas:before {
    content: "";
    padding-top: 64vh;
    display: block; }

/*=============================================================================================================================

	preLoad

=============================================================================================================================*/
#preLoad {
  width: 200px;
  height: 144px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -72px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s; }
  #preLoad:after {
    padding-top: 72%; }
  #preLoad .star {
    stroke-dasharray: 300;
    stroke-dashoffset: 1200;
    animation: dash 6s linear;
    animation-iteration-count: infinite;
    stroke: #c9142a; }
  #preLoad.visible {
    transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    opacity: 1;
    z-index: 30; }

@keyframes dash {
  to {
    stroke-dashoffset: 2400; } }
/*=============================================================================================================================

	Section Default Layouts

=============================================================================================================================*/
.mainCont h4 {
  font-family: 'Vollkorn', serif;
  font-weight: 700;
  font-size: 48px; }
.mainCont h3, .mainCont h5 {
  font-weight: bold;
  font-size: 24px; }

/* Contact Wrap */
.contactUs {
  text-align: center;
  padding: 80px 0; }
  .contactUs h3 {
    font-size: 20px;
    margin: 0 0 20px; }
  .contactUs p {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 20px; }
  .contactUs span {
    font-size: 16px;
    display: block;
    width: 100%;
    margin: 1em 0 0; }

/* Recent Girl */
.recentGirl {
  text-align: center; }
  .recentGirl header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .recentGirl header h4 {
      margin-right: 20px; }
  .recentGirl .slick-slide .thumbnail:before {
    padding-top: 130%; }
  .recentGirl .slick-slide .thumbnail a:before {
    content: "";
    z-index: 1;
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    opacity: 0; }
  .recentGirl .slick-slide .thumbnail a:hover:before {
    opacity: 1; }
  .recentGirl .slick-slide .thumbnail a img {
    width: 100%; }
  .recentGirl .slick-slide .isNew .entryMeta {
    position: absolute;
    font-family: 'Vollkorn', serif;
    font-size: 14px;
    right: 0;
    top: 10px;
    line-height: 1;
    display: block;
    width: 37.5%;
    height: auto;
    z-index: 3;
    text-align: right;
    padding: 5px;
    color: #ffffff; }
    .recentGirl .slick-slide .isNew .entryMeta time,
    .recentGirl .slick-slide .isNew .entryMeta span {
      display: block;
      line-height: 1;
      position: relative;
      font-weight: 700; }
  .recentGirl .slick-slide .isNew.thumbnail a:after {
    content: "";
    z-index: 1;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 65px 65px 0;
    border-color: transparent #c9142a transparent transparent;
    top: 0;
    right: 0; }

.fsNav {
  position: absolute;
  width: calc(100% + 80px);
  left: -40px;
  top: 50%;
  margin-top: -20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  z-index: 0; }

/* Pickup Girls */
.pickupGirl header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .pickupGirl header h4 {
    margin-right: 20px; }
.pickupGirl .pugContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  .pickupGirl .pugContainer .keyVis {
    width: calc(25% - 20px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .pickupGirl .pugContainer .keyVis a {
      box-shadow: 5px 10px 25px -10px rgba(0, 0, 0, 0.5), -5px 10px 25px -10px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 5px 10px 25px -10px rgba(0, 0, 0, 0.5), -5px 10px 25px -10px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 5px 10px 25px -10px rgba(0, 0, 0, 0.5), -5px 10px 25px -10px rgba(0, 0, 0, 0.5);
      -ms-box-shadow: 5px 10px 25px -10px rgba(0, 0, 0, 0.5), -5px 10px 25px -10px rgba(0, 0, 0, 0.5);
      -o-box-shadow: 5px 10px 25px -10px rgba(0, 0, 0, 0.5), -5px 10px 25px -10px rgba(0, 0, 0, 0.5);
      display: block;
      position: relative;
      padding-top: 130%;
      border: 1px solid #ffffff; }
      .pickupGirl .pugContainer .keyVis a:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        z-index: 2;
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        top: 0;
        left: 0; }
      .pickupGirl .pugContainer .keyVis a:hover:before {
        opacity: 1; }
    .pickupGirl .pugContainer .keyVis img {
      display: none; }

/*=============================================================================================================================

	Media Queries

=============================================================================================================================*/
@media screen and (min-width: 1025px) {
  html {
    vertical-align: bottom;
    /* Responsible Trigger */ }

  .sp {
    display: none !important; }

  .outerWrap {
    margin-top: 160px; } }
@media (max-width: 1281px) {
  h3 {
    font-size: 28px; }

  h4 {
    font-size: 22px; }

  .mainCont h4 {
    font-size: 36px; }
  .mainCont h3, .mainCont h5 {
    font-size: 20px; } }
@media (max-width: 1160px) {
  h3 {
    font-size: 20px; }

  h4 {
    font-size: 18px; }

  .headerUtility .inner #hNav .gNav ul li a {
    font-size: 1.15vw; }
    .headerUtility .inner #hNav .gNav ul li a p {
      font-size: 1.3vw; }
  .headerUtility .inner #hNav .gNav .iconContact p {
    font-size: 1.3vw; } }
@media screen and (max-width: 1024px) {
  html {
    vertical-align: top;
    /* Responsible Trigger */ }
    html.opened .outerWrap:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      right: 0;
      opacity: 1 !important;
      z-index: 5 !important; }

  body.running .headerUtility .inner {
    padding: 0; }
    body.running .headerUtility .inner #gHeader h2 .svgWrap {
      width: 120px; }
  body.running .headerUtility .memberNav {
    padding: 0 4vh; }
    body.running .headerUtility .memberNav .inner {
      height: auto; }

  .outerWrap {
    height: 100%;
    margin-top: 70px; }
    .outerWrap.slideout-open:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      right: 0;
      opacity: 1 !important;
      z-index: 5 !important; }

  .inner {
    width: 100%;
    max-width: inherit;
    padding: 20px; }

  h3, h4 {
    font-size: 22px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 16px; }

  h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
    display: none; }

  p, li, dt, dd, th, td {
    font-size: 15px; }

  .contactUs {
    padding: 20px 0; }
    .contactUs span {
      font-size: 13px; }

  .mainCont h4 {
    font-size: 25px; }
  .mainCont h3, .mainCont h5 {
    font-size: 18px; }
  .mainCont header {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px; }
    .mainCont header h4, .mainCont header h3 {
      width: 100%;
      text-align: center;
      margin: 0; }

  .headerUtility {
    top: 0;
    left: 0;
    z-index: 10;
    height: 50px;
    opacity: 1;
    background: #ffffff;
    /* Menu Buttons */ }
    .headerUtility .inner {
      height: 50px;
      padding: 0; }
      .headerUtility .inner #gHeader {
        text-align: left;
        display: block;
        line-height: 1;
        padding: 0;
        width: auto;
        left: 0; }
        .headerUtility .inner #gHeader #hMain {
          display: inline-block;
          width: auto;
          z-index: 1; }
        .headerUtility .inner #gHeader #siteLogo {
          display: inline-block;
          padding-left: 10px;
          height: 50px; }
        .headerUtility .inner #gHeader h2 {
          line-height: 1;
          display: inline-block;
          width: auto; }
          .headerUtility .inner #gHeader h2 a {
            display: inline-block; }
          .headerUtility .inner #gHeader h2 .svgWrap {
            width: 120px;
            height: auto;
            display: inline-block;
            vertical-align: middle;
            margin-top: 7px; }
            .headerUtility .inner #gHeader h2 .svgWrap:after {
              padding-top: 31.79%; }
          .headerUtility .inner #gHeader h2 a:hover .svgWrap path {
            fill: #c9142a; }
          .headerUtility .inner #gHeader h2 a:hover em {
            color: #395975; }
        .headerUtility .inner #gHeader h1 {
          font-size: 11px;
          width: 100vw;
          position: absolute;
          z-index: -1;
          top: 100%;
          margin-top: 0;
          font-weight: normal;
          opacity: 1;
          background: #c9142a;
          color: #ffffff;
          height: 20px;
          line-height: 20px;
          padding: 0 10px; }
      .headerUtility .inner #hNav {
        z-index: 1;
        background: #dddddd;
        margin-top: 50px;
        width: 300px; }
        .headerUtility .inner #hNav .gNav {
          z-index: 16;
          background: #dddddd;
          margin-top: 0;
          padding: 20px; }
          .headerUtility .inner #hNav .gNav ul {
            flex-wrap: wrap; }
            .headerUtility .inner #hNav .gNav ul li {
              width: 100%;
              text-align: left;
              margin: 0; }
              .headerUtility .inner #hNav .gNav ul li a {
                padding: 10px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.5);
                font-size: 15px; }
                .headerUtility .inner #hNav .gNav ul li a p {
                  font-size: 15px; }
          .headerUtility .inner #hNav .gNav .iconContact {
            display: none; }
      .headerUtility .inner #callUs {
        display: none; }
    .headerUtility button {
      border: none;
      background: none;
      width: 50px;
      height: 50px;
      position: absolute;
      z-index: 2;
      top: 0;
      padding: 3px;
      outline: none;
      -webkit-appearance: none; }
      .headerUtility button .svgWrap svg path {
        fill: #ffffff; }
      .headerUtility button.iconContact {
        right: 100px;
        background: #666666; }
        .headerUtility button.iconContact .svgWrap svg path:not(.contact) {
          display: none; }
        .headerUtility button.iconContact.opened {
          background: rgba(221, 221, 221, 0.97); }
          .headerUtility button.iconContact.opened .svgWrap svg path {
            fill: #000000; }
      .headerUtility button.iconSearch {
        right: 50px;
        background: #c9142a; }
        .headerUtility button.iconSearch .svgWrap svg path:not(.search) {
          display: none; }
        .headerUtility button.iconSearch.opened {
          background: rgba(201, 20, 42, 0.7); }
      .headerUtility button.iconMenu {
        right: 0;
        background: #000000; }
        .headerUtility button.iconMenu .svgWrap svg path:not(.menu) {
          display: none; }
        .headerUtility button.iconMenu.opened {
          background: rgba(221, 221, 221, 0.97); }
          .headerUtility button.iconMenu.opened .svgWrap svg path {
            fill: #000000; }

  /* memberNav */
  .memberNav {
    z-index: 2;
    position: fixed;
    display: none;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 0 4vh;
    height: 100%; }
    .memberNav.visible {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
    .memberNav ul.inner {
      width: 100%;
      flex-wrap: wrap; }
      .memberNav ul.inner li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ffffff; }
        .memberNav ul.inner li a {
          color: #ffffff;
          padding: 10px;
          display: block; }
          .memberNav ul.inner li a:hover {
            color: #c9142a;
            background: #ffffff; }
        .memberNav ul.inner li:last-of-type {
          width: 100%;
          position: static;
          margin: 4vh 0 0; }
          .memberNav ul.inner li:last-of-type a {
            color: #c9142a; }
    .memberNav .closeBtn {
      display: block;
      top: 20px;
      right: 20px; }
      .memberNav .closeBtn:before, .memberNav .closeBtn:after {
        background: #ffffff; }

  #navHochiminh .nav1 a,
  #navVietnam .nav1 a,
  #navDomestic .nav1 a,
  #navMember .nav1 a,
  #navCharacter .nav3 a,
  #navMarriage .nav4 a,
  #navPlan .nav5 a,
  #navVoices .nav6 a,
  #navFaq .nav7 a {
    background: #c9142a;
    color: #ffffff; }

  #mNavmember .all a,
  #mNavhochiminh .hochiminh a,
  #mNavvietnam .vietnam a,
  #mNavdomestic .domestic a {
    background: #ffffff;
    color: #c9142a; }

  #gFooter {
    background: rgba(0, 0, 0, 0.1); }
    #gFooter .inner .fInfo {
      width: 100%;
      padding: 0; }
      #gFooter .inner .fInfo h1 {
        font-size: 24px; }
    #gFooter .inner .fNav {
      display: none; }

  #preLoad {
    width: 100px;
    height: 72px;
    margin: -50px 0 0 -36px; }

  .callPane nav {
    padding: 0 4vh; }
    .callPane nav header em {
      font-size: 18px; }
      .callPane nav header em br {
        display: block; }
    .callPane nav .callUs a {
      max-width: 280px; }
      .callPane nav .callUs a .svgWrap {
        width: 220px; }
    .callPane nav ul {
      max-width: 360px;
      margin: 2em auto 0; }
      .callPane nav ul li {
        width: 100%;
        margin: 0 0 10px; }
        .callPane nav ul li > a {
          padding: 10px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          justify-content: flex-start; }
          .callPane nav ul li > a span {
            margin: 0 0 0 1em; }
          .callPane nav ul li > a + div a {
            display: none; }
          .callPane nav ul li > a + div p {
            text-align: left; }
        .callPane nav ul li .svgWrap {
          max-width: 30px;
          margin: 0; }
  .callPane#hCall {
    height: calc(100% - 50px);
    top: 50px; }
    .callPane#hCall .call dl dd a:after {
      background: #ffffff; }
    .callPane#hCall .closeBtn {
      top: 20px;
      right: 20px; }

  .recentGirl {
    text-align: center; }
    .recentGirl li.thumbnail {
      max-width: 240px; }
      .recentGirl li.thumbnail:before {
        padding-top: 130%; }
      .recentGirl li.thumbnail a:before {
        content: "";
        z-index: 1;
        position: absolute;
        display: block;
        background: rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 100%;
        opacity: 0; }
    .recentGirl li.isNew.thumbnail a:after {
      content: "";
      z-index: 1;
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 65px 65px 0;
      border-color: transparent #c9142a transparent transparent;
      top: 0;
      right: 0; }
    .recentGirl li.thumbnail a:hover:before {
      opacity: 1; }
    .recentGirl li.isNew .entryMeta {
      position: absolute;
      font-family: 'Vollkorn', serif;
      font-size: 14px;
      right: 0;
      top: 10px;
      line-height: 1;
      display: block;
      width: 37.5%;
      height: auto;
      z-index: 3;
      text-align: right;
      padding: 5px;
      color: #ffffff; }
    .recentGirl li .entryMeta time, .recentGirl li .entryMeta span {
      display: block;
      line-height: 1;
      position: relative;
      font-weight: 700; }
    .recentGirl .womanCat {
      position: absolute;
      line-height: 1;
      display: block;
      z-index: 1;
      padding: 5px 10px;
      font-size: 12px;
      width: 100%;
      bottom: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.9); }
      .recentGirl .womanCat.cathochiminh {
        color: #c9a214; }
      .recentGirl .womanCat.catvietnam {
        color: #479de0; }
      .recentGirl .womanCat.catdomestic {
        color: #c68dd4; }

  .fsNav {
    width: 100%;
    left: 0; } }
@media screen and (max-width: 767px) {
  /* Pickup Girls */
  .pickupGirl .pugContainer {
    flex-wrap: wrap; }
    .pickupGirl .pugContainer .keyVis {
      width: calc(50% - 5px); }
      .pickupGirl .pugContainer .keyVis:not(:nth-of-type(3)), .pickupGirl .pugContainer .keyVis:not(:nth-of-type(4)) {
        margin-bottom: 10px; } }
@media all and (-ms-high-contrast: none) {
  body {
    font-family: arial, meiryo, 'メイリオ', sans-serif; } }

/*# sourceMappingURL=layout.css.map */
