/* ------ default ------ */
* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
}

a,
a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

body {
    width: 100%;
    background: #F5F6F9;
    position: relative;
    display: inline-block;
    color: #141414;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: 400;
    font-family:  'Arial', 'Thonburi', 'tahoma', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.font-blue {
    color: #0F6790;
}
.font-green {
    color: #00A79D;
}
.font-white {
    color: #ffffff;
}
.font-black {
    color: #141414;
}
.font-gray {
    color: #6B6B6B;
}
.font-link {
    color: #00A79D;
    transition: .3s ease 0s;
}
.font-link:hover{
    color: #0F6790;
}

.font-regular {
    font-weight: 400;
}
.font-bold {
    font-weight: 700;
}

h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
}
h2 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
}
h3 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
}
h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.btn{
    color: #fff !important;
    padding: 11px 20px !important;
    background: #00A79D !important;
    border-radius: 4px !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}
.btn-default{
    color: #fff !important;
    background: #00A79D !important;
}

.no-padding {
    padding: 0px;
}
.no-padding-top {
    padding-top: 0px;
}
.no-padding-bottom {
    padding-bottom: 0px;
}
.no-padding-left {
    padding-left: 0px;
}
.no-padding-right {
    padding-right: 0px;
}

.no-margin {
    margin: 0px;
}
.no-margin-top {
    margin-top: 0px;
}
.no-margin-bottom {
    margin-bottom: 0px;
}
.no-margin-left {
    margin-left: 0px;
}
.no-margin-right {
    margin-right: 0px;
}

.bg {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden !important;
}

/* ------ loading ------ */
#loading {
    text-align: center;
    padding-top: 42vh;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 1px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
#loading .icon {
    border: 10px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    border-top: 10px solid rgba(255, 255, 255, 0.8);
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto 20px;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* ------ custom ------ */
#wrapper{
    position: relative;
    padding-top: 80px;
    min-height: calc(100vh - 370px);
}
section {
    position: relative;
    padding: 60px 0px;
}
.container{
    position: relative;
}
header {
    width: 100%;
    position: fixed;
    display: inline-block;
    top: 0px;
    left: 0px;
    z-index: 2000;
}
header .navbar{
    background: #FFFFFF;
    box-shadow: inset 0 -1px 0 0 #E3EBF3;
    padding: 15px;
    height: 80px;
    margin: 0px;
    border: 0px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
}
header .navbar-brand{
    height: 48px;
    padding: 0px;
    margin: 0px !important;
}
header .navbar-brand img{
    width: auto;
    height: 100%;
}
header .navbar-header .navbar-toggle{
    margin: 0px;
    border: 0px;
    margin-right: -10px;
    margin-top: 2px;
    background: #fff !important;
    z-index: 2800;
}
header .navbar-header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3){
    display: none;
}
header .navbar-header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2){
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 8px;
    transition: .3s ease 0s;
}
header .navbar-header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(4){
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
    transition: .3s ease 0s;
}
header .navbar-header .navbar-toggle .icon-bar{
    background: #0F6790;
}
.navbar-toggle .icon-bar+.icon-bar{
    margin-top: 5px;
}
header .nav-menu{
    margin-left: 100px;
}
header .nav-menu > li > a{
    font-size: 16px;
    line-height: 18px;
    color: #141414 !important;
    background: #fff !important;
    font-weight: 700;
    padding: 20px;
}
header .navbar-nav > li.active a{
    color: #00A79D !important;
    position: relative;
}
header .navbar-nav > li.active a:after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 4px;
    background: #00A79D;
    border-radius: 5px 5px 0px 0px;
}
header .nav-menu .submenu{
    display: none;
}
header .navbar-info{
    display: none;
}
header .navbar-lang label, header .navbar-info label{
    font-size: 14px;
    line-height: 19px;
    color: #6B6B6B;
    display: none;
    font-weight: 400;
}
header .navbar-lang .dropdown-toggle{
    padding: 20px 0px 20px 15px;
    display: inline-block;
    background: #fff !important;
}
header .navbar-lang .dropdown-toggle .text{
    display: inline-block;
    position: relative;
    padding-right: 20px;
}
header .navbar-lang .dropdown-toggle span{
    margin-left: 5px;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    right: 0px;
    top: 4px;
}
header .navbar-lang .dropdown-toggle img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -4px;
}
header .navbar-lang p{
    display: none;
}
header #menu .navbar-nav{
    margin-top: 7px;
}
header #menu .navbar-lang{
    margin-top: 0px;
}
header #menu .navbar-lang .dropdown-item{
    width: 100%;
    display: block;
}
header #menu .navbar-lang .dropdown-menu{
    min-width: 100px;
    padding: 3px 0px;
}
header #menu .navbar-lang .dropdown-menu a{
    padding: 3px 20px;
}
header #menu .navbar-lang .dropdown-menu a:hover{
    background: #f1f1f1;
}

