/*
 * Copyright 2017 CloudAbout Co., Ltd.
 * 
 * Contain common styles for browser xxx - 960 px
 */

@import url(https://fonts.googleapis.com/css?family=Lato:300,100,400);
@import url(waan.css);

/***********************************************************
* General
************************************************************/
/*html, body {
    font-family: 'waan', serif !important;
  width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
}*/

.div-block {
    margin-top: 0;
    margin-bottom: 0;
    min-height: 100vh;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    box-shadow: 0 2px 20px 0 rgba(10, 10, 10, 0.2), 0 2px 25px 0 rgba(10, 10, 10, 0.4);
}
a, a:focus, a:hover {
    text-decoration: none;
    font-family: 'waan', Open Sans;
}
ul {
    list-style: none;
}
.btn {
    border: none;
    border-radius: 300px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-lg {
    padding: 15px 30px;
}
.jumbotron {
    font-family: 'Open Sans', 'WaanFree';
    background-color: white;
}
.navbar-right a:hover {
    margin-bottom: 0;
    background-color: transparent;
    height: 35px;
}

.align-left {
    float: left;
}
.content-center {
    display: flex;
    justify-content: center;
}
.content-right {
    display: flex;
    justify-content: flex-end;
}
.padding-none {
    padding-left: 0;
    padding-right: 0;
}
.no-margin {
    margin: 0;
}
.margin-none {
    margin-left: 0;
    margin-right: 0;
}
.hidden-div {
	display: none;
}
.row-me {
    margin-right: -15px; 
}
p..about-detail-text > a#blue-t, p..about-detail-text> a#blue-t:hover, p..about-detail-text > a#blue-t:focus, {
    color: #03b3d5;
    text-decoration: none;
}

.img-lang {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    height: 32px;
}
.left-lang {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-right: 0;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    /*width: 50px;*/
}
.right-lang {
    /*width: 50px;*/
    border: 3px solid #fff;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.lang {
    margin-top: 16px;
    height: 35px;
    font-family: 'Open Sans', 'WaanFree';
    font-size: 15px;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

div.ui-loader {
    display: none;
}
.service-table-detail > ul {
    list-style-type: circle;
}

/************** Mobile Dropdown Menu ***************/
ul#m-service-drop li {
    /*font: 13px Verdana, 'Lucida Grande';*/
    cursor: pointer;
    -webkit-transition: padding .05s linear;
    -moz-transition: padding .05s linear;
    -ms-transition: padding .05s linear;
    -o-transition: padding .05s linear;
    transition: padding .05s linear;
}
ul#m-service-drop li.drop-m {
    position: relative;
}
ul#m-service-drop > li {
    display: inline-block;
}
ul#m-service-menu li {
    border-bottom: solid 1px #03b3d5;
    border-radius: 0;
    margin: 0 10px 0 10px;
}
ul#m-service-menu li a {
    font-size: 26px;
    line-height: 44px;
    height: 44px;
    color: #000000;
    text-decoration: none;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
ul#m-service-menu li a:hover {
    color: #eee;
}

.dropOut-m .triangle {
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    border-width: 0 8px 7px;
    border-color: #FFFFFF transparent;
    top: -8px;
    left: 50%;
    margin-left: -8px;
}
.dropdownContain-m {
    width: 235px;
    position: absolute;
    z-index: 2;
    margin-left: -95px;
    top: -400px;
}
.dropOut-m {
    width: 235px;
    /*background: white;*/
    background:rgba(255,255,255,0.7);
    float: left;
    position: relative;
    margin-top: 0;
    opacity: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,.15);
    box-shadow: 0 1px 6px rgba(0,0,0,.15);
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.dropOut-m ul {
    float: left;
    padding: 0;
}
.dropOut-m ul li {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    float: left;
    width: 215px;
    padding: 10px 10px 10px 10px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background .1s ease-out;
    -moz-transition: background .1s ease-out;
    -ms-transition: background .1s ease-out;
    -o-transition: background .1s ease-out;
    transition: background .1s ease-out;
}
ul#m-service-drop li a:hover { color: #03b3d5; }
ul#m-service-drop li:hover .dropdownContain-m {
    top: 42px;
    left: 15%;
}
ul#m-service-drop li:hover .dropOut-m { opacity: 1; margin-top: 8px; }
.bubble-m {
    position: relative;
    width: 235px;
    height: 220px;
    padding: 0;
    background:rgba(255,255,255,0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: #979797 solid 1px;
}
.bubble-m:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 8px 7px;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -7px;
    left: 133px;
}
.bubble-m:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 8px 7px;
    border-color: #979797 transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: -8px;
    left: 133px;
}
/************** Mobile Dropdown Menu ***************/

/* Consider to refactor below */
@media only screen and (max-width: 750px) {
	.about-header {
		padding-left: 0;
	}
}

@media only screen and (max-width: 930px) {
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .col-sm-4, .col-sm-12 {
        text-align: center;
        margin: 25px 0;
    }
}

/***********************************************************
* Google Maps style
************************************************************/
.gm-style .gm-style-iw {
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
}

/***********************************************************
* Animation
************************************************************/

.slideanim {
    visibility:hidden;
}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@keyframes slideOut {
  0% {
    left: -100%;
    opacity: 0
  }

  95% {
    left: 0;
    opacity: 0.2
  }

  100% {
    opacity: 1;
    left: 0
  }
}

@-webkit-keyframes slideOut {
  0% {
    left: -100%;
    opacity: 0
  }

  95% {
    left: 0;
    opacity: 0.2
  }

  100% {
    opacity: 1;
    left: 0
  }
}

@-o-keyframes slideOut {
  0% {
    left: -100%;
    opacity: 0
  }

  95% {
    left: 0;
    opacity: 0.2
  }

  100% {
    opacity: 1;
    left: 0
  }
}

@keyframes show {
  to {
    opacity: 1;
    background: rgba(253, 251, 225, 1);
  }
}

@-webkit-keyframes show {
  to {
    opacity: 1;
    background: rgba(253, 251, 225, 1);
  }
}

@-o-keyframes show {
  to {
    opacity: 1;
    background: rgba(253, 251, 225, .7);
  }
}

/***********************************************************
* Scrollbar
************************************************************/

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  cursor: pointer
}

::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 10px
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #083b46;
}

