/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Kanit:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Questrial&display=swap');

@charset "UTF-8";

* { margin: 0; padding: 0; list-style-type: none; text-decoration: none; border: none; outline: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box; }
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tfoot,{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1.2}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0; }

html, body { height: 100%; }


body { --color-green: #acc6cc; --color-minigreen: #eff4f5; font-family: 'Kanit', Arial, Helvetica, sans-serif; font-weight: normal; font-size: 16px; font-weight: 300; color: #41444f; line-height: 1.5; background: #fff; overflow-x: hidden; }
a { display: block; color: #41444f; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
a:hover { color: #acc6cd;  }


h1, h2, h3, h4, h5, h6 { position: relative; padding: 15px 0; line-height: 1.5; font-weight: 500; }
h1 { font-size: 60px; line-height:1.2 }
h2 { font-size: 36px; }
h3 { font-size: 26px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }

p { padding: 15px 0; }


/* ------------------------------------------------------------------------------------------------------------
|  Eng  |
------------------------------------------------------------------------------------------------------------ */
.en .header-fixed nav li a { font-size: 18px; }

/* ------------------------------------------------------------------------------------------------------------
|  All  |
------------------------------------------------------------------------------------------------------------ */
.container { width: 100%; overflow-x: hidden; }
.warpper { position: relative; margin: 0 auto; width: 100%; height: inherit; max-width: 1440px; padding: 200px 0; }

/* ------------------------------------------------------------------------------------------------------------
|  Header  |
------------------------------------------------------------------------------------------------------------ */

.header-fixed { position: relative; display: flex; width: 100%;	height: 100px; padding: 0; background: #fff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; z-index: 9999; }
.header-fixed .warpper { padding: 0; display: flex; align-items: center; }
.header-fixed main { display: flex; align-items: center; position: relative; width: 100%; height: inherit; padding: 0 80px; }

.header-fixed header { position: relative; width: 315px; flex-wrap: wrap; justify-content: center; z-index: 9 }
.header-fixed header a { display: block; position: relative; width: 100%; height: 100%; padding: 35px 0; vertical-align: middle;  }
.header-fixed header figure { position: relative; display: inline-block; width: 100%;  height: 100%; vertical-align: middle; -webkit-transition: all 0.2s ease;  -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; }
.header-fixed header img { position: absolute; height: 100%; left: 0; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; margin-left: auto; transition: all .3s ease }

.header-fixed nav { position: relative; height: 100%; margin-left: auto; padding-right: 155px; }
.header-fixed nav ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; height: 100%; }
.header-fixed nav li { position: relative; height: 100%; padding: 0 35px 0 0; }
.header-fixed nav li a { position:relative; display: flex; align-items: center; height:100%; padding: 0; font-size: 20px; font-weight: 500; text-transform: uppercase; }
.header-fixed nav li a:hover { color: #acc6cd; }
.header-fixed nav li a.current { position: relative; color: #acc6cd; }
.header-fixed nav li span { position:relative; display: table-cell; width: 100%; vertical-align:middle; z-index:1; }

.header-fixed nav li>div {  visibility: hidden; opacity: 0; position: absolute; min-width: 220px; padding: 20px 15px; margin-top: -1px; top: 100%; left: 0; background: #acc6cd ; border-top: 1px solid #acc6cd; transition: all 0.2s ease; -webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.1);-moz-box-shadow:  0 5px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); z-index: 999; }
.header-fixed nav li>div:after { content:""; position: absolute; width: 0; height: 0;  bottom: 100%; left: 15px;  border: solid transparent; pointer-events: none; border-bottom-color: #acc6cd; border-width: 8px; }
.header-fixed nav li>div .in-sub { display: none; position: relative;  align-items: center; width:100%; height: inherit; padding: 4px 0 4px 10px; text-align: left; }
.header-fixed nav li>div a { display:inline-block; width:100%; height: inherit; padding: 0 10px; font-size:18px; font-weight: 300; text-align: left; background:none; text-overflow: ellipsis; white-space: nowrap;}
.header-fixed nav li>div a:before { content:''; position:absolute; display: inline-block; width: 24px; height: 24px; background:url(../images/icon-arrow-right.svg) no-repeat center; background-size:50%; left: -15px; top: 0; bottom: 0; margin-top:auto; margin-bottom:auto;}
.header-fixed nav li>div a:hover,
.header-fixed nav li>div a.current { color: #fff; }
.header-fixed nav li:hover>div { visibility: visible; opacity: 1; transition: all .2s ease }
.header-fixed nav li:hover>div .in-sub { display: flex; }


.header-fixed aside { position: absolute; display: flex; margin-left: auto; height: 60px; padding: 10px 0; font-size:18px; right: 20px }
.header-fixed aside ul { display: flex; flex-wrap: wrap; }
.header-fixed aside ul li { display: flex; flex-wrap: wrap; align-items: center; padding: 0 5px; font-weight: 500; }
/*.header-fixed aside ul li:first-child { padding-right: 20px; }*/
.header-fixed aside ul li:last-child { padding-left: 20px; }

.header-fixed aside i { position: relative; display: block; width: 30px; height: 30px; background: #acc6cd; border-radius: 50%;  }
.header-fixed aside a { display: flex; align-items: center; position: relative;  }
.header-fixed aside a span { padding-left: 8px; }
.header-fixed aside a path { fill: #fff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.header-fixed aside a:hover path { fill: #fff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.header-fixed aside svg { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.header-fixed aside a.facebook svg { width: 30px; height: 30px; }
.header-fixed aside a.instagram svg { width: 22px; height: 22px; }
.header-fixed aside a.line svg { width: 18px; height: 18px; }
.header-fixed aside a.phone svg { width: 18px; height: 18px; }
.header-fixed aside a.youtube svg { width: 24px; height: 24px; }

.show-nav {  opacity: 1 !important; visibility: visible !important;  webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease; }

.list-nav {  display:none; float:left; position:relative; width:115px; height: 50px; margin-left:5px; text-align:center; text-transform:uppercase; background:#e0e0e0; }
.list-nav a { display:inline-table; position:relative; width: 100%; height: 100%; color:#41444f; padding:6px 0; font-size:16px; font-weight:500; cursor:pointer; }
.current-nav { background:#41444f; }
.current-nav a { color:#fff; }
.current-nav .menu-icon::before { background:#fff; }

.open-nav { opacity:1; visibility:visible; right:0 !important; transition-timing-function: cubic-bezier(0.76, 0.22, 0.38, 0.9); transition-duration: 0.5s; webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; }

.menu-icon { display: inline-block; vertical-align: middle; position: absolute; top: 20px; left: 50%; width: 20px; height: 2px; text-indent: -99999px; background-color: #fff; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%); -webkit-transition: background-color 0.3s;-moz-transition: background-color 0.3s; transition: background-color 0.3s;}
.menu-icon::before, .menu-icon:after { content: ''; width: 100%; height: 100%; position: absolute; background-color: #fff; right: 0;-webkit-transition: -webkit-transform .3s, top .3s, background-color 0s; -moz-transition: -moz-transform .3s, top .3s, background-color 0s;  transition: transform .3s, top .3s, background-color 0s;}
.menu-icon::before { top: -6px; }
.menu-icon::after { top: 6px; }
.menu-icon.is-clicked { background-color: rgba(255, 255, 255, 0); }
.menu-icon.is-clicked::before { background:#fff; top: 0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg);-o-transform: rotate(45deg); transform: rotate(45deg); }
.menu-icon.is-clicked::after {  background:#fff; top: 0; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.menu-text { display:table-cell; padding-left:60px; vertical-align:middle; text-align:left; }

.nav { opacity: 0; visibility: hidden; position: fixed; width: 40px; height: 40px; right: 15px; top: 30px; margin-top: auto; margin-bottom: auto; z-index: 9999; cursor: pointer; background: #acc6cc; border-radius: 50%;  webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease; }
.nav a { display: block; position: relative; width: 100%; height: 100%; }

.nav-overay { opacity: 0; visibility: hidden; }

.nav-overay {  position:fixed; width:100%; height:100%; left:0; top:0; background:rgba(0,0,0,0.5); z-index:888; opacity: 0; visibility: hidden; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
.active-nav-overay  { opacity: 1; visibility: visible; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }

.nav-mobile .nav { z-index:99999 }
.nav-mobile { position: fixed; width: 100%; height: 100%; max-height: calc(100vh - 0px); top: 0; left: 0; opacity: 0; z-index: 9999; visibility: hidden; margin: 0;  padding: 0; overflow: auto; background: #fff; webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; }
.nav-mobile aside { position: relative; display: flex; flex-wrap: wrap; align-items: flex-start; width: 100%; height: 100%; }
.nav-mobile aside:before { content: ''; position: absolute; width: 50%; height: 100%; left: 0; top: 0; background: #eff4f5; }

.nav-mobile aside .box {  display: flex; flex-wrap: wrap; width: 100%; max-width: 1140px; margin: auto; z-index: 1 }
.nav-mobile aside ul { display: flex; flex-wrap: wrap; width: 50%; padding: 60px 80px; background: #acc6cd;  }
.nav-mobile aside li { position: relative; width: 100%; padding: 5px 0; }
.nav-mobile aside li a { display: inline-flex; font-size: 18px; font-weight: 500; }
.nav-mobile aside li a:hover { color: #fff;  }
.nav-mobile aside li a.current { color: #fff; }

.nav-mobile aside dl { display: flex; flex-wrap: wrap; justify-content: center; width: 50%; padding: 60px 80px; background: #eff4f5;  }
.nav-mobile aside dd { display: flex; flex-wrap: wrap; align-items: center; height: inherit; padding: 0 5px; font-weight: 500; }
.nav-mobile aside dd:first-child { width: 100%; border-bottom: 1px solid #cddde1; }
.nav-mobile aside dd:first-child a { width: 100%; text-align: center; }
.nav-mobile aside dd:first-child img { margin: 0 auto; width: 100%; }
/*.nav-mobile aside dd:nth-child(2) { padding-right: 20px; }*/
.nav-mobile aside dd:last-child { padding-left: 20px; }

.nav-mobile aside dd i { position: relative; display: block; width: 30px; height: 30px; background-color: #acc6cd; text-indent: -9999px; border-radius: 50%;  }
.nav-mobile aside dd a { display: flex; align-items: center; position: relative;  }
.nav-mobile aside dd a span { padding-left: 8px; }
.nav-mobile aside dd a path { fill: #fff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.nav-mobile aside dd a:hover path { fill: #fff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.nav-mobile aside dd svg { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.nav-mobile aside dd a.facebook svg { width: 30px; height: 30px; }
.nav-mobile aside dd a.instagram svg { width: 22px; height: 22px; }
.nav-mobile aside dd a.line svg { width: 18px; height: 18px; }
.nav-mobile aside dd a.phone svg { width: 18px; height: 18px; }
.nav-mobile aside dd a.youtube svg { width: 24px; height: 24px; }
.sub-mo { position:relative; padding-left:20px; }
.sub-mo span { position: relative; display:block; width: 100%; margin-bottom: 5px; }
.sub-mo span:before { content:''; position:absolute; display: inline-block; width: 24px; height: 24px; background:url(../images/icon-arrow-right.svg) no-repeat center; background-size:50%; left: -24px; top: 0; bottom: 0; margin-top:auto; margin-bottom:auto; }
.sub-mo span a { font-size:16px !important; font-weight:300 !important }

.subplus { position: absolute; width: 14px; height: 14px; right: 0; top: 17px; background: url(../images/icon-arrow-down.svg) no-repeat center; background-size: 100%; -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;  }
.subplus-rotate { -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;  }

.mobile-contact { display: flex; margin-top: auto; width: 100%; padding: 20px; }
.mobile-contact .box { position: relative; width: 100%; height: 100%;  }
.mobile-contact .box .follows { text-align: center; }
.mobile-contact .box .follows h4 { display: inline-flex; text-transform: uppercase; padding-bottom: 0; font-weight: 300; text-align: center;  }
.mobile-contact .box .follows ul { display: flex; flex-wrap: wrap; justify-content: center; }
.mobile-contact .box .follows ul li { width: 40px; margin: 0 6px; border-bottom: none; }
.mobile-contact .box .follows ul li i { position: relative; display: block; width: 100%; height: 100%;  }
.mobile-contact .box .follows ul li a { display: block; position: relative; width: 40px; height: 40px; background: #acc6cd; border-radius: 50%; }
.mobile-contact .box .follows ul li a:hover { background: #df9393 }
.mobile-contact .box .follows ul li a path { fill: #fff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.mobile-contact .box .follows ul li a:hover path { fill: #fff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.mobile-contact .box .follows ul li svg { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.mobile-contact .box .follows ul li a.facebook svg { width: 36px; height: 36px; }
.mobile-contact .box .follows ul li a.instagram svg { width: 22px; height: 22px; }
.mobile-contact .box .follows ul li a.line svg { width: 24px; height: 24px; }
.mobile-contact .box .follows ul li a.twitter svg { width: 22px; height: 22px; }
.mobile-contact .box .follows ul li a.youtube svg { width: 24px; height: 24px; }

.mobile-contact .box .mail-phone { position: relative; width: 100%; padding: 10px 0 0 0; }
.mobile-contact .box .mail-phone ul { display: flex; flex-wrap: wrap; justify-content: center; padding: 0; }
.mobile-contact .box .mail-phone ul li { position: relative; width: auto; padding: 0 15px; font-weight: 300; border-bottom: none; }
.mobile-contact .box .mail-phone ul li a { font-weight: 300; text-transform: inherit; }

.mobile-contact .box .contact { position: relative; width: 100%; padding: 15px 0; }
.mobile-contact .box .contact ul { display: flex; flex-wrap: wrap; padding: 0; justify-content: center; }
.mobile-contact .box .contact ul li { position: relative; flex-wrap: wrap; width: auto; padding: 0 5px ; border-bottom: none; }
.mobile-contact .box .contact ul li a { padding: 5px 10px 6px 10px; font-size: 16px; text-transform: uppercase; border: 1px solid #acc6cd; border-radius: 4px; }

.over-x { overflow: hidden; }


.navigation { position: absolute; top: 120px; left: 0; width: 100%; display: flex; flex-wrap: wrap; font-size: 15px; z-index: 1; }
.navigation a { }
.navigation a:hover { color: #acc6cd }
.navigation span { position: relative; }
.navigation span:first-child { padding-right: 10px; }
.navigation span:nth-child(2) { padding-left: 40px; padding-right: 10px; }
.navigation span:nth-child(2) a { min-width: 30px;max-width: 300px; vertical-align: middle;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.navigation span:nth-child(2):before { content: ''; position: absolute; width: 30px; height: 1px; background: #acc6cd; top: 50%; left: 0; }
.navigation span:nth-child(2) { text-transform: uppercase; }
.navigation span:nth-child(3) { padding-left: 40px; padding-right: 10px; }
.navigation span:nth-child(3) a { min-width: 30px;max-width: 300px; vertical-align: middle;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.navigation span:nth-child(3):before { content: ''; position: absolute; width: 30px; height: 1px; background: #acc6cd; top: 50%; left: 0; }
.navigation span:nth-child(4) { padding-left: 40px; padding-right: 10px;  }
.navigation span:nth-child(4) a { min-width: 30px;max-width: 300px; vertical-align: middle;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.navigation span:nth-child(4):before { content: ''; position: absolute; width: 30px; height: 1px; background: #acc6cd; top: 50%; left: 0; }


/* ------------------------------------------------------------------------------------------------------------
|  Banner  |
------------------------------------------------------------------------------------------------------------ */
.banner { position:relative; width:100%; height: 700px; background: #eff4f5;  }
/*.banner .warpper { display: flex; padding: 0; align-items: flex-end; z-index: 9; }*/
.banner .warpper { display: flex; padding: 0; align-items: flex-start; order: 2; z-index: 9; }
.banner main { display: flex; flex-wrap: wrap; height: 100%; }
.banner main article { position: relative; width: auto; padding: 30px 60px 50px 60px; background: #acc6cc }
.banner main article h1 { padding: 0; }
.banner main article h3 { padding: 0; color: #fff; }
/*.banner main .bg { position: absolute; width: 1240px; height: 100%; top: 0; right: 0; background-position: center right; }*/
.banner main .bg { position: relative; width: 100%; height: 80%; order: 1; top: 0; right: 0; background-repeat: no-repeat; background-position: center right; }
.banner main figure img { width: 100%; }

/* ------------------------------------------------------------------------------------------------------------
|  Start  |
------------------------------------------------------------------------------------------------------------ */
.start { position:relative; width:100%;  }
.start:after { content: ''; position: absolute; width: 50%; height: 50%; background: #fff; bottom: 0; left: 0; }
.start:before { content: ''; position: absolute; width: 1240px; height: 100%; background: #eff4f5; top: 0; right: 0; }
.start .warpper { padding-bottom: 100px; }
.start article { position: absolute; width: auto; padding: 30px 60px 50px 60px; background: #acc6cc; z-index: 2; left: 50%; bottom: 0; }
.start article h1 { padding: 0; }
.start article h3 { padding: 0; color: #fff; }
.start figure { position: relative; width: 940px; top: 0; left: 0; z-index: 1; }
.start figure img { width: 100%; }

/* ------------------------------------------------------------------------------------------------------------
|  Why  |
------------------------------------------------------------------------------------------------------------ */
.why { position:relative; width:100%;  }
.why main { position: relative; padding: 0 0 60px 0; overflow: hidden; }
.why main:before { content: ''; position: absolute; width: 50%; height: 100%; background: #eff4f5; left: 0; top: 100px; }
.why main h1 { padding: 30px 0 0 0 }
.why main h3 { padding: 0; color: #76777f; }
.why main .warpper { padding-bottom: 0; padding-top: 100px; }
.why aside .warpper { padding-top: 60px; padding-bottom: 100px; }
.why ul { display: flex; flex-wrap: wrap; margin: 0 -30px; }
.why ul li { width: 33.3333%; padding: 30px; }
.why ul li h4 { padding-top: 40px; text-align: center; }
.why ul li figure { display: flex; margin: auto; align-items: center; justify-content: center; width: 100px; height: 100px; border-radius: 50%; background: #acc6cd; }
.why ul li figure img { width: 55%; }

/* ------------------------------------------------------------------------------------------------------------
|  About Us  |
------------------------------------------------------------------------------------------------------------ */
.aboutus-1 { position:relative; width:100%;  }
.aboutus-1:before { content: ''; position: absolute; width: 100%; height: 700px; background: #eff4f5; left: 0; top: 0; }
.aboutus-1 .warpper { padding: 100px 0 0 0 }
.aboutus-1 article { width: 100%; max-width: 1170px; margin: 0 auto; padding-right: 300px; }
.aboutus-1 .photo { position: relative; width: 100%; max-width: 1440px; height: 620px; margin-top: 60px; background-size: cover; background-position: center; }
.aboutus-1 .photo:before { content: ''; position: absolute; width: 100%; height: 100%; background: #fff; left: 100%; top: 0; }
.aboutus-1 .box { width: 100%; }
.aboutus-1 .text-1 { width: 100%; max-width: 1080px; margin-left: auto; padding: 80px; font-size: 18px; background: #eff4f5; }
.aboutus-2 { background: #acc6cc; }
.aboutus-2 .warpper { padding: 150px 135px; background: #fff; }
.aboutus-2 article { position: relative; }
.aboutus-2 .warpper:before { content: ''; position: absolute; width: 360px; height: 100%; right: 0; top: 0; background: #acc6cc; }
.aboutus-2 .warpper:after { content: ''; position: absolute; width: 0; height: 100%; left: 0; top: 0; background: #acc6cc; }
.aboutus-2 p { font-size: 18px;  }

/* ------------------------------------------------------------------------------------------------------------
|  Team  |
------------------------------------------------------------------------------------------------------------ */
.team { position:relative; width:100%;  }
.team .title { position: absolute; bottom: 200px; }
.team .lists:nth-child(odd) main { background: #eff4f5 }
.team .lists main { position: relative; width: 100%; min-height: 400px; display: flex; align-items: flex-end; }
.team .lists main h1 { padding-bottom: 60px; }
.team .lists main ul { display: flex; flex-wrap: wrap; }
.team .lists main li { width: 50%; }
.team .lists main .warpper { position: relative; display: flex; flex-wrap: wrap; padding: 0; align-items: flex-end;  }
.team .lists main .name { width: 50%; }
.team .lists main .name header { position: relative; width: auto; padding: 30px 80px 50px 80px; background: #acc6cc }
.team .lists main .name header:after { content: ''; position: absolute; width: 150px; height: 100%; right: -150px; top: 0; background: #acc6cc }
.team .lists:nth-child(even) main .name header:after { content: ''; position: absolute; width: 150px; height: 100%; left: -150px; top: 0; background: #acc6cc }
.team .lists main .name header h4 { padding: 0; color: #fff; }
.team .lists main .name header h2 { font-size: 32px; }
.team .lists main .photo { width: 50%; background: #d4d9da }
.team .lists main .photo figure { position: relative; z-index: 1; }
.team .lists main .photo figure img { display: block; width: 80%; margin-left: auto; margin-right: auto; }
.team .lists main .photo:after { content: ""; position: absolute; width: 50%; height: 100%; right: -50%; top: 0; background: #d4d9da; }
.team .lists:nth-child(even) main .photo:after { content: ""; position: absolute; width: 50%; height: 100%; left: -50%; top: 0; background: #d4d9da; }

.team .lists aside { position: relative; width: 100%; background: #fff; }
.team .lists aside:after { content: ''; position: absolute; width: 50%; height: 100%; right: 0; top: 0; background: #f5f9fa; }
.team .lists aside .warpper { display: flex; flex-wrap: wrap; padding: 100px 0 }
.team .lists aside .box { position: relative; width: 50%; padding: 0 80px;  z-index: 1; }
.team .lists aside .box h2 { padding-top: 0; }


/* ------------------------------------------------------------------------------------------------------------
|  Service  |
------------------------------------------------------------------------------------------------------------ */
.service { position:relative; width:100%;  }
.service:after { content: ''; position: absolute; width: 100%; height: 600px; background: #eff4f5; left: 0; top: 0; z-index: 0; }
.service .title { position: absolute; top: 100px; }

.service main { position: relative; width: 100%; display: flex; flex-wrap: wrap; align-items: flex-start; z-index: 1 }
.service main h1 { padding-top: 100px; }
.service main h2 { padding-bottom: 0; }

.service main .box-50 { display: flex; position: relative; width: 50%; }
.service main .box-50 .warpper { display: flex; flex-wrap: wrap; padding: 0; max-width: 720px; margin-left: auto; margin-right: inherit;  }
.service main .text-1 { position: relative; z-index: 1 }
.service main .text-1 h4 { color: #72a5b1 }

.service main .text-2 { position: relative; margin: 60px -250px 0 135px; padding: 30px 60px 50px 60px; background: #acc6cc; z-index: 2 }
.service main .text-2 h4 { color: #fff; }

.service main .box-100 { width: 100%; }
.service main .box-100 .warpper { padding: 60px 0  }
.service main .text-3 { padding-left: 135px; width: 60% }
.service main .text-3 .warpper { padding: 60px 0 }
.service main .text-3 h4 { color: #72a5b1 }

.service main .text-4 { position: relative; width: 890px; margin: 0 0 360px 0; left: 540px; padding: 30px 60px 50px 60px; background: #eff4f5; z-index: 2 }
.service main .text-4 h4 { color: #72a5b1 }

.service main .text-5 { position: relative; margin: 60px 0 0 0; padding: 30px 60px 50px 60px; background: #acc6cc; z-index: 2 }
.service main .text-5 h4 { color: #fff; }

.service main .text-6 { width: 50%; margin-left: auto; }
.service main .text-6 .warpper { padding: 60px 0 }
.service main .text-6 h4 { color: #72a5b1 }

.service main .text-7 { position: relative; width: 890px; margin: 0 0 450px 0; left: 135px; padding: 30px 60px 50px 60px; background: #eff4f5; z-index: 2 }
.service main .text-7 h4 { color: #72a5b1 }

.service main .text-8 { position: relative; width: 793px; margin: 0; left: 135px; padding: 30px 60px 50px 60px;  background: #acc6cc; }
.service main .text-8 .warpper { padding: 60px 0 }
.service main .text-8 h4 { color: #fff; }

.service main .text-9 { position: relative; margin-top: 500px; width: 50%; right: 135px; margin-left: auto; padding: 30px 60px 50px 60px; background: #eff4f5; z-index: 2 }
.service main .text-9 h4 { color: #72a5b1 }

.service main .text-10 { position: relative; width: 50%; margin-left: auto; right: 135px; padding: 0 60px 50px 0; }
.service main .text-10 .warpper { padding: 60px 0 }
.service main .text-10 h4 { color: #72a5b1 }

.service main .photo-1 { position: absolute; width: 50%; height: 100%; right: 0; top: 0; background-size: cover; background-position: center; }
.service main .photo-2 { position: absolute; width: 100%; max-width: 1160px; height: 80%; left: 0; top: 0; background-size: cover; background-position: center; }
.service main .photo-3 { position: absolute; width: 100%; max-width: 1160px; height: 90%; right: 0; top: 10%; background-size: cover; background-position: center; }
.service main .photo-4 { position: absolute; width: 100%; max-width: 1160px; height: 80%; left: 0; top: 0; background-size: cover; background-position: center; }


/* ------------------------------------------------------------------------------------------------------------
|  Treatment Fees  |
------------------------------------------------------------------------------------------------------------ */
.treatment-fees { position:relative; width:100%;  }
.treatment-fees:after { content: ''; position: absolute; width: 100%; height: 480px; background: #eff4f5; left: 0; top: 0; z-index: 0; }

.treatment-fees main { position: relative; width: 100%; max-width: 1170px; margin: 0 auto; display: flex; z-index: 1 }
.treatment-fees main .warpper { padding: 60px 0; }
.treatment-fees main ul { display: flex; flex-wrap: wrap; }
.treatment-fees main li { width: 100%; position: relative; }

.treatment-fees .box-row { padding-bottom: 60px; }
.treatment-fees .box-row table { width: 100%; background: #f9fcfc;  border-bottom: 4px solid #acc6cc  }
.treatment-fees .box-row table thead { background: #acc6cc; }
.treatment-fees .box-row table thead tr th { padding: 20px 30px; font-size: 20px; font-weight: 500; text-align: left; }
.treatment-fees .box-row table thead tr th:last-child { width: 20%; }
.treatment-fees .box-row table tbody tr td { position: relative; padding: 15px 30px; border-bottom: 1px solid #eff4f5; }
.treatment-fees .box-row table tbody tr:hover td { background: #fff; }
.treatment-fees .box-row span { font-weight: 500; color: #72a5b1; }
.treatment-fees .box-row .fix-thead-1 { display: none; }
.treatment-fees .box-row .fix-thead-2 { display: none; }

/* ------------------------------------------------------------------------------------------------------------
|  Technology  |
------------------------------------------------------------------------------------------------------------ */
.technology { position:relative; width:100%;  }
.technology:after { content: ''; position: absolute; width: 100%; height: 530px; background: #eff4f5; left: 0; top: 0; z-index: 0; }

.technology main { position: relative; width: 100%; min-height: 600px; display: flex; z-index: 1 }
.technology main .vdo { position: relative; width: 100%; }
.technology main .vdo .warpper { padding: 60px 0 0 0; text-align: center; }
.technology main .vdo h1 { text-align: center; }
.technology main .vdo video { display: block; width: 100%; max-width: 960px; margin: 0 auto; padding-top: 60px; }
.technology main .vdo figure { display: block; width: 100%; max-width: 960px; margin: 0 auto; padding-top: 60px; }
.technology main .vdo figure img { display: block; width: 100%; }

.technology main .youtube-embed { position: relative; display: block; margin: 0 auto; max-width: 960px; width: 100%; height: 540px; /*padding: 0 0 56.25%;*/ }
.technology main .youtube-embed iframe { position: absolute; display: block; max-width: 100%; width: 100%; height: 100%;  margin: 0;   top: 0; left: 0; } 


.technology main .box-50 { display: flex; position: relative; width: 50%; }
.technology main .box-50 .warpper { display: flex; flex-wrap: wrap; max-width: 720px; height: 100%; padding: 0; margin-left: auto; margin-right: inherit; align-items: center;  }
.technology main .box-100 { display: flex; position: relative; width: 100%; }
.technology main .box-100 .warpper { display: flex; align-items: center; }

.technology main .text-1 {  position: relative; display: flex; align-items: center; margin: 0 0 0 0; height: 100%; padding: 30px 60px; background: #acc6cc; z-index: 2 }
.technology main .photo-1 { position: absolute; width: 50%; height: 100%; right: 0; top: 0; background-size: cover; background-position: center; }

.technology main .text-2 {  position: relative; width: 40%; left: 50%; padding: 30px 60px; background: #eff4f5; z-index: 2 }
.technology main .photo-2 { position: absolute; width: 60%; height: 100%; left: 0; top: 0; background-size: cover; background-position: center; }

.technology main .text-3 {  position: relative; width: 70%; padding: 30px 60px; margin-left:  auto; background: #acc6cc; z-index: 2 }
.technology main .photo-3 { position: absolute; width: 50%; height: 100%; right: 0; top: 0; background-size: cover; background-position: center; }

.technology main .text-4 {  position: relative; width: 60%; left: 40%; padding: 30px 60px; background: #f5f9fa; z-index: 2 }
.technology main .photo-4 { position: absolute; width: 50%; height: 100%; left: 0; top: 0; background-size: cover; background-position: center; }


/* ------------------------------------------------------------------------------------------------------------
|  Article  |
------------------------------------------------------------------------------------------------------------ */
.article { position:relative; width:100%;  }
.article:after { content: ''; position: absolute; width: 100%; height: 480px; background: #eff4f5; left: 0; top: 0; z-index: 0; }

.article main { position: relative; width: 100%; max-width: 1170px; margin: 0 auto; display: flex; z-index: 1 }
.article main .warpper { padding: 60px 0 0 0; }
.article main ul { display: flex; flex-wrap: wrap; }
.article main li { width: 100%; position: relative; }
.article main li:nth-child(odd) .text:before { content: ''; position: absolute; width: 50%; height: 100%; left: -50%; top: 0; background: #acc6cc; }
.article main li:nth-child(odd) .text:after { content: ''; position: absolute; width: 50%; height: 100%; left: -50%; top: -100%; background: #eff4f5; }
.article main li:nth-child(even) .text:before { content: ''; position: absolute; width: 50%; height: 100%; right: -50%; top: 0; background: #acc6cc; }
.article main li:nth-child(even) .text:after { content: ''; position: absolute; width: 50%; height: 100%; right: -50%; top: -100%; background: #eff4f5; }
.article main .photo { position: relative; width: 100%; height: 500px; background-size: cover; background-position: center; }
.article main .text { position: relative; padding: 60px 100px; background: #fff;  }

.article aside { position: relative; width: 100%; }
.article aside .warpper { padding: 0; max-width: 1170px; display: flex; justify-content: flex-end; }
.article aside .pagination { width: auto; margin: 0; margin-left: auto; height: 100%; padding: 30px; background: #acc6cc } 

.landing-detail { position: relative; width: 100%; padding-top: 30px; }
.landing-detail .warpper { padding: 30px 0 60px 0; }
.landing-detail h1 { font-size: 36px; }
.landing-detail .editor { width: 100%; max-width: 960px; margin: 0 auto; padding: 0 20px; }
.landing-detail .box-faqs { padding-top: 30px; }
.landing-detail .box-faqs h2 { border-bottom: 3px double #cddde1; }
.landing-detail .box-faqs p { padding-top:0;  }
.landing-detail .box-faqs .box { margin-bottom: 5px; padding: 20px; background: #f5f9fa }
.landing-detail .box-faqs .box h3 { padding-top: 0px; }
.landing-detail .box-faqs .box p:last-child { padding-bottom: 0 }
.landing-detail .box-faqs ul { display: flex; flex-wrap: wrap; margin: -10px; }
.landing-detail .box-faqs li { width: 33.3333%; padding: 20px; text-align:center; display:flex; justify-content:center; flex-direction: column;}
.landing-detail .box-faqs li img { padding-bottom: 15px; margin:0 auto; }

/* ------------------------------------------------------------------------------------------------------------
|  Contact Us  |
------------------------------------------------------------------------------------------------------------ */
.contactus { position:relative; width:100%;  }
.contactus:after { content: ''; position: absolute; width: 100%; height: 100%; background: #eff4f5; left: 0; top: 0; z-index: 0; }
.contactus main { position: relative; width: 100%; display: flex; flex-wrap: wrap; z-index: 1 }
.contactus main .warpper { display: flex; flex-wrap: wrap; padding: 60px 0 0 0; }
.contactus .box-branch { position:relative; width: 100%; margin-bottom:80px }
.contactus .box-branch:last-child { margin-bottom:0 }
.contactus .box-branch .name-branch { background:#acc6cc;  padding: 20px 30px; font-size: 20px; font-weight: 500; }
.contactus .contact-row { display:flex; flex-wrap:wrap;  }
.contactus .box-top { width: 100%; text-align:center; }
.contactus .box-50 { width: 50%; }
.contactus .left { order: 2;  }
.contactus .right { order: 1; }
.contactus .address { padding: 60px 80px; background:#fff }
.contactus .address h3 { padding: 0; }
.contactus .address h4 { padding-bottom:0 }
.contactus .address p { padding-top: 0}
.contactus .address ul { display: flex; flex-wrap: wrap; margin: 0 -20px; padding-top: 10px; }
.contactus .address ul li { width: 100%; padding: 3px 20px; text-align: left; }
.contactus .address ul li i { position: relative; display: block; width: 30px; height: 30px; border-radius: 50%;  }
.contactus .address ul li a { display: inline-flex; align-items: center; position: relative;  }
.contactus .address ul li a:hover { color: #acc6cc; }
.contactus .address ul li a span { padding-left: 8px; }
.contactus .address ul li a path { fill: #fff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.contactus .address ul li a:hover path { fill: #fff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.contactus .address ul li svg { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.contactus .address ul li a.facebook svg { width: 30px; height: 30px; }
.contactus .address ul li a.instagram svg { width: 22px; height: 22px; }
.contactus .address ul li a.line svg { width: 18px; height: 18px; }
.contactus .address ul li a.phone svg { width: 18px; height: 18px; }
.contactus .address ul li a.email svg { width: 16px; height: 16px; }
.contactus .address ul li a.google-pin svg { width: 18px; height: 18px; }
.contactus .address ul li a.download-map svg { width: 18px; height: 18px; }
.contactus .address ul li a.youtube svg { width: 24px; height: 24px; }
.contactus .photo { position: relative; width: 100%; height: 100%; /*margin-top: 140px;*/ background-size: cover; background-position: center; background-repeat: no-repeat; }
.contactus .photo:before { content: ''; position: absolute; width: 100%; height: 50%; background: #fff; left: -100%; bottom: 0; }
.contactus .photo figure { position: relative;width: 100%; height: 100%; /*padding: 32%;*/ overflow: hidden;}
.contactus .photo img { object-fit: cover; position: absolute; height: 100%; width: 100%; top: 0; left: 0; margin: auto; }

.contactus .tabs-slide { position:relative; width: 100%;  }
.carousel-nav {  z-index: 1; }
.carousel-nav .carousel-cell { display: flex; align-items: center; justify-content: center; min-width: 220px; width: auto;/* height: 140px;*/ text-align: center; margin-right: 1px; background: none;   }
.carousel-nav .carousel-cell .name { position: relative; padding: 13px 25px 15px 25px; width: 100%; background: #d4d9da; font-size: 20px; font-weight: 400; text-transform: inherit; white-space: nowrap; z-index: 2; cursor: pointer; -webkit-touch-callout: none;  -webkit-user-select: none;  -khtml-user-select: none;  -moz-user-select: none;  -ms-user-select: none;   user-select: none;  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.carousel-nav .carousel-cell .name:hover { color: #fff; background: #41444f  }
.carousel-nav .carousel-cell.is-nav-selected:before { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;  }
.carousel-nav .carousel-cell.is-nav-selected .name { color: #fff; background: #acc6cc; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;  } 
/*.carousel-nav .carousel-cell.is-nav-selected .name:before { content: ''; position: absolute; width: 100%; height: 3px; bottom: 0; background: var(--color-blue); }*/
.carousel-nav .carousel-cell.is-nav-selected { background: none }
/*.carousel-nav .carousel-cell.is-nav-selected {  background: ; }*/
 .carousel-nav .flickity-slider { }
 .carousel-cell:before, .carousel-cell__number { display:none; }
 .carousel { background:none; }
 .carousel-cell {  }
 .carousel-map { width: 100%;/* margin-top: -3px;*//* border-top: 1px solid var(--color-dropwhitefooter);*/ }
.carousel-map .carousel-cell { width: 100%; }
.carousel-map .carousel-cell .bg-thumb { position: absolute;  top: 0; width: 100%; background-size: cover; background-position: center center; bottom: 0; z-index: 0;}
.carousel-map img { display: block;  margin: 0 auto;  }
.carousel-map .flickity-viewport { overflow: inherit; }


/*Flickity*/
.carousel-cell {  width: 100%; max-width: 1440px;  }
.carousel.is-fullscreen .carousel-cell { height: 100%; }
.carousel-cell img { display: block; max-height: 100%; }

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button { 
  position: absolute;
  top: 50%;
  width: 44px; min-width: inherit;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }


.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #3c4542;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  z-index: 99;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    background: #007548;
}

/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}


.contactus .box-form { position: relative; width: 100%; display: flex; flex-wrap: wrap; z-index: 1; justify-content: center; background: #fff; }
.contactus .box-form h2 { display:block; width: 100%; }
.contactus .box-form .warpper { padding: 60px 0; width: 100%; max-width: 960px; margin: 0 auto;  }
.contactus .box-form li { padding: 10px 0; }
.contactus .box-form .title-sec { font-weight: 500; font-size: 18px; }
.contactus .box-form .personal { width: 100%; }
.contactus .box-form .personal ul { display: flex; flex-wrap: wrap; margin: -10px -15px; }
.contactus .box-form .personal li { width: 33.3333%; padding: 10px 15px }
.contactus .box-form .personal small { font-size: 14px; color: red; }
.contactus .box-form .treatment { width: 100%; margin-top: 15px; }
.contactus .box-form .treatment ul { display: flex; flex-wrap: wrap; margin: -10px -15px; }
.contactus .box-form .treatment li { width: 33.3333%; padding: 10px 15px }
.contactus .box-form .treatment .in-text-other { width: 100%; display: none; }
.contactus .box-form .treatment .show-field { display: block; }
.contactus .box-form .appointment-date { width: 100%; }
.contactus .box-form .appointment-date ul { display: flex; flex-wrap: wrap; margin: -10px -15px; }
.contactus .box-form .appointment-date li { width: 50%; padding: 10px 15px }
.contactus .box-form .appointment-date .list-check { margin-bottom:5px; }
.contactus .box-form .appointment-date .list-check:last-child { margin-bottom:0 }
.contactus .full-width { width: 100% !important; }
.contactus .google-recapt { padding: 20px 0; width: 100%; display: flex; justify-content: center; margin: 0 auto; }
.contactus .btn-box { margin: 0 auto; padding: 20px 0 40px 0; }
.contactus .icon-calendar { padding-right: 60px;  background: url(../images/icon-date.svg) no-repeat center right; background-size: 24px;  }

.icon-phone { background: #41444f url(../images/icon-phone.svg) no-repeat center; background-size:60%;  }
.icon-email { background: #41444f url(../images/icon-email.svg) no-repeat center; background-size:60%;  }
.icon-line { background: #41444f url(../images/icon-line.svg) no-repeat center; background-size:60%;  }
.icon-facebook { background: #41444f url(../images/icon-facebook.svg) no-repeat center; background-size:60%;  }
.icon-instagram { background: #41444f url(../images/icon-instagram.svg) no-repeat center; background-size:60%;  }
.icon-location { background: #41444f url(../images/icon-location.svg) no-repeat center; background-size:60%;  }
.icon-download { background: #41444f url(../images/icon-download.svg) no-repeat center; background-size:60%;  }

/* ------------------------------------------------------------------------------------------------------------
|  Footer  |
------------------------------------------------------------------------------------------------------------ */
footer { position: relative; display: flex; flex-wrap: wrap; width:100%; background: #eff4f5; }
footer header h1 { padding-bottom: 0; }

footer main .warpper { padding: 60px 20px 80px 20px; }
footer main { width: 100%; text-align: center; }
footer main h3 { font-size:30px; padding-bottom:0 }
footer main h4 { padding-bottom:0 }
footer main .footer-contact { width: max-content; margin: auto; padding-top: 30px; }
footer main .footer-contact ul { display: flex; flex-wrap: wrap; margin: 0 -20px; }
footer main .footer-contact ul li { width: auto; padding: 7px 20px; text-align: left; }
footer main .footer-contact ul li i { position: relative; display: block; width: 30px; height: 30px; border-radius: 50%;  }
footer main .footer-contact ul li a { display: inline-flex; align-items: center; position: relative;  }
footer main .footer-contact ul li a:hover { color: #acc6cc; }
footer main .footer-contact ul li a span { padding-left: 8px; }
footer main .footer-contact ul li a path { fill: #fff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
footer main .footer-contact ul li a:hover path { fill: #fff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
footer main .footer-contact ul li svg { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
footer main .footer-contact ul li a.facebook svg { width: 30px; height: 30px; }
footer main .footer-contact ul li a.instagram svg { width: 22px; height: 22px; }
footer main .footer-contact ul li a.line svg { width: 18px; height: 18px; }
footer main .footer-contact ul li a.phone svg { width: 18px; height: 18px; }
footer main .footer-contact ul li a.email svg { width: 16px; height: 16px; }
footer main .footer-contact ul li a.google-pin svg { width: 18px; height: 18px; }
footer main .footer-contact ul li a.download-map svg { width: 18px; height: 18px; }
footer main .footer-contact ul li a.youtube svg { width: 24px; height: 24px; }

footer main .mail-phone { position: relative; width: 100%; padding: 20px 36px 20px 0; }
footer main .mail-phone ul { display: flex; flex-wrap: wrap; justify-content: center; }
footer main .mail-phone ul li { position: relative; width: auto; padding: 0 15px; font-weight: 300; }
footer main .mail-phone ul li:first-child { border-right: 1px solid #41444f; }

footer main .contact { position: relative; width: 100%; padding: 15px 0; }
footer main .contact ul { display: flex; flex-wrap: wrap; justify-content: center; }
footer main .contact ul li { position: relative; width: auto; padding: 0 10px; }
footer main .contact ul li a { padding: 5px 15px 6px 15px; font-size: 16px; text-transform: uppercase; border: 1px solid #acc6cd; border-radius: 4px; }

footer aside { width: 100%; text-align: center; border-top: 1px solid #cddde1; }
footer aside .warpper { padding: 40px 0; }
footer aside p span { font-family: Arial, Helvetica, sans-serif; }

/* ------------------------------------------------------------------------------------------------------------
|  Other  |
------------------------------------------------------------------------------------------------------------ */

/*Share*/
.share-facebook { display: flex; align-items: center; justify-content: center; position: relative; width: 30px; height: 30px; margin: 0 2px; padding: 0; text-align: center; }
.share-facebook a { display: block; width: 100%; height: 100%; color: #41444f; background: #eddcd4; border-radius: 50%; }
.share-facebook a:hover { background: #3a559f; }
.share-facebook a path { fill: #41444f; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.share-facebook a:hover path {  fill: #fff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.share-facebook svg { width: 16px; height: 30px; vertical-align: middle; }
.share-facebook span { display: inline-block; padding: 0 0 0 5px; vertical-align: middle; }
.share-facebook sup { position: absolute; background: #ff0000;  z-index: 1; }

.share-twitter { display: flex; align-items: center; justify-content: center; position: relative; width: 30px; height: 30px; margin: 0 2px; padding: 0; text-align: center; }
.share-twitter a { display: block; width: 100%; height: 100%; color: #41444f; background: #eddcd4; border-radius: 50%;; }
.share-twitter a:hover { background: #03a9f4; }
.share-twitter a path { fill: #41444f; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.share-twitter a:hover path { fill: #fff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.share-twitter svg { display: inline-block; width: 16px; height: 30px; vertical-align: middle; }
.share-twitter span { display: inline-block; padding: 0 0 0 5px; vertical-align: middle; }

.share-line { display: flex; align-items: center; justify-content: center; position: relative; width: 30px; height: 30px; margin: 0 0 0 2px; padding: 0; text-align: center; }
.share-line a { display: block; width: 100%; height: 100%; color: #41444f; background: #eddcd4; border-radius: 50%; }
.share-line a:hover { background: #00b900; }
.share-line a path { fill: #41444f; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.share-line a:hover path { fill: #fff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.share-line svg { display: inline-block; width: 16px; height: 30px; vertical-align: middle; }
.share-line span { display: inline-block; padding: 0 0 0 5px; vertical-align: middle; }

.pagenavi-share { display: flex; flex-wrap: wrap; align-items: center; padding-top: 30px; }
.pagenavi { position: relative; font-size: 14px; font-weight: 300; }
.pagenavi a { display: inline-flex; font-size: 14px; font-weight: 300; }
.pagenavi a:first-child { font-weight: 500; text-transform: uppercase; color: #acc6cd; }
.share { display: flex; align-items: center; margin-left: auto; font-size: 14px; font-weight: 500; text-transform: uppercase; }
.share .text { margin-right: 10px; }

.tag-share { position: relative; display: flex; flex-wrap: wrap; align-items: center; padding: 30px 0; margin-bottom: 40px; border-bottom: 1px solid #eddcd4 }
.share-footer { display: flex; align-items: center; margin-left: auto; width: auto; font-size: 14px; font-weight: 500; text-transform: uppercase; }
.share-footer .text { margin-right: 10px; }

/*Tags */
.tags-show { position: relative; flex: 1; padding: 0 15px 0 0; }
.tags-show a { display: inline-block; margin: 4px 0px 4px 0; padding: 5px 10px; font-size: 12px; color: #41444f; background: #f7f2ef; border-radius: 3px; }
.tags-show a:hover { color: #acc6cd ;  }


.btn-back { width: auto; margin: 0; margin-top: 30px; margin-left: auto; height: 100%; padding: 30px; background: #acc6cc  }
.btn-back a { display: inline-flex; min-width: 60px; height: 60px;  justify-content: center; align-items: center; border-radius: 50%; background: #eff4f5; /*border: 1px solid #edddd5; */} 

.fix-gototop { position: fixed; width: 26px; height: 26px; right: 15px; z-index: 7; }
.fix-gototop a { display: inline-table; width: 100%; height: 100%; font-size: 20px; color: #fff; text-align: center; text-transform: uppercase; background: #cee0e5; border-radius: 50%; }
.fix-gototop a:hover { background: #acc6cd; }
.fix-gototop i { display: table-cell; vertical-align: middle; }
.top-hide { bottom: -40px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.top-show { bottom: 20px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.icon-top { display: table-cell; vertical-align: middle; background: url(../images/icon-up-white.svg) no-repeat center; background-size: 13px; }

.google-map {  position: relative; width: 100%; height: 360px; background: none; z-index: 2; }
.google-map:before { content: ''; position:absolute; width: 100%; height: 100%; background:#fff; left: -100%; top: 0; }
.google-map iframe { position: absolute; top: 0; left: 0; right: 0;  }

.ui-loader { display:none !important; visibility:hidden !important; }

.blockPage { border:none !important; background:none !important; margin: 0 auto !important;  }
.blockPage .waiting { width: 200px; padding:10px 0;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.35); }

.editor { }
.editor ul.horizontal { display: flex; flex-wrap: wrap; }
.editor ul.horizontal li { margin-right: 40px; padding-right: 15px; }
.editor ul { padding-left:20px; padding-top:15px; padding-bottom:15px; }
.editor ul li { list-style:circle; }
.editor ol { padding-left:20px; padding-bottom:20px; }
.editor ol li { list-style:decimal; }
.editor img {
	display: inline-block;
	min-width: inherit !important;
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}
.editor a { display:inline-block; text-decoration: underline; }
.editor p:first-child { padding-top: 30px; }
.editor u { text-decoration: underline; }


.call-to-action {
    position: fixed;
    width: 45px;
    bottom: 30px;
    right: 15px;
    z-index: 222
}

.call-to-action .box {
    position: relative;
    width: 45px;
    height: 45px
}

.call-to-action .box span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: var(--color-green);
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s ease
}

.call-to-action .box span:hover {
    background: var(--color-green);
    transition: all .3s ease
}

.call-to-action .box:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    left: -50%;
    top: 0;
    right: -50%;
    bottom: 0;
    margin: auto;
    background-color: #000;
    border-radius: 50%;
    -webkit-animation: sk-scaleout 1.7s infinite ease-in-out;
    animation: sk-scaleout 1.7s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.click-call {
    position: relative;
    text-indent: -9999px;
    height: 100%;
    cursor: pointer
}

.call-to-action .icon-chat {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #97b4bb url(../images/call-action/icon-chat.svg) no-repeat center;
    background-size: 70%;
    border-radius: 50%
}

.call-to-action .icon-close {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #858893 url(../images/call-action/icon-close.svg) no-repeat center;
    background-size: 50%;
    border-radius: 50%
}

.call-zone-show {
    display: block !important;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1)
}

.call-to-action ul {
    display: none;
    position: absolute;
    width: 45px;
    bottom: 54px;
    right: 0;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1)
}

.call-to-action li {
    position: relative;
    width: 45px;
    padding: 4px 0;
    border-radius: 50%;
    overflow: hidden
}

.call-to-action li a {
    display: block;
    position: relative;
    width: 100%;
    height: 45px;
    border-radius: 50%;
    overflow: hidden
}

.call-to-action li .btn-line {
    display: block;
    position: relative;
    width: 100%;
    height: 45px;
    border-radius: 50%;
    overflow: hidden; cursor: pointer;
}

.call-to-action li a i {
    text-indent: -9999px
}

.call-to-action .icon-ig {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #ed1a6e url(../images/call-action/icon-call-ig.svg) no-repeat center;
    background-size: 50%
}

.call-to-action .icon-youtube {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #0184ff url(../images/call-action/icon-call-youtube.svg) no-repeat center;
    background-size: 50%
}

.call-to-action .icon-fbmessage {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #0184ff url(../images/call-action/icon-call-fbmessage.svg) no-repeat center;
    background-size: 50%
}

.call-to-action .icon-facebook {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #0184ff url(../images/call-action/icon-call-facebook.svg) no-repeat center;
    background-size: 50%
}

.call-to-action .icon-line {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #00c300 url(../images/call-action/icon-call-line.svg) no-repeat center;
    background-size: 60%
}

.call-to-action .icon-tel {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #97b4bb url(../images/call-action/icon-call-tel.svg) no-repeat center;
    background-size: 50%
}

.call-to-action .icon-mail {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #ff8935 url(../images/call-action/icon-call-mail.svg) no-repeat center;
    background-size: 50%
}

.call-to-action-box {
    position: relative;
    width: 100%;
    max-width: 320px;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2)
}

.call-to-action-box .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    padding: 0;
    background: var(--color-whitedrop)
}

.call-to-action-box .title:before {
    display: none
}

.call-to-action-box .title h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 40px;
}

.call-to-action-box .box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 30px
}

.call-to-action-box .box dl {
    display: flex;
    flex-wrap: wrap
}

.call-to-action-box .box dd {
    width: 100%;
    padding-bottom: 10px
}

.call-to-action-box .box a {
    display: inline-flex
}

.call-to-action-box .box img {
    display: block;
    padding: 0
}

.call-to-action-box .box input[type=text] {
    width: 100%
}

.call-to-action-box .box textarea {
    height: 100px
}

.call-to-action-box .box .btn-submit {
    padding-top: 0
}

.call-to-action-box .box .btn-submit button {
    width: 100%;
    min-width: 100%
}

.call-line .title {
    margin-bottom: 0;
    background: #00c300
}

.call-line .title h3 {
    color: #fff
}

.call-line .fancybox-close-small:after {
    color: #fff
}

.call-fbmessage .title {
    background: #0084ff
}

.call-fbmessage .title h3 {
    color: #fff
}

.call-fbmessage .fancybox-close-small:after {
    color: #fff
}

.delay-05 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.delay-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.delay-15 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.delay-2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.delay-25 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.delay-3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.delay-35 {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.delay-4 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.delay-45 {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

.delay-5 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.delay-55 {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s
}

.delay-6 {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.delay-65 {
    -webkit-animation-delay: 6.5s;
    animation-delay: 6.5s
}

.delay-7 {
    -webkit-animation-delay: 7s;
    animation-delay: 7s
}

.delay-75 {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s
}

.delay-s1 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.delay-s2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.delay-s3 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.delay-s4 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.delay-s5 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.animated {
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated-splash {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