footer{
    width: 100%;
    position: relative;
    background: #fff;
    padding: 30px 0px 0px;
}
footer .copyright{
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 12px;
    line-height: 16px;
    color: #6B6B6B;
    border-top: 1px solid #E3EBF3;
    background: #F5F6F9;
    margin-top: 30px;
}
footer ul{
    list-style: none;
}
footer ul li{
    margin-bottom: 15px;
}
footer h4{
    margin-bottom: 20px;
}

.text-icon{
    padding-left: 40px;
    position: relative;
}
.text-icon > img{
    max-width: 24px;
    max-height: 24px;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.text-icon.is-valign-top img{
    top: 0px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
.text-icon .glyphicon{
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.text-icon.is-icon{
    padding-left: 22px;
}

.img-responsive{
    width: 100%;
}

.hidden-desktop{
    display: none;
}
.hidden-mobile{
    display: block;
}

.home-page img{
    margin-top: 85px;
}

.cover{
    padding-top: 45px;
    padding-bottom: 80px;
}
.under-cover{
    padding-top: 0px;
    margin-top: -40px;
}

.product-thumb{
    width: 100%;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(0,20,54,0.10);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    display: inline-block;
}
.product-thumb .img{
    width: 100%;
}
.product-thumb .text{
    padding: 25px 15px;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
}
.product-thumb .text h4{
    margin-top: 0px;
    margin-bottom: 10px;
}
.product-thumb .text p{
    min-height: 40px;
    margin-bottom: 20px;
}

.row.is-small{
    margin-left: -12px;
    margin-right: -12px;
}
.row.is-small > div{
    padding-left: 12px;
    padding-right: 12px;
}

.to-back{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
    margin-top: -25px;
    display: block;
}

.check-list{
    width: 100%;
    position: relative;
    list-style: none;
}
.check-list li{
    padding-left: 48px;
    position: relative;
    margin-bottom: 20px;
}
.check-list li:before{
    content: '';
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 32px;
    height: 32px;
    background: url('../images/icon-check.png') no-repeat;
    background-size: contain;
}

.p-hubby .logo{
    width: 180px;
    margin: 0 auto 50px;
}

.card{
    width: 100%;
    position: relative;
    background: #FFFFFF;
    border-radius: 8px;
    color: #141414;
    position: relative;
    padding: 15px;
    padding-left: 125px;
    margin-top: 35px;
    min-height: 160px;
}
.card .img{
    width: 92px;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.download{
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.download .item{
    display: inline-block;
    margin-left: 12px;
    height: 45px;
}
.download .item img{
    height: 100%;
}

.ul{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    list-style: none;
}
.ul li{
    margin-top: 8px;
    position: relative;
    padding-left: 20px;
}
.ul li::before {
    content: "\2022";
    color: #00A79D;
    font-weight: bold;
    display: inline-block; 
    left: 0px;
    top: 0px;
    position: absolute;
    font-size: 22px;
}

.bg-gray{
    background: #E3EBF3;
}

.history{
    width: 920px;
    max-width: 100%;
    margin: 40px auto 0px;
    display: block;
    position: relative;
    overflow: hidden;
}
.history .item{
    float: left;
    width: 100%;
    padding-bottom: 30px;
    position: relative;
}
.history h3{
    color: #0F6790;
    margin-top: 0px;
}
.history .item:nth-child(odd) .text{
    width: 50%;
    text-align: right;
    padding-right: 25px;
}
.history .item:nth-child(even) .text{
    width: 50%;
    text-align: left;
    margin-left: 50%;
    padding-left: 25px;
}
.history .item:last-child {
    padding-bottom: 0px;
}
.history .item:last-child .line:after{
    display: none;
}
.history .line{
    top: 10px;
    left: 50%;
    height: 100%;
    position: absolute;
}
.history .line:before{
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #00A79D;
    left: 0px;
    top: 0px;
    margin-left: -7px;
    position: absolute;
}
.history .line:after{
    content: '';
    left: 0px;
    margin-left: -2px;
    top: 0px;
    width: 4px;
    height: 100%;
    background: #00A79D;
    position: absolute;
}
.history .ul li {
    margin-top: 5px;
}

.team-box{
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    margin-top: 25px;
    overflow: hidden;
}
.team-box .img{
    width: 125px;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}
.team-box .text{
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.team-box .text .name{
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.team-box .text .position{
    font-weight: 700;
}
.team-box p{
    margin-bottom: 15px;
}

textarea{
    resize: none;
}
.required{
    color: red;
    font-size: 14px;
    line-height: 16px;
    margin: 4px 0px 0px;
    display: none;
}
.btn-box{
    margin-top: 30px;
}

.form-contact{
    width: 100%;
    background: #FFFFFF;
    border-radius: 4px;
    position: relative;
    padding: 40px 20px;
    box-shadow: 0px 0px 8px rgba(0,20,54,0.10);
}
.form-group{
    margin-bottom: 25px;
}
.form-group label{
    font-weight: 400;
}
.form-control{
    -webkit-appearance: none;
    outline: none !important;
    border: 1px solid #CBD4E9 !important;
    box-shadow: none !important;
    padding: 11px 15px;
    height: auto;
}
.form-control::placeholder {
    color: #CBD4E9;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #CBD4E9;
}
.form-control::-ms-input-placeholder {
    color: #CBD4E9;
}

.contact-info{
    width: 100%;
    position: relative;
    margin-top: 80px;
}
.contact-info iframe{
    width: 100%;
    height: 235px;
}
.contact-info .form-group{
    margin-bottom: 15px;
}
.contact-info h4{
    margin: 15px 0px;
}

.content{
    width: 100%;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}
.content .manager{
    float: right;
    width: 400px;
    max-width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.content .manager p{
    margin-bottom: 0px;
}
.content ul{
    list-style: none;
}
.content ul li{
    padding-left: 32px;
    position: relative;
}
.content ul li span{
    position: absolute;
    left: 0px;
    top: 0px;
}
.content .ul li{
    padding-left: 20px;
}
.content .ul li:before{
    font-size: 16px;
}
.content h2{
    font-size: 30px;
    line-height: 38px;
}

.pdl-15{
    padding-left: 15px;
}

.totop{
    width: calc(100% - 50px);
    height: 56px;
    background: #fff;
    position: absolute;
    padding-left: 50px;
    padding-top: 16px;
    text-align: center;
    display: none;
    margin-top: -8px;
    margin-left: -15px;
    z-index: 1;
}
.totop .icon-back{
    left: 12px;
    top: 50%;
    position: absolute;
    font-size: 14x;
    margin-top: -7px;
    color: #0F6790;
    display: inline-block;
    cursor: pointer;
}
.totop h2{
    font-size: 20px;
    line-height: 24px;
    margin: 0px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pdt-70{
    padding-top: 70px;
}