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

a,
a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    opacity: 0.8;
}

body {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    display: inline-block;
    color: #282828;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    overflow-x: hidden;
}

.font-blue {
    color: #2170B8 !important;
}
.font-blue-dark{
    color: #0047A7 !important
}
.font-orange {
    color: #FBAD26;
}
.font-red {
    color: #D3322F;
}
.font-white {
    color: #ffffff;
}
.font-gray {
    color: #535353;
}
.font-gray-light {
    color: #969696;
}
.font-link {
    color: #2170B8 !important;
    text-decoration: underline !important;
}
.font-black {
    color: #000000 !important;
}
.font-green {
    color: #149D60 !important;
}

.font-bold {
    font-weight: 700 !important;
}
.font-semibold {
    font-weight: 600 !important;
}
.font-medium {
    font-weight: 500 !important;
}
.font-regular {
    font-weight: 400 !important;
}
.font-light {
    font-weight: 300 !important;
}
.font-12 {
    font-size: 12px !important;
    line-height: 18px !important;
}
.font-14 {
    font-size: 14px !important;
    line-height: 21px !important;
}
.font-16 {
    font-size: 16px;
    line-height: 24px;
}
.font-18 {
    font-size: 18px;
    line-height: 27px;
}
.font-22 {
    font-size: 22px;
    line-height: 33px;
}
.border-5{
    border-radius: 5px !important;
}

h1, h2 {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0px;
    font-weight: 700;
    margin-bottom: 15px;
}
h3 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: 700;
    margin-bottom: 15px;
}

.btn{
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    padding: 4.5px 20px;
    background: #fff !important;
    color: #2170B8 !important;
    border-radius: 5px;
    border: 1px solid #2170B8 !important;
    transition: .3s ease 0s;
    cursor: pointer;
    max-width: 100%;
    outline: none !important;
}
.btn:hover {
    opacity: 0.95;
}
.btn-sm{
    padding: 7px 20px;
}
.btn-md{
    padding: 11px 20px;
}
.btn-lg{
    padding: 14.5px 20px;
    font-size: 16px;
    line-height: 21px;
}
.btn-minwidth{
    min-width: 130px;
}
.btn-orange{
    color: #fff !important;
    background: #FBAD26 !important;
    border-color: #FBAD26 !important;
}
.btn-yellow{
    color: #fff !important;
    background: #FFC543 !important;
    border-color: #FFC543 !important;
}
.btn-yellow-revers{
    color: #FFC543 !important;
    background: #fff !important;
    border-color: #FFC543 !important;
}
.btn-green{
    color: #fff !important;
    background: #66D552 !important;
    border-color: #66D552 !important;
}
.btn-green2{
    color: #149D60 !important;
    background: #DEF2E9 !important;
    border-color: #DEF2E9 !important;
}
.btn-blue{
    color: #fff !important;
    background: #2170B8 !important;
}
.btn-blue-dark{
    color: #fff !important;
    background: #2145B5 !important;
}
.btn-blue-linear{
    color: #fff !important;
    background: linear-gradient(145deg, #2170B8 0%, rgba(0,55,160,1) 100%) !important;
}
.btn-gray{
    color: #282828 !important;
    background: transparent !important;
    border-color: #969696 !important;
}
.btn-red{
    color: #fff !important;
    background: #D3322F !important;
    border-color: #D3322F !important;
}
.btn-trans{
    background: transparent !important;
    color: #282828 !important;
    text-decoration: underline !important;
    border: 0px !important;
    box-shadow: none !important;
}
.btn-trans.font-blue{
    text-decoration: none !important;
    color: #2170B8 !important;
}
.btn-more {
    min-width: 140px;
}
.btn-all {
    font-size: 13px;
    min-width: 130px;
}
.btn-round{
    border-radius: 20px;
}
.btn-download{
    min-width: 160px;
}
.btn:disabled, .btn[disabled]{
    color: #fff !important;
    background: #C3C3C3 !important;
    border-color: #C3C3C3 !important;
    opacity: 1 !important;
}

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

.no-margin {
    margin: 0px !important;
}
.no-margin-top {
    margin-top: 0px !important;
}
.no-margin-bottom {
    margin-bottom: 0px !important;
}
.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;
}

.form-control {
    background: #fff;
    border: 1px solid #D6D5D5 !important;
    border-radius: 5px;
    padding: 11.5px 15px;
    height: auto;
    outline: none !important; 
    box-shadow: none !important;
    -webkit-appearance: none;
    overflow: hidden;
}
.form-control:focus, .form-control:focus ~ .input-group-addon{
    border-color: #2170B8 !important;
}
.form-control::-webkit-input-placeholder {
    color: #C4C4C4;
}
.form-control:-ms-input-placeholder {
    color: #C4C4C4;
}
.form-control::placeholder {
    color: #C4C4C4;
}
.form-control.blue {
    background: #F4F7FA;
    border-color: #F4F7FA !important;
}
.no-border {
    border: 0px !important;
}
.fullwidth{
    width: 100% !important;
}
.select {
    position: relative;
    display: inline-block;
}
.select select {
    padding-right: 30px;
}
.select span {
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 12px;
    margin-top: -6px;
}
.select.border-under span {
    right: 0px;
}
.select.border-under select, .form-control.border-under {
    border: 0px !important;
    border-radius: 0px;
    border-bottom: 1px solid #969696 !important;
    padding-left: 0px;
    font-size: 16px;
    min-width: 170px;
}
.select-16 {
    font-size: 16px;
}

/* ------ 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;
    background: linear-gradient(145deg, rgba(0,55,160,0.9) 0%, rgba(33,112,184,0.9) 100%);
    z-index: 4000;
}
#loading .icon {
    border: 10px solid rgba(251, 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);
    }
}

.animated  {
    -webkit-animation-duration : 1000 ms  ;
    animation-duration : 1000 ms  ;
    -webkit-animation-fill-mode : both  ;
    animation-fill-mode : both  ;
}  
.owl-animated-out {
    z-index : 1 
}
.owl-animated-in {
    z-index : 0 
}
.fadeOut  {
    -webkit-animation-name : fadeOut  ;
    animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
    0% {
      opacity : 1   ;
    }  
    100% {
      opacity : 0   ;
    }  
}
@keyframes  fadeOut  {
    0% {
      opacity : 1   ;
    }  
    100% {
      opacity : 0   ;
    }  
}

/* ------ custom ------ */
#wrapper{
    width: 100%;
    overflow-x: hidden;
    position: relative;
    min-height: calc(100vh - 288px);
    display: inline-block;
    float: left;
    padding-top: 109px;
}
section {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 50px 0px;
}
section.bg-blue{
    background: #F5F7FC;
}
section.bg-gray{
    background: #F8F8F8
}

header {
    width: 100%;
    display: inline-block;
    float: left;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16) !important;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2000;
}
header #menu .menu-bg, header #menu .action-top, .bg-filter, .filter .action-top {
    display: none;
}
header .navbar{
    border: 0px;
    margin: 0px;
}
header .navbar-top {
    width: 100%;
    color: #fff;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(0,55,160,1) 0%, rgba(33,112,184,1) 100%);
}
header .navbar-top .nav{
    margin: 0px;
}
header .navbar-top .nav>li {
    float: left;
}
header .navbar-top .nav>li>a {
    padding: 6px 12px;
    color: #fff;
}
header .navbar-top .text-icon {
    padding-left: 25px;
}
header .navbar-top .text-icon i {
    width: 20px;
    height: 20px;
}
header .glyphicon {
    margin-left: 6px;
    font-size: 12px;
}
header .lang {
    background: #004686;
    height: 25px;
    border-radius: 5px;
    margin-top: 3px !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    padding: 3px;
    margin-left: 12px !important;
}
header .lang a{
    border-radius: 3px;
    padding: 2px 12px !important;
    background: transparent !important;
}
header .lang li.active a{
    background: #FBAD26 !important;
}
header .navbar-brand {
    padding: 0px;
    height: 60px;
    margin: 8px 0px;
}
header .navbar-brand img{
    width: auto;
    height: 100%;
}
header .nav>li{
    float: left;
}
header .navbar-top, header .navbar-bottom, header .navbar-breadcrumb{
    float: left;
    width: 100%;
    display: inline-block;
}
header .navbar-breadcrumb{
    background-color: white;
}
header .navbar-breadcrumb span{
    color: #0381FB;
}
header .nav>li a{
    color: #282828;
    background: transparent !important;
    padding: 10px 20px;
}
header #menu, header .navbar-search, header .navbar-user {
    float: right;
}
header #menu {
    margin-top: 18px;
}
header #menu .dropdown-menu{
    width: 900px;
    max-width: 90vw;
    border-bottom: 5px solid #2170B8;
    padding: 30px;
    padding-left: 285px;
    column-count: 3;
    left: 70%;
    transform: translateX(-50%);
    margin-top: 18px;
}
header #menu .dropdown-menu .bg{
    width: 250px;
    left: 0px;
    top: 0px;
    height: 100%;
}
header #menu .dropdown-menu li a{
    padding: 8px 0px;
}
header #menu .dropdown-menu li.active:after{
    display: none;
}
header #menu .dropdown-menu li.active a, header #menu .dropdown-menu li:hover a{
    color: #2170B8;
}
header .navbar-search {
    padding: 5px 5px;
    margin: 24px 15px 0px;
}
header .navbar-user .no-user .inner {
    padding: 0px 10px;
    position: relative;
}
header .navbar-user .no-user .inner:last-child:before {
    content: '';
    position: absolute;
    left: -2px;
    top: 3px;
    width: 2px;
    height: 15px;
    background: #282828;
}
header .navbar-user {
    margin-top: 27px;
}
header .user {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}
header .user .img{
    float: left;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-top: -8px;
}
header .user .img .bg{
    position: relative;
    width: 37px;
    height: 37px;
}
header .user .img .m-icon{
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
}
header .user .text{
    float: left;
}
header .user .dropdown-toggle{
    cursor: pointer;
    display: inline-block;
}
header .user .dropdown-menu{
    width: 250px;
    max-width: 100vw;
    left: auto;
    right: 0px;
    margin-top: 10px;
    padding-bottom: 0px;
    border: 0px;
}
header .user .dropdown-menu li{
    position: relative;
    border-top: 1px solid #E3E3E3;
}
header .user .dropdown-menu li:first-child{
    border: 0px;
}
header .user .dropdown-menu li a{
    padding: 12px 12px 12px 55px;
    position: relative;  
}
header .user .dropdown-menu li a i{
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
    width: 18px;
    height: 18px;
}
header .user .dropdown-menu li.logout a{
    padding: 10px;
    text-align: center;
    background: #F7F9FC;
    text-decoration: underline;
    margin-top: 40px;
    padding: 12px;
}
header .user hr{
    margin: 0px;
    border-top: 3px solid #2170B8;
}
header .user .dropdown-menu li.active i {
    filter: brightness(0) invert(1);
}
header .no-user a{
    float: left;
    display: block;
}
header .no-user a:first-child{
    display: none;
}

.text-icon {
    padding-left: 22px;
    position: relative;
    display: inline-block;
}
.text-icon i, .text-icon img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 16px;
    height: 16px;
}
.text-icon.is-middle i{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.text-icon.icon-right{
    padding-left: 0px;
    padding-right: 22px;
}
.text-icon.icon-right i{
    right: 0px;
    left: auto;
}
.text-icon.for-list{
    width: 100%;
    padding-left: 32px;
    margin: 15px 0px 5px;
}
.text-icon.for-list i{
    width: 24px;
    height: 24px;
}
.social {
    display: inline-block;
}
.social .inner {
    border: 0px;
    padding: 6px;
    background: transparent;
}
.social .inner i {
    width: 20px;
    height: 20px;
}

footer {
    float: left;
    width: 100%;
    padding-top: 50px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    background: linear-gradient(0deg, rgba(33,112,184,1) 0%, rgba(0,55,160,1) 100%);
    overflow-x: hidden;
}
footer .footer-detail .logo {
    width: 105px;
}
footer .footer-detail .social {
    margin-top: 20px;
    width: 100%;
    margin-left: -6px;
}
footer .copyright {
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    padding: 12px;
    font-weight: 300;
    color: #fff;
    margin-top: 30px;
}
footer .footer-menu {
    width: 100%;
    list-style: none;
    display: inline-block;
}
footer .footer-menu > li {
    width: 100%;
    display: inline-block;
    float: left;
}
footer .dropdown-toggle {
    width: 100%;
    display: inline-block;
    position: relative;
    font-weight: 600;
}
footer .dropdown-toggle span {
    position: absolute;
    right: 0px;
    top: 0px;
    display: none;
}
footer .dropdown-menu {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    border: 0px;
    box-shadow: none;
    background: transparent;
    width: 100%;
    margin-top: 10px;
}
footer .dropdown-menu a {
    color: #fff !important;
    padding: 6px 0px;
    background: transparent !important;
}
footer .footer-menu li:last-child {
    width: 100%;
}

.banner .item {
    width: 100%;
    display: inline-block;
}
.banner .banner-box {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    height: 370px;
    padding: 30px 40px;
}
.banner .banner-box h3 {
    color: #fff;   
    margin: 0px -12px 15px;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.46);
}
.banner .banner-box .text {
    position: relative;
    text-align: center;
}
.banner .banner-box .btn {
    margin: 20px auto 0px;
}
.banner .banner-box .bg:after, .under-banner .bg:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    background: #000;
}
.banner .banner-box .bg.is-blue:after, .under-banner .bg.is-blue:after{
    opacity: 0.9;
    background: linear-gradient(135deg, rgba(33,112,184,1) 0%, rgba(0,55,160,1) 100%);
}
.banner .banner-box .bg.is-orange:after, .under-banner .bg.is-orange:after{
    opacity: 0.85;
    background: #FBAD26;
}
.banner .banner-box .m-icon {
    height: 45px;
    width: 60px;
    margin-bottom: 8px;
}
.banner .banner-box .text:not(.transform-middle) {
    height: 100%;
}
.banner .banner-box .text:not(.transform-middle) .btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.under-banner{
    display: none;
}
.under-banner .text{
    position: relative;
    width: 340px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    max-width: 100%;
}
.under-banner .text p br{
    display: none;
}
.under-banner .btn{
    margin-top: 15px;
}
.transform-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.text-middle {
    display: table-cell;
    vertical-align: middle !important;
}
.slide-mice .item{
    width: 100%;
    position: relative;
    height: 100px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    border-radius: 5px;
    overflow: hidden;
}
.slide-mice .item .bg:after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.05);
}
.slide-mice .item .text{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    padding: 0px 20px;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.46);
    display: inline-block;
}
.slide-mice.owl-carousel .owl-stage {
    padding-bottom: 20px;
}
.slide-mice.owl-carousel .owl-nav button.owl-prev, .slide-mice.owl-carousel .owl-nav button.owl-next {
    color: #2170B8;
    top: 42%;
}
.owl-carousel  .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}
.owl-carousel  button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E3E3E3;
    margin: 4px;
}
.owl-carousel  button.owl-dot.active {
    background: #2170B8;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -12px;
    font-size: 20px;
    color: #707070;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -12px;
    font-size: 20px;
    color: #707070;
}

.how-box {
    width: 250px;
    max-width: 100%;
    text-align: center;
    margin: 20px auto 0px;
}
.how-box img {
    height: 112px;
}
.how-box h3 {
    margin: 12px 0px 10px;
}
.method{
    color: #fff;
    padding: 25px 0px;
    background: linear-gradient(90deg, rgba(33,112,184,1) 0%, rgba(0,55,160,1) 60%);
}
.method-list{
    font-size: 16px;
    line-height: 24px;
    width: 380px;
    max-width: 100%;
    margin: 30px 0px;
}
.method-list .text-icon {
    padding-left: 45px;
    padding: 5px 0px 5px 45px;
    margin-bottom: 10px;
    position: relative;
}
.method-list .text-icon img {
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #216db6;
}
.method-list .text-icon:not(:last-child):after {
    content: '';
    position: absolute;
    left: 16px;
    top: 35px;
    height: 100%;
    border: 1px dashed #fff;
    z-index: 0;
}
.method .vdo{
    margin-top: -80px;
    margin-bottom: 50px;
}
.vdo {
    width: 572px;
    max-width: 100%;
    position: relative;
    display: inline-block;
}
.vdo .img{
    width: 100%;
    position: relative;
    z-index: 2;
}
.vdo .img img {
    width: 100%;
}
.vdo iframe {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.vdo i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 89px;
    height: 89px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
}
.vdo.open .img{
    z-index: 1;
}

.slide-location {
    margin-left: -5px;
    width: calc(100% + 10px);
    color: #fff;
    text-shadow: 0px 0px 6px rgba(0,0,0,0.49);
}
.slide-location .item {
    width: 100%;
}
.slide-location .inner {
    float: left;
    width: calc(50% - 10px);
    height: 178px;
    position: relative;
    display: inline-block;
    margin: 5px;
    border-radius: 5px;
    overflow: hidden;
    display: table;
}
.slide-location .item:nth-child(even) .inner:last-child, .slide-location .item:nth-child(odd) .inner:first-child{
    width: calc(100% - 10px);
}
.slide-location .text {
    position: relative;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.slide-location.owl-carousel .owl-dots {
    bottom: -30px;
}

.promotion-box {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    padding: 15px;
    border-radius: 5px;
    margin-top: 5px;
    background: #fff;
    cursor: pointer;
}
.promotion-box .head .bg{
    float: left;
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.promotion-box .head .text{
    float: left;
    width: calc(100% - 62px);
    display: inline-block;
    margin-top: 6px;
}
.promotion-box .body img{
    width: 100%;
    margin: 15px 0px;
}
.promotion-box .btn-more{
    margin-top: 8px;
}
.row.is-small{
    margin-left: -5px;
    margin-right: -5px;
}
.row.is-small .col{
    padding: 0px 5px;
}
.row.is-small2{
    margin-left: -8px;
    margin-right: -8px;
}
.row.is-small2 .col{
    padding: 0px 8px;
}
img {
    max-width: 100%;
}
.img-responsive {
    width: 100%;
}

.article {
    width: 100%;
    position: relative;
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
}
.article .img, .article .img img {
    width: 100%;
    position: relative;
}
.article .m-icon-vdo{
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 5px;
    right: 10px;
}
.article h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 12px 0px;
}
.article .date{
    color: #989898;
}
.article.is-landscape{
    background: #F4F4F4;
}
.article.is-landscape .img{
    width: calc(50% - 15px);
    float: left;
}
.article.is-landscape .text{
    width: 50%;
    float: left;
    padding: 20px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tab .tab-content{
    padding: 20px 0px;
}
.tab .nav-tabs{
    border-bottom: 1px solid #E3E3E3;
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
    white-space: nowrap;
}
.tab .nav-tabs a{
    font-size: 18px;
    line-height: 27px;
    padding: 10px 0px;
    border: 0px !important;
    background: transparent !important;
}
.tab .nav-tabs li{
    padding: 0px 20px;
}
.tab .nav-tabs li:first-child{
    padding-left: 0px;
}
.tab .nav-tabs li.active a{
    color: #2170B8;
    font-weight: 600;
    border-bottom: 4px solid #2170B8 !important;
}
.tab .nav-tabs.text-center li{
    float: initial;
    display: inline-block;
}
.tab.style-2 .nav-tabs{
    border: 0px;
}
.tab.style-2 .nav-tabs li{
    padding: 0px 3px;
}
.tab.style-2 .nav-tabs li a{
    font-size: 14px;
    line-height: 21px;
    padding: 14px 30px;
    border-radius: 11px 11px 0px 0px;
    box-shadow: 0px 0px 15px rgba(166, 188, 209, 0.42);
    background: #fff !important;
    text-align: center;
    border: 0px !important;
}
.tab.style-2 .nav-tabs li.active a{
    background: #2170B8 !important;
    font-weight: 600;
    color: #fff;
}

.home-calendar{
    background-color: #F4F7FA;
    margin-bottom: 80px;
}
.calendar-detail{
    max-height: 280px;
    overflow-y: auto;
}
.calendar-detail .inner{
    width: 100%;
    display: inline-block;
    margin-top: 12px;
}
.calendar-detail .date{
    float: left;
    width: 80px;
    color: #FBAD26;
    display: inline-block;
    text-align: center;
    padding-right: 20px;
}
.calendar-detail .date span:first-child{
    font-size: 52px;
    font-weight: 700;
    line-height: 52px;
}
.calendar-detail .text{
    float: left;
    width: calc(100% - 80px);
    max-width: 550px;
    display: inline-block;
    border-left: 1px solid #D1D1D1;
    padding: 0px 15px;
    min-height: 100px;
}

.scroll-custom::-webkit-scrollbar {
    width: 6px;
}
.scroll-custom::-webkit-scrollbar-track {
    background: #E3E6E8;
    border-radius: 5px;
}
.scroll-custom::-webkit-scrollbar-thumb { 
    background: #534B49;
    border-radius: 5px;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 5px;
}
.dataTables_scrollBody::-webkit-scrollbar-track {
    background: #E3E3E3;
    border-radius: 3px;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb { 
    background: #2170B8;
    border-radius: 3px;
}

.scroll-custom-blue::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.scroll-custom-blue::-webkit-scrollbar-track {
    background: #E3E3E3;
    border-radius: 3px;
}
.scroll-custom-blue::-webkit-scrollbar-thumb { 
    background: #2170B8;
    border-radius: 3px;
}

.datepicker-inline {
    width: 315px;
    max-width: 100%;
    padding: 5px 8px 8px;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.18);
}
.datepicker-inline table{
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    cursor: default;
}
.datepicker-inline table th.dow{
    background: #2170B8;
    border-radius: 0px;
    color: #fff;
    line-height: 32px;
}
.datepicker-inline .datepicker-switch{
    font-weight: 400;
    padding: 15px 5px;
}
.datepicker-inline table td{
    line-height: 32px;
    position: relative;
    background: transparent !important;
    cursor: default;
    color: #282828 !important;
    text-shadow: none !important;
}
.datepicker-inline td.highlight > div, .datepicker td.today > div, .datepicker td.active > div{
    position: relative;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}
.datepicker td{
    position: relative;
}
.datepicker td.today{
    background: transparent !important;
}
.datepicker-inline td.highlight:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-top: -17px;
    margin-left: -17px;
    background: #FFC400;
}
.datepicker-inline td.active:not(.highlight) > div{
    color: #000;
}
.datepicker td.today:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-top: -17px;
    margin-left: -17px;
    background: #D3322F;
}
.datepicker.is-appointment td:not(.old):not(.today):not(.disabled):not(.new) > div{
    color: #149D60;
}
.datepicker.is-appointment td.disabled-date > div{
    color: #000;
}
.datepicker.is-appointment td.active > div{
    color: #2170B8 !important;
}
.datepicker.is-appointment td.active:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-top: -17px;
    margin-left: -17px;
    border: 1px solid #2170B8;
}
.datepicker.is-appointment .datepicker{
    padding: 0px;
    border: 1px solid #2170B8;
    border-radius: 0px;
    box-shadow: none;
}
.datepicker.is-appointment .datepicker thead tr:first-child{
    background: #2170B8;
}
.datepicker.is-appointment .datepicker thead tr:first-child th{
    border-radius: 0px;
    color: #fff;
}
.datepicker.is-appointment table th.dow{
    background: #fff;
    color: #000000;
    font-weight: 500;
}
.subscribe{
    background: #F4F7FA;
    font-size: 16px;
    line-height: 24px;
}
.subscribe .form-control {
    padding: 15px;
}
.subscribe form{
    margin-top: 5px;
}
.shadow{
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16) !important;
}
.shadow-blue{
    box-shadow: 0px 0px 15px rgba(166,188,209,0.42) !important;
}
.input-group{
    border-radius: 5px;
    overflow: hidden;
}
.input-group-addon{
    border-radius: 5px;
    overflow: hidden;
}
.input-group-addon .btn{
    height: 100%;
    padding: 13px 20px;
    border-radius: 0px;
}
.required{
    color: red;
    font-size: 13px;
    line-height: 21px;
    margin: 2px 0px 0px;
    display: none;
}
.regis-box{
    width: 100%;
    position: relative;
}
.regis-box:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc((100vw - 1170px)/2 + 350px);
    height: 100%;
    background: #F7F9FC;
}
.regis-box label{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.regis-box .btn-minwidth{
    min-width: 220px;
    max-width: 100%;
}
.regis-box .btn{
    font-size: 16px;
}
.regis-box .mask{
    font-size: 14px;
    margin-top: 12px;
}
.regis-box .or{
    position: relative;
    width: 100%;
    color: #B4B4B4;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 15px 0px 25px;
}
.regis-box .or:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    border-top: 1px solid #CACACA;
    margin-top: 0px;
    width: 100%;
}
.regis-box .or span{
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 0px 10px;
    display: inline-block;
}
.regis-box .img{
    width: 420px;
    max-width: 100%;
}
.regis-social .btn{
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.action-showpass {
    width: 100%;
    position: relative;
    display: inline-block;
}
.action-showpass .form-control {
    padding-right: 45px;
}
.action-showpass .m-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 29px;
    height: 26px;
    margin-top: -13px;
    z-index: 2;
    cursor: pointer;
}
.action-showpass.open .m-icon {
    background-image: url('../images/icon-no-eye.png');
}
.regis-social .text-icon{
    padding-left: 28px;
}
.regis-social .text-icon .m-icon{
    width: 22px;
    height: 22px;
}
.regis-social .btn{
    margin-top: 10px;
    padding: 8px 5px 9px;
}
.status-box{
    width: 100%;
    text-align: center;
    position: relative;
    padding: 20px;
}
.status-box .btn-box{
    margin-top: 30px;
    text-align: center;
}
.status-box h2{
    margin-bottom: 8px;
}
.modal, .mfp-wrap{
    z-index: 3001;
}
.modal .modal-dialog{
    width: 770px;
    max-width: calc(100% - 20px);
}
.modal .modal-dialog.pos-middle{
    -webkit-transform: translate(0, calc(50vh - 50%));
    -moz-transform: translate(0, 50vh) translate(0, -50%);
    -ms-transform: translate(0, 50vh) translate(0, -50%);
    -o-transform: translate(0, calc(50vh - 50%));
    transform: translate(0, 50vh) translate(0, -50%);
}
.modal .modal-content{
    border-radius: 5px;
    overflow: hidden;
}
.modal .modal-md {
    width: 980px;
    max-width: calc(100% - 30px);
}
.modal .modal-xl {
    width: 1200px;
    max-width: calc(100% - 30px);
}
.modal .regis-box{
    padding: 20px 20px 20px 0px;
}
.modal-backdrop, .mfp-bg{
    z-index: 3000;
    background-color: #282828;
}
.modal-backdrop.in{
    opacity: 0.58;
}
.modal .close{
    opacity: 1;
    z-index: 2;
    cursor: pointer;
}
.modal .close .m-icon{
    width: 20px;
    height: 20px;
}
.modal .modal-header{
    padding: 20px 15px;
}
.modal .regis-box:before{
    width: 300px;
}
.modal .modal-header.pd-40{
    padding: 20px 40px;
}
.modal .modal-header.pd-40 .close{
    margin-top: 0px;
    margin-right: -20px;
}
.modal .modal-body.pd-40{
    padding: 25px 40px;
}
.modal .modal-body.pd-40 .close{
    margin-top: -10px;
    margin-right: -25px;
}
#modal-register form{
    width: 580px;
    margin: 0 auto;
    text-align: left;
    max-width: 100%;
}
#modal-register .col-sm-7{
    width: 635px;
    margin: 0 auto;
    max-width: 100%;
}
.otp-box{
    position: relative;
    display: inline-block;
    margin-top: 10px;
}
.otp-box .form-control{
    line-height: 62px;
    background: transparent;
    border: 0px !important;
    z-index: 1;
    font-size: 21px;
    font-weight: 400;
    color: #2170B8;
    letter-spacing: 57px;
    padding: 0px;
    left: 0px;
    top: -3px;
    width: calc(100% + 60px);
    height: 100%;
    position: absolute;
    text-indent: 23px;
    caret-color: transparent;
}
.otp-box .box{
    position: relative;
    display: inline-block;
}
.otp-box .box span{
    float: left;
    height: 100%;
    width: 52px;
    height: 62px;
    border: 1px solid #2170B8;
    border-radius: 5px;
    margin-right: 15px;
    display: inline-block;
}
.to-back .text-icon{
    padding-left: 18px;
}
.cover{
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 60px 15px;
}
.cover .text {
    position: relative;
}
.cover .text h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
}
.is-reverse > div:nth-child(odd){
    float: right;
}
.is-reverse > div:nth-child(even){
    float: left;
}
.content-page h2{
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
}
.content-page h3{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}
.content-page img{
    max-width: 100%;
}
.contact-list .text-icon{
    display: table;
    width: 100%;
    padding-left: 85px;
    text-align: left;
    padding-left: 0px;
    margin: 20px 0px;
}
.contact-list .text-icon > *{
    display: inline-block;
    vertical-align: middle;
}
.contact-list .text-icon img{
    width: 60px;
    margin-right: 30px;
    position: relative;
    height: auto;
}
.row-middle{
    display: table;
}
.row-middle .col{
    display: table-cell;
    vertical-align: middle;
}
.partner-box{
    display: inline-block;
}
.partner-box .inner{
    display: inline-block;
    padding: 40px 25px 0px;
}
.partner-box img{
    max-height: 80px;
}
.panel-group .panel, .panel-group .panel+.panel{
    border: 1px solid #2170B8;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 15px;
}
.panel-group .panel-heading{
    background: #fff;
    padding: 0px;
    position: relative;
}
.panel-group .panel-heading a{
    width: 100%;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 20px 40px 20px 20px;
}
.panel-group .panel-heading span{
    position: absolute;
    right: 20px;
    top: 26px;
}
.panel-group .panel-body{
    padding: 20px;
    font-size: 16px;
    line-height: 30px;
}
.faq-page .tab li a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 12px 0px;
}
.faq-page .panel-group .panel-heading a{
    padding: 0px;
}
.cards{
    width: 100%;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
}
.cards.col-5{
    margin-left: -10px;
    width: calc(100% + 20px);
}
.cards.col-5 .card{
    float: left;
    width: calc(20% - 20px);
}
.card{
    margin: 30px 10px;
    position: relative;
    display: inline-block;
}
.card .img{
    box-shadow: 0px 0px 15px rgba(166,188,209,0.42);
    border-radius: 5px;
    margin-bottom: 15px;
}
.card p{
    margin-bottom: 5px;
}
.card .desc{
    height: 96px;
    overflow: hidden;
}
.card .type{
    background: transparent;
    font-weight: 600;
    color: #FBAD26;
    font-size: 16px;
    line-height: 24px;
    padding: 0px;
}
.form-select .select{
    margin-left: 10px;
    margin-top: 12px;
}
.calendar-page{
    position: relative;
}
.calendar-page .head{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 50px 0px 10px;
    background: linear-gradient(0deg, rgba(33,112,184,1) 0%, rgba(0,55,160,1) 100%);
}
.calendar-page .head .text-icon{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    padding-left: 25px;
}
.calendar-page .body{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 40px 0px 100px;
    position: relative;
}
.calendar-page .body .img{
    box-shadow: 0px 0px 15px rgba(84,84,85,0.42);
    position: absolute;
    left: 0px;
    top: -265px;
}
.calendar-info{
    margin-bottom: 40px;
}
.share{
    font-size: 16px;
    line-height: 25px;
}
.share span{
    margin-bottom: 10px;
    display: inline-block;
}
.share .social{
    margin-left: -6px;
}
.share .social i {
    width: 24px;
    height: 24px;
}
.share.is-vertical {
    display: inline-block;
}
.share.is-vertical .social .inner{
    margin-top: 0px;
    display: inline-block;
}
.share.is-vertical .social i{
    width: 22px;
    height: 22px;
}
.share.is-vertical span{
    margin-bottom: 18px;
}
.minwidth-450{
    min-width: 450px;
    max-width: 100%;
}
.news-page .promotion{
    width: 1050px;
    max-width: 100%;
    margin: 30px auto;
}
.promotion-box.is-medium .btn-more{
    margin: 30px auto 5px;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.promotion-box.is-medium .head .bg{
    width: 62px;
    height: 62px;
}
.promotion-box.is-medium .head .text{
    width: calc(100% - 75px);
    margin-top: 10px;
}
.promotion-box.is-medium{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 8px;
    padding: 20px;
}
.promotion-box.is-medium .topic{
    min-height: 42px;
}
.news-detail{
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.news-detail .body a{
    color: #0047A7!important;
    text-decoration: underline!important;
}
.news-detail > .text{
    padding: 40px 250px 40px 60px;
    position: relative;
}
.news-detail .body img {
    margin-top: 25px;
}
.news-detail .tags, .news-detail .share{
    margin-top: 40px;
}
.news-detail .tags span, .news-detail .share span {
    font-weight: 500;
    color: #0053B4;
    display: inline-block;
    margin-right: 25px;
    float: left;
}
.news-detail .share .social{
    margin-top: -5px;
}
.news-detail .footer{
    margin-top: 60px;
}
.news-detail .share.is-vertical{
    position: absolute;
    top: 0px;
    right: 50px;
    text-align: center;
    transition: .3s ease 0s;
}
.news-detail .share.is-vertical span{
    margin-right: 0px;
}
hr{
    border-color: #e3e3e3;
    margin: 25px 0px;
}
.tags{
    display: inline-block;
}
.tags .tag{
    display: inline-block;
}
.tags .inner{
    float: left;
    border: 1px solid #CECECE;
    padding: 6px 15px;
    color: #2B87EF;
    margin: 4px;
}
.other-card{
    width: 350px;
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 15px;
}
.other-card > .img{
    float: left;
    width: 145px;
    margin-right: 15px;
}
.other-card > .text{
    float: left;
    width: calc(100% - 160px);
    padding: 5px 0px;
}
.other-card > .text p{
    margin-bottom: 6px;
}
.other .col:nth-child(even){
    text-align: right;
}
.other .col:nth-child(even) .other-card .img{
    float: right;
    margin-left: 15px;
    margin-right: 0px;
}
.other .col:nth-child(even) .other-card .text{
    float: left;
}
.breadcrumb {
    background: transparent;
    color: #2170B8;
    padding-left: 0px;
    padding-right: 0px;
}
.breadcrumb > .active {
    color: #282828;
}
.breadcrumb>li+li:before {
    content: '\e258';
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #282828;
    font-size: 12px;
    opacity: 0.75;
    padding: 0px 8px 0px 5px;
}
.article-box{
    margin-top: 30px;
}
.article-box .article{
    margin-bottom: 30px;
}
.mfp-iframe-holder .mfp-close{
    color: #fff;
    opacity: 1;
}
.btn-toolbar {
    display: inline-block;
    border: 1px solid #2170B8;
    border-radius: 5px;
    color: #2170B8;
}
.btn-toolbar .btn-group{
    padding: 9px 20px;
    margin: 0px;
    cursor: pointer;
    transition: .3s ease 0s;
    min-width: 150px;
}
.btn-toolbar .btn-group:not(.active):hover{
    opacity: 0.8;
}
.btn-toolbar .btn-group:not(:first-child){
    border-left: 1px solid #2170B8;
}
.btn-toolbar .m-icon{
    width: 20px;
    height: 20px;
}
.btn-toolbar .text-icon{
    padding-left: 30px;
}
.btn-toolbar .btn-group.active{
    background: #2170B8;
    color: #fff;
}
.btn-toolbar .btn-group.active .m-icon{
    filter: brightness(0) invert(1);
}
.btn-toolbar.bg-white{
    background: #fff;
    border: 0px;
    border-radius: 5px !important;
    overflow: hidden;
    color: #282828;
}
.btn-toolbar.bg-white .btn-group{
    border-color: #C3C3C3;
}
.btn-toolbar h2{
    font-size: 28px;
    line-height: 32px;
}
.search-from h2{
    margin: 0px;
    font-size: 30px;
    line-height: 45px;
    margin-top: -8px;
}
.search-page > .head{
    background: #F4F7FA;
    padding: 40px 0px 140px;
}
.search-page > .head, .search-page > .body{
    width: 100%;
    position: relative;
    display: inline-block;
}
.search-page > .body{
    margin-top: -130px;
    padding-bottom: 100px;
}
.search-page.for-map > .head .search-from {
    float: left;
    width: 255px;
    max-width: 100%;
}
.search-page .filter{
    float: left;
    width: 255px;
    max-width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.search-page > .search-action, .search-page > .body .result {
    float: left;
    width: calc(100% - 255px);
    margin-top: 15px;
    padding-left: 20px;
}
.search-page .select.border-under select{
    font-size: 14px;
    line-height: 21px;
    padding: 8px 15px 8px 0px;
    background: transparent;
}
.search-page .total {
    margin-top: 15px;
}
.search-page.for-map {

}
.search-page.for-map .search-map {
    float: right;
    /* width: calc(100% - 305px); */
    width: 100%; 
    /* height: calc(100vh - 252px); */
    height: 100vh;
    overflow: hidden;
    border-radius: 0px 5px 5px 0px;
}
.search-page.for-map .search-map img{
    width: auto;
    height: 100%;
}
.search-page.for-map .search-result {
    float: left;
    width: 305px;
    overflow-y: auto;
    /* height: calc(100vh - 252px); */
    min-height: 100%;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    border-radius: 0;
    background-color: #ffffff;
}
.post.style-2, .post.style-3{
    margin: 0px;
    padding: 20px 20px 20px 15px;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 1px solid #D1D1D1;
}
.post.style-3{
    border-radius: 5px;
}
.post.style-2 .bg, .post.style-3 .bg{
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 5px;
    top: 18px;
    left: 15px;
    z-index: 1;
}
.post.style-2 .text, .post.style-3 .text{
    padding: 0px;
}
.post.style-2 .head, .post.style-3 .head, .post.style-3 .body .info{
    padding-left: 110px;
    min-height: 120px;
}
.post.style-2 .mode, .post.style-3 .mode{
    position: relative;
}
.post.style-2 .mode .inner, .post.style-3 .mode .inner{
    margin-left: 0px;
    margin-right: 5px;
}
.post.style-2 .body .info, .post.style-2 .body .btn-box, .post.style-3 .body .info, .post.style-3 .body .btn-box{
    width: 100%;
    position: relative;
    margin-top: 15px;
}
.post.style-2 .body .info, .post.style-3 .body .info{
    margin-top: 25px;
}
.post.style-2 .body .btn-box .btn:nth-child(odd).btn-trans, .post.style-3 .body .btn-box .btn:nth-child(odd).btn-trans{
    padding-left: 0px !important;
    font-size: 12px;
}
.post.style-2 .body .btn-box .btn:nth-child(even), .post.style-3 .body .btn-box .btn:nth-child(even){
    float: right;
    font-size: 12px;
}
.post.style-3 .body .btn-box .btn{
    font-size: 14px !important;
    line-height: 21px !important;
    padding: 11px 20px;
    min-width: 160px;
    max-width: 100%;
}
.post.style-3 h3{
    color: #2170B8;
    margin-bottom: 4px;
    height: 42px;
    overflow: hidden;
}
.post.style-3 .body .info{
    font-size: 12px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.post .guarantee{
    margin: 0px 0px 5px;
}
.post .guarantee img{
    width: auto;
    height: 32px;
}
.search-filter{
    margin-bottom: 10px;
    min-height: 38px;
}
.selected{
    display: inline-block;
}
.selected .inner{
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    background: linear-gradient(145deg, rgba(33,112,184,1) 0%, rgba(0,55,160,1) 100%);
}
.selected .inner i{
    height: 8px;
    top: 50%;
    margin-top: -4px;
    left: 8px;
    z-index: 1;
    cursor: pointer;
}
.selected .text-icon{
    padding-left: 28px;
    padding-right: 15px;
}
.selected .reset{
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 15px;
}
.filter .form-control{
    padding: 9px 15px;
}
.filter .form-group > label{
    font-weight: 600;
    color: #2170B8;
    padding-left: 10px;
    border-left: 3px solid #FBAD26;
    display: inline-block;
    width: 100%;
    margin: 15px 0px 8px;
}
.input-icon{
    width: 100%;
    position: relative;
    display: inline-block;
}
.input-icon .form-control {
    padding-left: 38px !important;
}
.input-icon i {
    top: 50%;
    left: 15px;
    margin-top: -7.5px;
    position: absolute;
    width: 15px;
    height: 15px;
}
.checkbox, .radio{
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}
.checkbox.pull-right, .radio.pull-right, .checkbox.pull-left, .radio.pull-left{
    width: auto;
    display: inline-block;
}
.checkbox.is-inline, .radio.is-inline{
    width: auto;
    margin-right: 20px !important;
}
.checkbox.is-inline:last-child, .radio.is-inline:last-child{
    margin-right: 0px;
}
.checkbox.is-middle > label::before, .checkbox.is-middle > label::after{
    top: 50%;
    margin-top: -12px;
}
.checkbox.is-middle > label::after{
    margin-top: -8px;
}
.checkbox > input, .radio > input{
    margin-left: 0px !important; 
    opacity: 0; 
    margin-top: 0px;
}
.checkbox > label, .radio > label{
    position: relative;
    font-weight: 400;
    padding-left: 30px;
}
.checkbox > label::before, .radio > label::before{
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #707070;
    position: absolute;
    top: 2px;
    left: 0px;
    border-radius: 3px;
}
.checkbox > input:checked + label::before, .radio > input:checked + label::before {
    background: #2170B8;
    border: 0px;
}
.checkbox > input:checked + label + .pane {
    display: block;
}
.checkbox > label::after{
    content: '';
    width: 12px;
    height: 6px;
    position: absolute;
    top: 6px;
    left: 3px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.radio > label::after{
    content: '';
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 4px solid #fff;
    position: absolute;
    top: 0px !important;
    left: 2px;
    margin-left: 1px;
}
.radio > label::before{
    border-radius: 50%;
    width: 19px;
    height: 19px;
}
.radio > label::before, .radio > label::after{
    top: -1px;
    line-height: 19px;
}
.radio-select{
    margin-left: -5px;
    width: calc(100% + 10px);
    display: inline-block;
}
.radio-select .radio > label:before, .radio-select .radio > label:after{
    display: none;
}
.radio-select .radio > label{
    border-radius: 5px;
    border: 1px solid #FEC526;
    padding: 8px;
    font-weight: 500;
    font-size: 12px;
    min-width: 100px;
    text-align: center;
}
.radio-select .radio input:checked ~ label, .b-schedule .radio-select .radio input:checked ~ label{
    border: 1px solid #FEC526;
    background: #FEC526;
    color: #282828;
}
.radio-select .radio {
    float: left;
    width: auto;
    margin: 5px;
    display: inline-block;
}
.radio-select.is-blue .radio > label{
    border: 1px solid #707070;
}
.radio-select.is-blue .radio input:checked ~ label{
    background: #2170B8;
    color: #fff;
    border-color:#2170B8;
}
.radio-select.is-blue-outline .radio > label{
    border: 1px solid #707070;
}
.radio-select.is-blue-outline .radio input:checked ~ label{
    border-color:#2170B8 !important;
    background: #fff;
}
.radio-select.is-blue .radio input:checked ~ label .m-icon{
    filter: brightness(0) invert(1);
}
.radio-select.is-orange .radio input:checked ~ label{
    color: #fff;
}
.radio-select.is-round .radio > label{
    border-radius: 30px;
    min-width: 80px !important;
}
.radio-select.is-border-light .radio > label, .modal.modal-checkbox .radio-select.is-border-light .radio > label{
    border-color: #D6D5D5;
    padding: 10px 15px;
    min-width: 105px;
}
.radio-select input{
    display: none;
}
.radio-box .radio, .radio-box .checkbox{
    text-align: center;
    position: relative;
    margin: 15px 0px 0px !important;
}
.radio-box .radio label, .radio-box .checkbox label, .list-business .icon{
    padding: 25px 10px 10px;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    background: #fff;
    border: 1px solid #C3C3C3;
    /* overflow: hidden; */
    border-radius: 5px;
    position: relative;
    text-align: center;
}
.radio-box .radio label .name, .radio-box .checkbox label .name, .list-business .icon .name{
    height: 32px;
    overflow: hidden;
    width: 150px;
    max-width: 100%;
    margin: 0 auto;
}
.radio-box .checkbox input:checked ~ label:before{
    border-radius: 50%;
}
.radio-box .radio label:before, .radio-box .radio label:after, .radio-box .checkbox label:before, .radio-box .checkbox label:after{
    display: none;
}
.radio-box .radio img, .radio-box .checkbox img, .list-business .icon img{
    height: 45px;
    margin-bottom: 10px;
}
.radio-box .radio .btn-info, .radio-box .checkbox .btn-info, .list-business .icon .btn-info{
    position: absolute;
    bottom: 2px;
    right: 5px;
}
.radio-box .radio .btn-info i, .radio-box .checkbox .btn-info i, .list-business .icon .btn-info i{
    width: 22px;
    height: 22px;
}
.radio-box .radio input:checked ~ label, .radio-box .checkbox input:checked ~ label{
    background: #F0F8FF;
    border-color: #2170B8;
}
.radio-box .radio input:checked ~ label:before, .radio-box .radio input:checked ~ label:after, .radio-box .checkbox input:checked ~ label:before, .radio-box .checkbox input:checked ~ label:after{
    display: block;
    top: 3px;
    right: 3px;
    left: auto;
}
.radio-box .radio input:checked ~ label:after{
    top: 3.5px !important;
    right: 4px;
}
.radio-box .checkbox input:checked ~ label:before{
    width: 28px;
    height: 28px;
    right: -10px;
    top: -10px;
}
.radio-box .checkbox input:checked ~ label:after{
    top: -1px;
    right: -3px;
    width: 14px;
    height: 6px;
}
.radio-box .radio > input, .radio-box .checkbox > input{
    position: absolute;
}
.radio-box .radio > input[disabled] ~ label, .radio-box .checkbox > input[disabled] ~ label{
    background: #F2F2F2;
    color: #C3C3C3;
    border-color: #F2F2F2;
}
.radio-box .radio > input[disabled] ~ label img, .radio-box .checkbox > input[disabled] ~ label img{
    filter: brightness(1.8) grayscale(100%);
}
.slider.slider-horizontal .slider-handle {
    border: 1px solid #2170B8;
    background: #fff;
    width: 14px;
    height: 14px;
    margin-top: -4px;
    margin-left: -4px;
}
.slider.slider-horizontal .slider-track{
    background: #E3E3E3;
    box-shadow: none;
    border-radius: 4px;
    height: 7px;
}
.slider.slider-horizontal .slider-selection{
    background: #2170B8;
    box-shadow: none;
}
.slider .tooltip {
	display: none !important;
}
.slider-box{
    padding-top: 20px;
    position: relative;
    width: 100%;
}
.slider-box input{
    padding: 0px !important;
    background: transparent !important;
    border: 0px !important;
    color: #E3E3E3;
    display: inline-block;
    width: auto;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
}
.slider-box input.slider-end{
    color: #2170B8;
    right: 5px;
    left: auto;
    text-align: right;
}
.post{
    width: 100%;
    position: relative;
    font-size: 14px;
    line-height: 21px;
    color: #282828;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    padding-left: 185px;
    margin-top: 12px;
    background: #fff;
}
.post .bg{
    width: 185px;
    height: 100%;
    cursor: pointer;
}
.post .bg i{
    width: 32px;
    height: 30px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    cursor: pointer;
}
.post .head{
    cursor: pointer;
}
.post .text{
    padding: 15px 15px 20px 20px;
    position: relative;
}
.star label{
    color: #C3C3C3;
    font-weight: 400;
    margin: 0px;
}
.star span{
    color: #FBAD26;
}
.post h3{
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin: 0px;
    color: #2145B5;
}
.post .head, .post .body{
    position: relative;
    display: inline-block;
    width: 100%;
}
.post .mode {
    position: absolute;
    right: 0px;
    top: 0px;
}
.post .mode .inner, .type{
    display: inline-block;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    background: #ccc;
    margin-left: 8px;
    margin-top: 8px;
}
.type{
    margin: 0px 0px 5px;
}
.post .mode .inner.is-orange, .type.is-orange{
    background: #FC8800;
}
.post .mode .inner.is-purple, .type.is-purple{
    background: #5B4BD1;
}
.post .mode .inner.is-green, .type.is-green{
    background: #149D60;
}
.post .mode .inner.is-blue, .type.is-blue{
    background: #2145B5;
}
.post .mode .inner.is-yellow, .type.is-yellow{
    color: #282828;
    background: #F7D518;
}
.post .body .info{
    width: calc(100% - 300px);
    display: inline-block;
    max-height: 105px;
    /* max-height: 140px; */
    overflow: hidden;
}
.post .body .btn-box{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.post .body .btn-box .btn{
    font-size: 13px;
}

.post-page, .post-page > .head, .post-page > .body, .post-img, .post-cover{
    width: 100%;
    position: relative;
    display: inline-block;
}
.post-cover{
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-bottom: 40px;
}
.post-cover .post-like{
    position: absolute;
    width: 55px;
    height: 55px;
    left: 10px;
    bottom: 10px;
    filter: grayscale(100%);
    cursor: pointer;
}
.post-cover .post-like.active{
    filter: grayscale(0%);
}
.post-cover .post-logo{
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 6px solid #FFFFFF;
    right: 40px;
    bottom: -60px;
}
.post-cover .post-slide{
    width: 100%;
    position: relative;
    height: 390px;
}
.post-cover .post-slide .item{
    float: left;
    position: relative;
    display: inline-block;
    padding: 1px;
}
.post-cover .post-slide .item .bg{
    position: relative;
}
.post-cover .post-slide .item:nth-child(1){
    width: 60%;
    height: 100%;
}
.post-cover .post-slide .item:nth-child(2), .post-cover .post-slide .item:nth-child(3){
    width: 20%;
    height: 50%;
}
.post-cover .post-slide .item:nth-child(4){
    width: 40%;
    height: 50%;
}
.post-page small{
    font-size: 13px;
    line-height: 19px;
}
.post-page .post-title, .post-page .post-info{
    width: 100%;
    padding: 0px;
    position: relative;
    display: inline-block;
}
.post-page .post-title .star{
    margin-top: 7px;
}
.post-page .post-title .star span{
    font-size: 18px;
}
.post-page .post-title ul{
    list-style: none;
    display: inline-block;
    width: 520px;
    max-width: 100%;
}
.post-page .post-title li{
    display: inline-block;
    float: left;
    margin-top: 10px;
    margin-right: 40px;
}
.post-page .post-title ul .text-icon{
    padding-left: 28px;
}
.post-page .post-title ul .text-icon i{
    width: 18px;
    height: 18px;
}
.post-page .post-title .btn-box{
    width: 300px;
    max-width: 100%;
    margin: 10px auto 0px;
    margin-right: 0px;
}
.post-page .post-title .btn-box .btn{
    width: 100%;
    margin-top: 15px;
}
.post-page .post-title .btn-box .btn .text-icon{
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}
.post-page .post-title .btn-box .btn .text-icon i{
    width: 25px;
    height: 25px;
}
.room-card{
    width: 100%;
    color: #282828;
    font-size: 12px;
    line-height: 18px;
    padding: 15px 30px 30px 15px;
    border-radius: 5px;
    border: 1px solid #E3E3E3;
    display: inline-block;
    margin-bottom: 10px;
}
.room-card .img{
    float: left;
    width: 156px;
}
.room-card .text{
    float: left;
    width: calc(100% - 156px);
    padding-left: 15px;
}
.room-card b{
    font-weight: 600 !important;
    color: #282828 !important;
}
.room-card hr{
    border-color: #E3E3E3;
    margin: 18px 0px 10px;
}
.room-card h3{
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 3px;
}
.room-card p{
    margin-bottom: 3px;
}
.room-card.is-hotel{
    font-size: 14px;
    line-height: 21px;
}
.room-card.is-hotel .img{
    width: 100%;
    float: initial;
}
.room-card.is-hotel label{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}
.room-card.is-hotel .text-icon.for-list{
    margin-top: 10px;
}
.room-card.is-hotel .row:first-child .col-sm-6:nth-child(2){
    padding-left: 0px;
}
.room-card.is-hotel .row:first-child .col-sm-6:nth-child(2) .form-group:first-child{
    padding-right: 100px;
}
.room-table{
    width: 100%;
    position: relative;
}
.room-table .tr{
    float: left;
    width: 66px;
    text-align: center;
    margin-left: -1px;
}
.room-table .td{
    float: left;
    width: 100%;
    display: table;
    border: 1px solid #aaa;
    text-align: center;
    padding: 5px;
}
.room-table .td:nth-child(1){
    height: 53px;
    padding: 10px;
    position: relative;
    border-bottom: 0px;
}
.room-table .td:nth-child(1) img{
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 25px;
}
.text-overflow{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.panel{
    width: 100%;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(166,188,209,0.42);
    border: 0px;
    overflow: hidden;
}
.panel .panel-heading{
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 18px 30px;
    border-color: #E3E3E3;
    position: relative;
}
.panel .panel-heading .logo{
    position: absolute;
    right: 30px;
    top: 10px;
}
.panel .panel-heading .logo img{
    max-height: 30px;
    margin-left: 10px;
    margin-top: 3px;
}
.panel .panel-heading .logo img.special{
    max-height: 26px;
}
.panel .panel-body{
    padding: 15px 30px;
}
.loadmore{
    text-align: center;
    font-weight: 600;
    padding: 8px 0px 12px;
}
.loadmore .text-icon{
    cursor: pointer;
}
.loadmore .text-icon:hover{
    opacity: 0.8;
}
.post-info big{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.post-info b{
    font-weight: 600;
}
.post-map{
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}
.post-action .share, .post-action .tags{
    margin-top: 20px;
}
.post-action .share span, .post-action .tags span{
    font-size: 16px;
    line-height: 24px;
}
.post-action .tags .tag{
    margin-top: 5px;
}
.post-action .tags .tag .inner{
    background: #2170B8;
    color: #fff;
    border: 0px;
    border-radius: 4px;
    box-shadow: none;
}
.review-list{
    padding: 25px 30px;
    width: 100%;
    position: relative;
    border-top: 1px solid #E3E3E3;
}
.review-list:first-child{
    border: 0px;
}
.review-list .star label{
    color: #282828;
}
.review-list .star span{
    font-size: 18px;
    margin-top: 5px;
}
.review-list .date{
    color: #969696;
    float: right;
}
.review-list h3{
    float: left;
    margin: 0px;
}
.review-list p{
    margin-top: 12px;
    margin-bottom: 0px;
}
.review-list .avg{
    font-size: 33px;
    line-height: 33px;
    font-weight: 600;
}
.btn-review{
    font-size: 16px;
    font-weight: 600;
    min-width: 190px;
    max-width: 100%;
    position: absolute;
    right: 30px;
}
.post-related-slide{
    margin-left: -10px;
    width: calc(100% + 20px);
}
.post-related-slide .item{
    padding: 10px;
}
.post-related-slide.owl-carousel .owl-nav button.owl-next, .post-related-slide.owl-carousel .owl-nav button.owl-prev{
    color: #2170B8;
    font-size: 24px;
    opacity: 0.8;
    margin-top: -14px;
}
.input-group.is-calendar i{
    width: 45px;
    height: 25px;
}
.input-group.is-calendar .input-group-addon{
    background: #fff;
    padding: 0px;
}
.input-group.is-calendar .form-control {
    border-right: 0px !important;
}
textarea{
    resize: none;
}
.title-yelloow{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    background: #FBAD26;
    display: inline-block;
    padding: 5px 40px;
    margin-left: -40px;
    margin-top: 0px;
    border-radius: 0px 5px 5px 0px;
}
.title-dialog{
    display: none;
}
.form-quotation .btn {
    /* width: 300px;
    max-width: 100%; */
    max-width: 300px;
}
.modal .btn-box .btn {
    margin-top: 10px;
}
.limit-char {
    width: 100%;
    display: inline-block;
    position: relative;
}
.limit-char .char{
    position: absolute;
    /* bottom: 1px;
    right: 1px; */
    bottom: -28px;
    right: -5px;
    font-weight: 500;
    padding: 5px 10px;
}
.date-status > div{
    margin-right: 15px;
    display: inline-block;
    margin-top: 8px;
}
.input-score{
    font-size: 40px;
    text-align: center;
    margin: 30px 0px 40px;
}
.input-score .star {
    cursor: pointer;
}
.short-search {
    width: 100%;
    padding: 5px 0px 20px;
    border-bottom: 6px solid #2170B8;
    display: none;
}
.short-search .head {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 10px 0px;
    border-bottom: 1px solid #C3C3C3;
    margin-bottom: 15px;
}
.short-search .head .m-icon{
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 2;
    cursor: pointer;
}
.popup{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 3000;
    background: #fff;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: none;
}
.popup-bg{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.popup-search{
    color: #fff;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
    margin-top: 80px;
    background: linear-gradient(145deg, rgba(33,112,184,1) 0%, rgba(0,55,160,1) 100%);
}
.form-search{
    position: relative;
}
.form-search .form-control{
    position: relative;
    background: transparent;
    border: 0px !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0px;
    padding-right: 80px;
    font-size: 16px;
    padding-left: 0px;
    color: #fff;
}
.form-search .btn-close{
    position: absolute;
    right: 30px;
    top: 12px;
    cursor: pointer;
}
.form-search .btn-search{
    position: absolute;
    right: 0px;
    top: 12px;
    cursor: pointer;
}
.history-search{
    padding: 10px 0px;
    text-decoration: underline;
}
.form-search .form-control::-webkit-input-placeholder {
    color: rgba(255,255,255, 0.5);
}
.form-search .form-control:-ms-input-placeholder {
    color: rgba(255,255,255, 0.5);
}
.form-search .form-control::placeholder {
    color: rgba(255,255,255, 0.5);
}
.autocomplete{
    position: absolute;
    top: 100%;
    background: #fff;
    width: calc(100% - 30px);
    padding: 10px 20px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
    box-shadow: 0px 3px 10px rgba(166, 188, 209, 0.42);
    color: #282828;
    font-size: 16px;
    line-height: 24px;
    display: none;
    z-index: 1;
    max-height: 500px;
    overflow-y: scroll;
}
.autocomplete b{
    font-weight: 700;
}
.autocomplete .auto-list .inner{
    padding: 15px 20px;
    background: #F4F7FA;
    border-radius: 5px;
    margin: 5px 0px;
    display: inline-block;
    width: 100%;
}
.autocomplete .auto-list .inner p{
    margin: 0px;
}
.autocomplete .auto-text{
    border-bottom: 1px solid #C3C3C3;
    margin-bottom: 10px;
}
.autocomplete .auto-text label{
    color: #969696;
    font-size: 12px;
    font-weight: 400;
}
.autocomplete .auto-text p{
    cursor: pointer;
}
.popup-vdo{
    position: relative;
}
.popup-vdo .close{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
}
.popup-vdo .vdo {
    width: 100%;
}
.member {
    width: 100%;
    position: relative;
    padding: 0px;
    background: #F5F7FC;
}
.member .member-menu {
    float: left;
    width: 240px;
    display: inline-block;
    position: relative;
    border-right: 1px solid #F5F7FC;
    background: #fff;
    height: 100%;
    overflow-y: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}
.member .member-menu > .head {
    padding: 30px;
}
.member .member-body {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 40px 60px 40px 270px;
    min-height: 90vh;
}
.member .member-body.no-menu{
    padding: 40px 60px;
}
.member .member-menu ul li a{
    width: 100%;
    position: relative;
    padding: 14.5px 25px 14.5px 65px;
    display: inline-block;
}
.member .member-menu ul li a i{
    width: 24px;
    height: 24px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -12px;
}
.member .member-menu ul li.active a {
    background: #2170B8;
    color: #fff;
}
.member .member-menu ul li.active i{
    filter: brightness(0) invert(1);
}
.member .member-menu ul.no-icon li a{
    padding-left: 30px;
    font-weight: 600;
}
.member .member-menu ul.no-icon li.active a{
    background: transparent;
    color: #2170B8;
}
.member .member-menu .name{
    text-align: center;
    font-weight: 600;
    margin-top: 8px;
}
.member .member-menu .back-member{
    margin-top: 15vh;
    font-weight: 400;
}
.member .panel .panel-body{
    padding: 25px 30px;
    position: relative;
}
.member .panel{
    margin: 10px 0px 0px;
}
.member .btn-md {
    padding: 9.5px 20px;
}
.member .btn-minwidth {
    min-width: 200px;
}

.upload-photo{
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.upload-photo.is-user .preview{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.upload-photo.is-user .preview + .input, .upload-photo.is-user .input{
    width: 35px;
    height: 35px;
    padding: 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.upload-photo.is-user .input i{
    width: 100%;
    height: 100%;
}
.upload-photo .input input{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.upload-photo .preview{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.upload-photo .preview, .upload-photo .input, .upload-photos.style-2 .inner{
    float: left;
    display: inline-block;
    width: 215px;
    max-width: 100%;
    height: 178px;
    position: relative;
    border-radius: 5px;
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
    color: #282828;
    text-align: center;
    right: auto;
    bottom: auto;
    padding: 0px;
    border: 0px;
}
.upload-photos.style-2 .inner{
    border-radius: 0px;
}
.upload-photos.style-2 .input{
    padding: 0px;
    border: 0px;
}
.upload-photo .input .text, .upload-photos.style-2 .input .text{
    width: 100%;
    height: 100%;
    border: 1px dashed #707070;
    position: relative;
    border-radius: 5px;
}
.upload-photo .input .text .text-icon, .upload-photos.style-2 .input .text .text-icon{
    position: absolute;
    width: 100%;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    right: auto;
    left: 0px;
    padding: 0px;
}
.upload-photo .input i, .upload-photos.style-2 .input i{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    position: relative;
}
.upload-photo .preview + .input{
    position: relative;
    text-align: left;
    padding: 8px 0px;
    border: 0px;
    width: 100%;
    height: auto;
}
.upload-photo .preview + .input .text{
    position: relative;
    border: 0px;
}
.upload-photo .preview + .input .text .text-icon{
    position: relative;
    top: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding-left: 28px;
}
.upload-photo .preview + .input .text .text-icon i{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.upload-photos{
    width: 100%;
    position: relative;
    display: inline-block;
}
.upload-photos .inner{
    float: left;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 30px;
    width: 180px;
    height: 112px;
}
.upload-photos .inner .action{
    text-align: right;
    display: inline-block;
    width: 100%;
    font-weight: 400;
}
.upload-photos .inner .action .btn-dots{
    font-size: 20px;
    line-height: 20px;
}
.upload-photos .inner .action .dropdown-menu{
    margin: 0px;
    min-width: auto;
    padding: 0px;
}
.upload-photos .inner .action .dropdown-menu li{
    padding: 8px 15px;
}
.upload-photos .inner .action .edit-photo{
    position: relative;
}
.upload-photos .inner .bg, .upload-photos .input{
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}
.upload-photos .input{
    border: 2px dashed #2170B8;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    position: relative;
}
.upload-photos .input input[type="file"], .upload-photos .inner .action .edit-photo input[type="file"]{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.upload-photos .input .text{
    color: #2170B8;
    position: relative;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.upload-photos .input .text-icon{
    padding-left: 45px;
    min-height: 21px;
}
.upload-photos .input .text-icon i{
    width: 35px;
    height: 35px;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
}
.upload-photos .input.bg-gray{
    border: 0px;
    background: #E3E3E3;
    border-radius: 0px;
}
.upload-photos.is-vertical .inner{
    width: 213px;
    height: 300px;
    margin-right: 35px;
    margin-bottom: 40px;
}
.upload-photos.is-vertical .inner .action{
    margin-top: 5px;
}
.upload-photos.is-vertical .input{
    top: 50%;
    height: 115px;
    margin-top: -60px;
}
.upload-photos.is-shadow .inner .bg{
    box-shadow: 0px 0px 15px rgba(166,188,209,0.42);
}
.mt-5{
    margin-top: -5px;
}
.mt12{
    margin-top: 12px !important;
}
.mt25{
    margin-top: 25px !important;
}
.pl20{
    padding-left: 20px;
}
.bg-trans{
    background: transparent !important;
}
.member .promotion-box{
    margin-bottom: 8px;
}
.member .btn-toolbar{
    border-radius: 0px;
    font-size: 16px;
}
.member .btn-toolbar .btn-group{
    padding: 15px 25px;
}
.member .btn-toolbar .btn-group.active{
    font-weight: 600;
}
.member .to-back{
    margin-bottom: 10px;
    display: inline-block;
}
.panel-list{
    margin-top: 15px;
}
.panel-list > .head {
    font-weight: 600;
    width: 100%;
    display: inline-block;
    padding: 15px 20px 10px;
}
.panel-list .list{
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 3px 10px rgba(166, 188, 209, 0.42);
    background: #fff;
    margin-bottom: 10px;
}
.panel-list .list .user{
    position: relative;
    padding-left: 90px;
}
.panel-list .list .user.is-middle .bg{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.panel-list .list .user .bg{
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
}
.panel-list .list .btn-box .btn{
    margin-top: 8px;
}
.member .tab .nav-tabs a{
    font-size: 14px;
    line-height: 21px;
}
.line{
    width: 100%;
    border-top: 1px solid #282828;
}
.table{
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border-top: 0px;
    border-bottom: 1px solid #E3E3E3;
    padding: 15px 0px;
}
.mb15{
    margin-bottom: 15px;
}
.plan-type{
    padding: 20px 0px;
}
.plan-type .box .desc{
    width: 300px;
    margin: 0 auto;
    max-width: 100%;
    min-height: 85px;
}
.plan-type .box .btn{
    width: 200px;
    max-width: 100%;
}
.plan-type .col:nth-child(odd){
    border-right: 1px solid #2170B8;
}
.input-time{
    width: 100%;
    position: relative;
}
.input-time .select{
    float: left;
    width: calc(50% - 15px);
    display: inline-block;
}
.input-time .symbol{
    float: left;
    font-size: 16px;
    width: 30px;
    text-align: center;
    line-height: 40px;
}
.col-1{
    column-count: 1;
}
.col-2{
    column-count: 2;
}
.col-3{
    column-count: 3;
}
.member .checkbox{
    margin: 0px 0px 15px;
}
.member .form-control{
    padding: 10px 15px;
}
.member select.form-control{
    padding-right: 30px;
}
.member .select span {
    right: 12px;
    font-size: 12px;
    margin-top: -8px;
}
.member .select.border-under span{
    right: 0px;
}
.select-service{
    width: 100%;
    position: relative;
    height: 662px;
    margin-top: 10px;
}
.select-service .service-type, .select-service .service-list{
    width: 262px;
    height: 100%;
    float: left;
    overflow-y: auto;
    box-shadow: 0px 0px 15px rgba(166, 188, 209, 0.42);
    background: #fff;
    z-index: 2;
    position: relative;
}
.select-service .service-list{
    width: calc(100% - 262px);
    z-index: 1;
}
.select-service .service-type{
    font-size: 16px;
    line-height: 24px;
    list-style: none;
    padding-left: 0px !important;
}
.select-service .service-type li{
    padding: 10px 25px;
    cursor: pointer;
}
.select-service .service-type li.active{
    background: #2170B8;
    color: #fff;
}
.select-service .post .head{
    min-height: auto;
}
.select-service .post {
    padding: 20px 30px;
}
.select-service .post .bg{
    left: 30px;
    top: 20px;
}
.select-service .post .star span, .select-service .post h3{
    color: #000000;
}
.select-service .post .btn:not(.btn-trans){
    min-width: 140px;
}
.select-service .post .btn-cancel, .select-service .post.active .btn-add{
    float: right;
    display: none;
}
.select-service .post.active .btn-cancel{
    display: block;
}
.selected-service{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    height: calc(662px - 62px);
    overflow: auto;
    padding-right: 15px;
    margin-top: 15px;
}
.selected-service .panel:first-child{
    margin-top: 0px;
}
.selected-service .user{
    float: left;
    padding-left: 78px;
    position: relative;
    width: calc(100% - 40px);
    min-height: 65px;
}
.selected-service .user .bg{
    width: 64px;
    height: 64px;
    border-radius: 5px;
}
.selected-service .action{
    float: right;
    cursor: pointer;
}
.selected-service .action button{
    line-height: 28px;
    font-size: 18px;
}
.selected-service .action ul{
    margin: -4px;
    min-width: initial;
}
.selected-service .action ul li{
    padding: 5px 0px;
}
.selected-service .list{
    float: left;
    width: 100%;
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #D1D1D1;
    display: inline-block;
}
.selected-service .list:last-child{
    border: 0px;
}
.selected-service .panel .panel-body{
    padding: 0px;
}
.selected-service .h3{
    font-size: 18px;
    line-height: 21px;
}
.selected-service .panel, .selected-service .panel .panel-heading{
    border-radius: 0px;
}
.selected-service .panel, .select-service{
    margin-top: 15px;
}
.btn-request{
    width: calc(100% - 15px);
}
.panel.panel-info .panel-heading{
    background: #2170B8;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 15px;
}
.title-highlight{
    background: #FBAD26;
    color: #fff;
    padding: 20px;
    width: 100%;
    display: inline-block;
}
.title-highlight h2, .title-highlight p{
    float: left;
    margin: 0px;
    margin-right: 15px;
    display: inline-block;
}
.title-highlight p{
    margin-top: 10px;
}
.chat{
    width: calc(100% + 10px);
    position: relative;
    display: inline-block;
    margin-left: -5px;
    height: 707px;
    margin-top: 10px;
}
.chat-dialog{
    float: left;
    width: calc(100% - 425px);
    height: 100%;
}
.chat-list{
    float: left;
    width: 415px;
    background: #fff;
    margin: 5px;
    overflow-y:scroll;
}
.chat-list .user, .chat-dialog .head .user{
    width: 100%;
    display: inline-block;
}
.chat-list .user .img, .chat-dialog .head .user .img{
    width: 56px;
    height: 56px;
    position: relative;
    float: left;
}
.chat-list .user .img .bg, .chat-dialog .head .user .img .bg{
    border-radius: 50%;
    overflow: hidden;
}
.chat-dialog .head .user .img .bg{
    margin-top: -6px;
}
.chat-list .user .img .no, .chat-vdo .cv-action .to-chat .no{
    min-width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    border-radius: 12px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FBAD26;
    display: none;
    z-index: 1;
    font-size: 9px;
    font-weight: 500;
    padding: 0px 4px;
}
.chat-list .user .img .online, .chat-dialog .head .user .img .online{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #F2F2F2;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #149D60;
    z-index: 1;
}
.chat-list .inner.active .user .img .online, .chat-list .inner.no-read .user .img .no{
    display: block;
}
.chat-list .user .text, .chat-dialog .head .user .text{
    float: left;
    width: calc(100% - 56px);
    padding-left: 15px;
}
.chat-list .user .text{
    padding-right: 120px;
}
.chat-list .user .type, .chat-list .user .pin{
    position: absolute;
    top: 15px;
    right: 12px;
}
.chat-list .user p, .chat-dialog .head p{
    line-height: 20px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.chat-list .user .name{
    color: #2170B8;
    font-weight: 600;
}
.chat-list .user .date{
    color: #969696;
    font-size: 12px;
    margin-top: 5px;
}
.chat-list .inner{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #D5D5D5;
    padding: 18px 12px 10px;
}
.chat-list .inner.active{
    background: #F5FAFF;
}
.chat-list .inner.no-read{
    background: #F2F2F2;
}
.chat-dialog{
    float: left;
    width: calc(100% - 435px);
    background: #fff;
    margin: 5px;
    position: relative;
    display: inline-block;
}
.chat-dialog .head, .chat-dialog .body, .chat-dialog .footer{
    float: left;
    padding: 20px;
    background: #fff;
    width: 100%;
}
.chat-dialog .head{
    font-size: 13px;
    line-height: 15px;
    border-bottom: 1px solid #D5D5D5;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 30px;
    position: sticky;
    top: 0px;
    left: 0px;
}
.chat-dialog .head .name{
    display: inline-block;
}
.chat-dialog .head .user{
    width: auto;
}
.chat-dialog .body{
    width: 100%;
    display: inline-block;
    height: calc(100% - 184px);
    overflow-y: auto;
}
.chat-dialog .body .inner{
    width: 100%;
    display: inline-block;
}  
.chat-dialog .footer{
    padding-left: 120px;
    position: sticky;
    bottom: 0px;
    left: 0px;
} 
.chat-dialog .chat-upload{
    position: absolute;
    left: 20px;
    top: 20px;
}
.chat-dialog .chat-msg{
    width: 100%;
    position: relative;
    padding-right: 110px;
}
.chat-dialog .chat-msg{
    background: #F2F2F2;
    border-radius: 5px;
}
.chat-dialog .chat-msg .form-control{
    background: transparent;
    border: 0px !important;
}
.chat-dialog .chat-msg .btn{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 110px;
    height: 100%;
}
.chat-dialog .chat-upload .btn{
    position: relative;
    padding: 0px;
    margin: 0px 2px;
}
.chat-dialog .chat-upload input{
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}
.chat-dialog .chat-upload .m-icon{
    width: 40px;
    height: 40px;
}
.chat-dialog .chat-msg textarea{
    resize: none;
    min-height: initial;
    display: block;
    box-sizing: padding-box;
    overflow: hidden;
    overflow-y: auto;
    max-height: 42px;
    line-height: 25px;
}
.chat-dialog .msg{
    width: 100%;
    margin-top: 12px;
}
.chat-dialog .msg .text{
    background: #DBDBDB;
    border-radius: 20px;
    padding: 8px 15px;
    max-width: 300px;
    display: inline-block;
}
.chat-dialog .msg.me{
    text-align: right;
}
.chat-dialog .msg.me .text{
    color: #fff;
    background: #2170B8;
}
.chat-dialog .msg .text a{
    text-decoration: underline !important;
}
.chat-dialog .body .date{
    width: 100%;
    margin: 20px 0px;
    text-align: center;
}
.chat-dialog .body .date span{
    display: inline-block;
    padding: 4px 15px;
    background: #DBDBDB;
    border-radius: 20px;
}
.chat.is-vdocall{
    height: 620px;
    width: 100%;
    margin: 0px;
}
.chat.is-vdocall .chat-vdo, .chat.is-vdocall .chat-dialog{
    float: left;
    width: 50%;
    display: inline-block;
    height: 100%;
    margin: 0px;
}
.chat.is-vdocall .chat-dialog .head, .chat.is-vdocall .chat-dialog .body, .chat.is-vdocall .chat-dialog .footer{
    padding: 15px;
}
.chat.is-vdocall .chat-dialog .head{
    padding-bottom: 8px;
    padding-top: 20px;
}
.chat.is-vdocall .chat-dialog .footer{
    padding-left: 120px;
}
.chat.is-vdocall .chat-dialog .chat-upload{
    top: 15px;
}
.chat.is-vdocall .chat-dialog .body{
    height: calc(100% - 157px);
}
.chat-vdo .cv-call{
    height: calc(100% - 80px);
    background: #282828;
    position: relative;
}
.chat-vdo .cv-call .you{
    top: 20px;
    left: 20px;
    width: 230px;
    height: 125px;
    position: absolute;
    z-index: 1;
    border: 1px solid #707070;
}
.chat-vdo .cv-call .me{
    width: 100%;
    height: 100%;
    position: relative;
}
.chat-vdo .cv-call .alert{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #2170B8;
    border-radius: 5px;
    width: 475px;
    color: #fff;
    padding: 12px 150px 12px 20px;
    margin-bottom: 15px;
    max-width: 100%;
}
.chat-vdo .cv-call .alert .btn{
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -20px;
}
.chat-vdo .cv-action{
    width: 100%;
    height: 80px;
    padding: 20px;
    background: #534B49;
    display: inline-block;
}
.chat-vdo .cv-action .inner{
    width: 33.33%;
    float: left;
    min-height: 42px;
}
.chat-vdo .cv-action .inner:nth-child(2){
    margin-top: -6px;
}
.chat-vdo .cv-action .inner:nth-child(2) .m-icon:not(.active):after{
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    display: inline-block;
    transform: rotate(-45deg);
    top: 25px;
    left: 0px;
}
.chat-vdo .cv-action .btn{
    min-width: 100px;
}
.chat-vdo .cv-action .m-icon{
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: .3s ease 0s;
    position: relative;
}
.chat-vdo .cv-action .m-icon{
    margin: 0px 5px;
}
.chat-vdo .cv-action .m-icon:hover{
    opacity: 0.8;
}
.chat-vdo .cv-action .to-chat .m-icon{
    width: 25px;
    height: 25px;
    margin: 0px;
}
.chat-vdo .cv-action .to-chat{
    position: relative;
    display: inline-block;
    padding: 6px;
    margin: 3px;
    display: none;
}
.chat-vdo .cv-action .to-chat .on{
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0px;
    right: 0px;
    background: #FBAD26;
    border-radius: 50%;
}
.panel-list .list.pd25{
    padding: 30px 25px;
    margin-bottom: 15px;
}
.panel-list .list.pd25 .user{
    min-height: 53px;
}
.card-member{
    background: #fff;
    border-radius: 5px;
    padding: 25px 20px;
    min-height: 350px;
}
.card-member .user .bg{
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.card-member .user .text{
    width: calc(100% - 100px);
    padding-left: 15px;
}
.card-member .form-group{
    margin-bottom: 20px;
}
.member .btn-box .btn{
    margin-top: 10px;
}
.table-middle{
    display: table;
}
.table-middle > *{
    display: table-cell;
    vertical-align: middle;
}
.add-box{
    width: 215px;
    height: 215px;
    border-radius: 5px;
    border: 2px dashed #2170B8;
    padding: 20px;
    text-align: center;
    display: block;
    position: relative;
    margin: 65px auto;
    cursor: pointer;
}
.add-box i{
    width: 36px;
    height: 36px;
}
.add-box .inner{
    display: inline-block;
    position: relative;
}
.add-box .text-icon{
    padding-left: 46px;
    padding-top: 6px;
    margin-bottom: 30px;
    font-weight: 700;
} 
.form-inline .btn-md{
    padding: 8px 15px !important;
}
.form-tax .form-control{
    width: 400px;
    max-width: 100%;
}
.form-tax .btn-md, .card-select .btn-md{
    min-width: 155px;
}
.card-select {
    padding-left: 30px;
    width: 400px;
    max-width: 100%;
}
.card-select label{
    border: 1px solid #2170B8;
    border-radius: 5px;
    padding: 10px 15px;
    font-weight: 500;
    margin: 10px 0px;
}
.card-select label:before, .card-select label:after{
    left: -30px;
}
.upload-file{
    margin: 5px 0px;
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.upload-file .input input{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.upload-file .input{
    float: left;
    padding: 15px;
    border: 1px dashed #707070;
    font-weight: 500;
    color: #A0A0A0;
    width: 250px;
    max-width: 100%;
    border-radius: 5px;
    text-align: center;
    position: relative;
    display: inline-block;
}
.upload-file .input .btn{
    min-width: 145px;
    margin-bottom: 5px;
}
.upload-file .text{
    float: left;
    width: 200px;
    max-width: 100%;
    padding: 10px 0px 10px 20px;
}
.upload-file .text .inner{
    max-width: 100%;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.upload-file .text .inner i{
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    cursor: pointer;
}
.select-map{
    width: 100%;
    position: relative;
    display: inline-block;
}
.select-map .btn{
    float: left;
    width: 265px;
    max-width: 100%;
}
.select-map .map-box{
    float: left;
    width: calc(100% - 220px);
    padding-left: 30px;
    height: 200px;
}
.bootstrap-tagsinput{
    width: 100%;
    padding: 9px 15px;
}
.bootstrap-tagsinput .tag{
    background: #2170B8;
    font-weight: 400;
    padding: 5px;
    font-size: 13px;
    line-height: 15px;
}
.bootstrap-tagsinput .tag [data-role="remove"]{
    font-size: 16px;
}
hr.in-panel{
    margin-left: -30px;
    width: calc(100% + 60px);
}
.member-body form{
    position: relative;
    width: 100%;
    display: inline-block;
}
.step-footer{
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    background: #fff;
    padding: 15px 30px;
    z-index: 1001;
    box-shadow: 0px -2px 10px rgba(0,0,0,0.1);
    min-height: 72px;
    padding-left: 260px;
}
.step-footer .text{
    float: left;
    width: calc(100% - 280px);
    padding-left: 40px;
    padding-right: 130px;
    position: relative;
    padding-top: 15px;
}
.step-footer .text .symbol{
    position: absolute;
    left: 0px;
    top: 8px;
}
.step-footer .text .step{
    position: absolute;
    right: 0px;
    top: 8px;
}
.step-footer .text .step i:not(.active){
    filter: grayscale(100%) brightness(1.8);
}
.step-footer .text i{
    width: 24px;
    height: 24px;
}
.step-footer .btn-save{
    float: right;
    width: 260px;
}
.progress{
    width: 100%;
    height: 10px;
    margin-bottom: 0px;
    overflow: hidden;
    background-color: #E3E3E3;
    border-radius: 6px;
    border: 0px;
    box-shadow: none;
}
.progress .progress-bar{
    border-radius: 6px;
}
.to-top{
    border: 1px solid #2170B8;
    font-size: 13px;
    line-height: 14px;
    font-weight: 700;
    color: #2170B8;
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    margin: 30px 0px 50px;
    float: right;
}
.to-top span{
    font-size: 18px;
    margin-bottom: 3px;
}
.to-top p{
    margin: 0px;
}
.member-title{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.list-business .list{
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}
.list-business .list .icon{
    width: 215px;
}
.list-business .list .text{
    width: calc(100% - 235px);
    padding-left: 20px;
}
.list-business p{
    margin-bottom: 4px;
}
.step-heart{
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.step-heart .step{
    width: 100%;
    position: relative;
    z-index: 1;
}
.step-heart .step i{
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.step-heart .step .icon{
    width: 25%;
    display: inline-block;
    text-align: center;
    padding-top: 50px;
    position: relative;
    float: left;
}
.step-heart .progress{
    top: 18px;
    left: 0px;
    width: 75%;
    margin-left: calc(17.5% - 45px);
    position: absolute;
}
.step-heart.for-score .progress-bar{
    background: #916C2C;
}
.step-heart.for-score{
    margin: 45px 0px 56px;
    display: inline-block;
    margin-left: -40px;
    width: calc(100% + 80px);
}
.member label{
    font-weight: 600;
}
.member-body ul:not(.nav-tabs){
    padding-left: 20px;
}
.row.is-border-right{
    margin: 0px;
    display: flex;
}
.row.is-border-right .col{
    padding: 25px 30px;
}
.row.is-border-right .col:not(:last-child)
{
    border-right: 1px solid #C3C3C3;
}
.table{
    background: #fff;
}
.table > thead > tr > th{
    background: #2170B8;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
}
.table > tbody > tr > td{
    padding: 20px 15px;
}
.table.no-padding-td > tbody > tr > td{
    padding: 12px 0px;
}
.hidden-desktop{
    display: none !important;
}
.hidden-mobile{
    display: block !important;
}
th.hidden-mobile, td.hidden-mobile{
    display: table-cell !important;
}
.faq-title{
    display: none;
}
.member-menu-page{
    position: relative;
    width: 100%;
    display: inline-block;
}
.member-menu-page .member-menu{
    position: relative;
    width: 100%;
}
.member-menu-page .member-menu .btn-logout{
    margin: 20px auto;
}
.member-menu-page .member-menu li{
    position: relative;
}
.member-menu-page .member-menu li > span{
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -7px;
    color: #282828;
}
.member-menu-page .member-menu ul li a{
    padding-right: 45px;
}
.member-menu-page .to-back{
    margin-bottom: 20px;
}
.table thead.bg-white th{
    background: #fff;
    color: #282828;
    font-weight: 700;
    padding: 10px 15px 20px;
}
.paging{
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 25px;
}
.paging .page{
    font-size: 16px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: .3s ease 0s;
}
.paging .page:not(.active):hover{
    opacity: 0.6;
}
.paging .page.active{
    background: #2170B8;
    color: #fff;
    font-weight: 700;
}
.paging .is-next, .paging .is-prev{
    width: auto;
    padding-left: 20px;
    position: relative;
    margin: 0px 10px;
}
.paging .is-next span, .paging .is-prev span{
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -7px;
}
.paging .is-next{
    padding-right: 20px;
    padding-left: 0px;
}
.paging .is-next span{
    right: 0px;
    left: auto;
}
.paging .disabled{
    display: none;
}
.score-me h2{
    font-size: 30px;
    line-height: 32px;
    margin: 0px;
}
.score-me h2 small{
    font-size: 20px;
    font-weight: 600;
    color: #282828;
}
.tab-filter{
    margin-bottom: 20px;
}
.tab-filter > .body{
    padding: 20px 0px;
}
.tab-filter, .tab-filter > .head, .tab-filter > .body {
    width: 100%;
    position: relative;
}
.tab-filter > .head{
    margin-left: -8px;
    width: calc(100% + 16px);
}
.tab-filter > .head > .inner{
    background: #fff;
    color: #282828;
    padding: 7px 20px;
    border-radius: 18px;
    display: inline-block;
    margin: 5px 8px;
    cursor: pointer;
}
.tab-filter > .head > .inner.active{
    font-weight: 600;
    color: #fff;
    background: #2170B8;
}
.card-score{
    padding: 12px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 15px;
}
.card-score .text{
    width: 100%;
    margin: 10px 0px;
    height: 92px;
    overflow: hidden;
}
.score-detail .text{
    margin-bottom: 50px;
}
.card-score .btn{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.f-how{
    width: 920px;
    max-width: 100%;
    margin: 0 auto;
}
.f-how .inner, .f-how .text, .f-how p{
    text-align: center;
    position: relative;
}
.f-how .inner{
    width: 198px;
    max-width: 100%;
    margin: 35px auto 20px;
}
.f-how .no{
    position: absolute;
    color: #E1ECF7;
    font-size: 100px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 0;
    bottom: 22px;
    font-weight: 700;
}
.f-how .img{
    height: 48px;
    margin-bottom: 15px;
}
.bg-blue{
    background: #2170B8;
}
.share-social .btn{
    border-color: #C3C3C3 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.share-social .text-icon{
    margin: 0px;
    width: auto;
}
.copylink{
    position: relative;
}
.copylink .form-control{
    padding-right: 100px;
}
.copylink .btn{
    position: absolute;
    right: 0px;
    top: 0px;
    font-weight: 700;
    text-decoration: underline;
    color: #2170B8 !important;
}
.my-friend{
    text-align: center;
    padding: 25px 0px;
}
.my-friend .img{
    width: 260px;
    margin: 0 auto 30px;
    max-width: 100%;
}
.my-friend h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}
.top-white{
    width: 100%;
    display: inline-block;
    background: #fff;
    position: relative;
    margin-left: -30px;
    margin-top: -40px;
    width: calc(100% + 90px);
    padding: 40px 60px 30px 30px;
    box-sizing: border-box;
}
.member-body > .bottom > .tab{
    margin-top: -45px;
}
.circle{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FBAD26;
    display: inline-block;
    position: absolute;
    top: 17px;
    right: -15px;
}
.bs-callout{
    border-left: 5px solid #FBAD26;
    padding: 15px;
}
.b-photo .upload-photo{
    margin: 20px 0px 30px;
}
.b-manage{
    margin-bottom: 40px;
}
.b-manage .tab{
    margin-top: 10px;
}
.b-manage > h3{
    margin-top: 30px;
}
.b-manage .tab .tab-content{
    padding-top: 5px;
}   
.member .panel.b-detail-other{
    margin-top: 74px;
}
.panel-heading.has-option .btn-edit, .panel-heading.has-option .btn-option{
    position: absolute;
    right: 20px;
    top: 10px;
}
.panel-heading.has-option{
    padding-right: 150px;
    position: relative;
}
.business-days .radio-select.is-blue .radio > label{
    min-width: 80px;
    font-size: 13px;
    font-weight: 600;
}
.business-hrs .select{
    margin-right: 10px;
    margin-top: 5px;
}
.business-hrs .select select{
    min-width: 140px;
    padding: 7.5px 30px 7.5px 15px;
}
.input-unit{
    position: relative;
}
.input-unit .form-control{
    padding-right: 50px;
}
.input-unit span{
    position: absolute;
    top: 12px;
    right: 12px;
    font-weight: 600;
}
.room-plan{
    margin-left: -5px;
    width: calc(100% + 10px);
    display: inline-block;
}
.room-plan .inner{
    float: left;
    width: calc(20% - 10px);
    margin: 5px;
    text-align: center;
}
.room-plan .text{
    border-radius: 5px;
    border: 1px solid #2170B8;
    padding: 10px 10px 15px;
    background: #fff;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 18px;
}
.room-plan .text img{
    height: 45px;
}
.upload-right-detail{
    display: inline-block;
    margin-top: 10px;
}
.upload-right-detail ul{
    padding-left: 20px;
}
.upload-right-detail .upload-photo{
    width: 200px;
    margin-right: 20px;
}
.modal.modal-checkbox .checkbox{
    width: 100%;
    position: relative;
    margin: 5px 0px;
    font-size: 16px;
    line-height: 21px;
}
.modal.modal-checkbox .checkbox label{
    width: 100%;
}
.modal.modal-checkbox .form-group > label{
    font-size: 14px;
    font-weight: 600;
}
.modal.modal-checkbox .radio-select .radio > label{
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    min-width: 105px;
}
.border-box{
    border-radius: 5px;
    padding: 20px 25px;
    border: 1px solid #ccc;
}
.alert-custom{
    border: 0px;
    color: #282828;
    padding: 20px;
}
.btn-add-option{
    padding: 23px 20px;
    margin-top: -20px;
    position: relative;
}
.btn-add-option .text-icon{
    width: auto;
    display: inline-block;
    padding-left: 45px;
}
.btn-add-option .text-icon i{
    width: 36px;
    height: 36px;
}
.overlay-line{
    position: absolute;
    top: -8px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #fff;
    z-index: 0;
}
.b-chat .btn-toolbar, .b-chat .chat, .b-quotation .btn-toolbar{
    margin-top: 20px;
}
.b-chat .chat-dialog .head .user .text{
    padding-right: 55px;
    position: relative;
}
.b-chat .chat-dialog .head .user .text .btn{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px;
}
.b-chat .chat-dialog .head .user .text .btn i{
    width: 40px;
    height: 40px;
}
.b-chat .chat-dialog .head{
    padding-bottom: 5px;
    padding-top: 20px;
}
.b-chat .note, .b-schedule .note, .b-quotation .note, .b-news .note, .b-dashboard .note{
    text-align: right;
    margin: 30px 0px;
}
.btn-dots{
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 44px;
    padding: 0px 0px 0px 10px;
    position: relative;
}
.btn-dots ~ ul{
    padding: 0px 15px;
    min-width: 170px;
    border: 0px;
    margin-top: 20px;
}
.btn-dots ~ ul > li{
    border-bottom: 1px solid #C3C3C3;
    padding: 15px 0px;
    cursor: pointer;
}
.btn-dots ~ ul > li:last-child{
    border: 0px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 32px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}  
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
} 
.switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 2px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
.switch input:checked + .slider {
    background-color: #2196F3;
}
  
.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
  
.switch input:checked + .slider:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
}
.switch-box{
    position: relative;
    padding-left: 65px;
    display: inline-block;
    margin-top: 5px;
}
.switch-box .switch{
    position: absolute;
    left: 0px;
    top: 0px;
}
.switch-box p{
    margin: 0px;
    padding: 5px;
    font-weight: 600;
}
.member .tab-content .setting{
    padding: 30px 0px;
    border-bottom: 1px solid #C3C3C3;
    margin-bottom: 15px;
}
.member .tab-content .setting.text-right{
    border: 0px;
    padding: 0px;
    margin-top: -50px;
    margin-bottom: 25px;
}
.member .tab-content .setting .select select{
    min-width: 150px;
}
.b-schedule{
    padding-top: 10px;
}
.b-schedule .radio-select .radio > label{
    font-weight: 500;
    font-size: 13px;
    border-color: #C1C1C1;
    color: #9B9B9B;
}
.inline-block{
    width: auto;
    display: inline-block;
}
.user.width-45{
    padding-left: 60px;
    position: relative;
}
.user.width-45 .bg{
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.cursor-default{
    cursor: default;
}
.card-manage{
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
}
.card-manage .img{
    width: 100%;
    height: 185px;
    position: relative;
    border-radius: 0px;
    box-shadow: none;
}
.card-manage .name{
    margin: 12px 0px 5px;
}
.card-manage .desc{
    margin-bottom: 15px;
    height: 65px;
    overflow: hidden;
}
.card-manage .action{
    margin-top: 15px 15px 20px;
}
.card-manage .action > a{
    margin-left: 10px;
}
.card-manage .date{
    font-size: 12px;
    line-height: 18px;
    color: #282828;
}
.card .action > a{
    margin-right: 20px;
}
.b-card .add-box{
    width: 200px;
    height: 190px;
    margin: 70px auto;
}
.select-sorting .select{
    margin-top: -50px;
}
.select-sorting label{
    display: none;
}
.title-chat, .title-vdo{
    display: none;
}
.member .member-menu.for-business .dropdown-toggle{
    display: none;
}
.member .member-menu.for-business .dropdown-menu{
    position: relative;
    background: transparent;
    border: 0px;
    box-shadow: none;
    z-index: 0;
    display: block;
    width: 100%;
    float: initial;
}
.list-tag{
    width: calc(100% + 10px);
    margin-left: -5px;
    position: relative;
    display: inline-block;
}
.list-tag .list{
    float: left;
    margin: 3px 5px;  
    background: #2170B8;
    border-radius: 4px;
    color: #fff;
    padding: 4px 15px;
    display: inline-block;
    font-size: 13px;  
}
.panel-footer{
    background: #fff;
}
.b-manage .panel-footer{
    margin-top: -15px;
    padding: 15px;
}
.b-manage .room-card{
    position: relative;
}
.b-manage .room-card .btn-edit{
    position: absolute;
    top: 0px;
    right: 10px;
}
.b-manage .room-card > h3{
    padding-right: 120px;
}
.b-manage .panel-heading .text-icon{
    float: left;
}
.status{
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    text-align: center;
    color: #555;
    background: #ccc;
    display: inline-block;
    padding: 6px 20px;
}
.status.is-warning{
    color: #FBAD26;
    background: #FFEED1;
}
.status.is-success{
    color: #149D60;
    background: #CFEBDF;
}
.status.is-danger{
    color: #D3322F;
    background: #EBCFCF;
}
.card .img{
    position: relative;
}
.card .img .status{
    top: 20px;
    left: -20px;
    position: absolute;
    border-radius: 30px;
}
.table-all{
    width: 100%;
    text-align: right;
    margin-top: -10px;
}
.table.table-white > thead > tr > th{
    color: #393939;
    background: #fff;
    padding-left: 0px;
    font-weight: 400;
}
.table.table-white > tbody > tr > td{
    padding: 15px 0px;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after{
    position: relative !important;
    top: auto !important;
    right: auto !important;
    display: inline-block !important;
    margin-left: 10px;
    font-size: 12px;
}
.dataTables_scrollBody{
    overflow: hidden;
    overflow-y: auto;
}
.dataTables_scrollBody .table > thead > tr > th {
    opacity: 0 !important;
    width: auto !important;
}
.dataTables_scrollBody .table > thead > tr > th:after{
    position: absolute !important;
}
.b-dashboard .input-group.is-calendar input{
    width: 150px;
}
.b-dashboard .input-group.is-calendar i{
    width: 40px;
    height: 18px;
}
.b-dashboard .font-control{
    padding-top: 8px;
    padding-bottom: 8px;
}
.b-dashboard .form-inline .form-group{
    margin-left: 15px;
}
.b-dashboard .form-grahp{
    margin-top: -6px;
}
.b-dashboard .btn-toolbar{
    font-size: 14px;
    line-height: 21px;
    border-radius: 9px;
    overflow: hidden;
    color: #393939;
}
.b-dashboard .btn-toolbar .btn-group {
    padding: 11px 20px;
}
.b-dashboard .select select{
    border-radius: 0px;
    color: #2145B5;
    min-width: 120px;
}
.b-dashboard .grahp{
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}
/* #map {
    width: 100%;
    height: 100%;
    position: relative;
} */
#map .post{
    border: 0px;
    font-family: 'Kanit';
    font-size: 12px;
    line-height: 18px;
    color: #282828;
    font-weight: 400;
    padding: 0px 20px;
}
#map .post .mode, #map .post .btn-box, #map .post .star label, #map .post .bg i{
    display: none !important;
}
#map .post .head{
    min-height: initial;
    padding-right: 140px;
}
#map .post h3{
    height: auto;
    height: auto;
    font-size: 1.8rem;
    line-height: 20px;
    margin-bottom: 0px;
    color: #282828;
}
#map .post .body .info{
    min-height: initial;
    font-size: 1.5rem;
    line-height: 17px;
    margin: 0px;
    height: 100%;
    max-height: unset;
}
#map .post .body .info .col-xs-6:last-child{
    padding: 0px;
}
.map-box{
    width: 100%;
    height: 200px;
}
#menu li.active{
    position: relative;
}
#menu li.active:after{
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: calc(100% - 10px);
    height: 4px;
    background: #FBAD26;
}
.modal .content{
    width: 600px;
    max-width: 100%;
    margin: 40px auto;
}
.table ul{
    padding-left: 20px;
}
.modal.in{
    overflow-y: auto;
}
.search-history .table td:first-child{
    padding-left: 0px;
    width: 90px;
}
.search-history .table{
    margin-bottom: 50px;
}
ul.has-padding{
    padding-left: 20px;
}
.introjs-tooltip{
    font-size: 14px;
    line-height: 21px;
    color: #282828;
    padding: 20px 20px 15px;
    border-radius: 5px;
    position: relative;
}
.introjs-tooltip h4{
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #FBAD26;
    margin-top: 0px;
}
.introjs-tooltip .introjs-skipbutton{
    position: absolute;
    top: 18px;
    right: 20px;
    background: transparent;
    border: 0px;
    box-shadow: none;
    outline: none;
    font-family: 'Kanit';
    font-size: 14px;
    line-height: 21px;
    margin: 0px;
    padding: 0px;
}
.introjs-tooltip .introjs-nextbutton, .introjs-tooltip .introjs-donebutton{
    background: transparent;
    border: 0px;
    box-shadow: none;
    outline: none;
    font-family: 'Kanit';
    font-size: 14px;
    line-height: 21px;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    text-decoration: underline;
    color: #2170B8;
    position: relative;
    top: auto;
    right: auto;
}
.introjs-tooltip .introjs-prevbutton{
    background: transparent;
    border: 0px;
    box-shadow: none;
    outline: none;
    font-family: 'Kanit';
    font-size: 14px;
    line-height: 21px;
    margin: 0px;
    padding: 0px;
    float: left;
}
.introjs-tooltip .introjs-prevbutton span{
    font-size: 12px;
}
.introjs-tooltip .introjs-tooltipbuttons{
    display: inline-block;
    width: 100%;
}
#map-detail{
    width: 100%;
    max-width: 600px;
    height: 280px;
}

.home-news{
    width: 100%;
    position: relative;
}
.home-news{
    padding: 85px 65px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #fff;
}
.home-news .bg:after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(33,112,184,1) 0%, rgba(0,55,160,1) 50%);
    opacity: 0.77;
}
.home-news .text{
    position: relative;
}
.symbol-range{
    position: absolute;
    top: 10px;
    left: -4px;
}

.business-box .inner{
    display: none;
}
.business-box .inner > p{
    margin-bottom: 15px;
    font-size: 15px;
}

/* 2021-02-01 */
.radio-box .radio > input[disabled] ~ label .m-icon-mice, .radio-box .checkbox > input[disabled] ~ label .m-icon-mice{
    -webkit-filter: brightness(1.8) grayscale(100%);
    filter: brightness(1.8) grayscale(100%);
}
.radio-box .radio .m-icon-mice, .radio-box .checkbox .m-icon-mice, .list-business .icon .m-icon-mice{
    margin-bottom: 5px;
}
.banner .m-icon{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

/* 2021-02-08 */
.note-red{
    color: #d3322f;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
.btn-save-box{
    margin-top: 20px;
}
.btn-save-box .btn{
    margin: 5px;
    min-width: 170px;
}
.tab .nav-tabs li.disabled a, .member-menu .dropdown-item.disabled a{
    color: #999 !important;
    opacity: 1;
}

.checkbox.no-edit, .radio.no-edit{
    position: relative;
}
.checkbox.no-edit:after, .radio.no-edit:after{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: not-allowed;
    opacity: 0;
    z-index: 5;
}

/* addition */
.banner-addition .item{
    width: 100%;
}
.banner-addition img{
    width: 100%;
}
.banner-addition .owl-nav button.owl-prev{
    left: calc((100vw - 1170px)/2);
    margin-left: -15px;
    color: #fff;
}
.banner-addition .owl-nav button.owl-next{
    right: calc((100vw - 1170px)/2);
    margin-right: -15px;
    color: #fff;
}
.section-banner-addition{
    padding-bottom: 0px;
}
.promotion.is-fixed .promotion-box .body{
    height: 375px;
    overflow-y: hidden;
    padding-bottom: 50px;
    position: relative;
}
.promotion.is-fixed .promotion-box .body .btn-more{
    position: absolute;
    left: 0px;
    bottom: 0px;
}

/* 2021-04-19 */
.article .img{
    width: 100%;
    height: 195px;
    position: relative;
}
.post-related-slide .mode{
    height: 56px;
    overflow: hidden;
}
.post-related-slide .mode .inner{
    margin-top: 4px;
}
.post-related-slide .post .body .info{
    margin-top: 8px;
}
.search-result .post:not(.style-2):not(.style-3) .head h3{
    width: 60%;
}
.select-map .map-box{
    width: 100%;
    padding: 0px;
    margin-top: 20px;
    background: #f1f1f1;
    height: 300px;
}
.card-member > .row > .col-xs-6:first-child p{
    height: 42px;
    overflow: hidden;
}
.card-member > .row > .col-xs-6:nth-child(1) .form-group, .card-member > .row > .col-xs-6:nth-child(2) .form-group{
    margin-bottom: 10px;
}
.card-member p{
    margin: 0px;
}
.room-card.is-hotel .row:first-child .col-sm-6:first-child .form-group{
    height: 195px;
    overflow: hidden;
}
.faq-page .panel-group .panel-heading a{
    padding-right: 30px;
}
.post-page .post-info > .row > .col-sm-4.pull-right + .col-sm-8{
    float: left;
}

/* hidden */
.banner-match, #menu > ul > li:nth-child(5), header .navbar-user ul > li:nth-child(1), header .navbar-user ul > li:nth-child(3), header .navbar-user ul > li:nth-child(4), header .navbar-user ul > li:nth-child(5), .member-menu:not(.for-business) ul > li:nth-child(1), .member-menu:not(.for-business) ul > li:nth-child(3), .member-menu:not(.for-business) ul > li:nth-child(4), .member-menu:not(.for-business) ul > li:nth-child(5), .member-menu.for-business ul > li:nth-child(3), .member-menu.for-business ul > li:nth-child(4), .member-menu.for-business ul > li:nth-child(5), .member-body .bottom > .tab > .nav-tabs > li:nth-child(2), .member-body .bottom > .tab > .nav-tabs > li:nth-child(3), .member-body .bottom > .tab > .nav-tabs > li:nth-child(7), .b-status .col:nth-child(2) .font-link, .b-status .col:nth-child(3), .footer-menu > li:nth-child(1) > ul > li:nth-child(2) {
    /* display: none !important; */
}
/*
.banner-search .btn-orange{
    color: #959595 !important;
    background: #CCCCCC !important;
    border-color: #CCCCCC !important;
}
.banner-search .owl-item:last-child .item .text:after, .under-banner.banner-search .text:after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50px;
    z-index: 1;
    cursor: not-allowed;
}
*/
.popup-search > .row > .col-sm-9{
    width: 100%;
}
.popup-search > .row > .col-sm-3{
    display: none !important;
}
.b-status .col:nth-child(2){
    border: 0px !important;
}
.post-page .post-info > .row > .col-sm-4.pull-right + .col-sm-8{
    float: left;
}

/* hidden 2 */
.article .img{
    width: 100%;
    height: 195px;
    position: relative;
    background: #e3e3e3;
    overflow: hidden;
}
.post-page .post-title .btn-box{
    /* display: none !important; */
}
.post-page .post-info > .row > .col-sm-4.pull-right + .col-sm-8{
    float: initial;
    display: grid;
}
.post:not(.style-2):not(.style-3) .mode{
    width: 60%;
    text-align: right;
}
.search-result .post:not(.style-2):not(.style-3) .head h3{
    width: 40%;
}

/* 2021-05-05 */
.short-search{
    display: none !important;
}
.alert-warning{
    color: #282828;
    background: #ffe7bc;
    border: 1px solid #ffcc77;
    margin-bottom: 5px;
}
.alert-warning .text-icon{
    padding-left: 30px;
}
.alert-warning .text-icon i{
    width: 20px;
    height: 20px;
}

/* 2021-06-12 */
.post-page .btn-chat{
    display: none;
}
.post-page .post-slide .overlay{
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 1;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
}
.post-page .post-slide .overlay span{
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
}
.post-cover .post-logo{
    z-index: 5;
}
.promotion-box2{
    float: left;
    width: 100%;
    position: relative;    
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    padding: 25px 0px;
    border-bottom: 1px solid #e0e0e0;
    opacity: 1 !important;
}
.promotion-box2:first-child{
    padding-top: 10px;
}
.promotion-box2 .img{
    float: left;
    width: 250px;
    max-width: 100%;
    position: relative;
    display: inline-block;
}
.promotion-box2 .text{
    float: left;
    width: calc(100% - 250px);
    max-width: 100%;
    position: relative;
    display: inline-block;
    padding: 0px 30px;
}
.promotion-box2 .topic{
    margin-bottom: 5px;
}
.promotion-box2 .date{
    margin: 20px 0px 0px;
}
.post-gallery .item,
.body-list-images .item{
    width: 100%;
    height: 500px;
    position: relative;
}
.post-gallery .owl-nav button.owl-next, 
.post-gallery .owl-nav button.owl-prev,
.body-list-images .owl-nav button.owl-next,
.body-list-images .owl-nav button.owl-prev{
    color: #2170B8;
    margin-top: -60px;
    font-size: 22px;
}
.post-gallery .owl-nav button.owl-next.disabled, 
.post-gallery .owl-nav button.owl-prev.disabled,
.body-list-images .owl-nav button.owl-next.disabled, 
.body-list-images .owl-nav button.owl-prev.disabled
{
    display: none;
}
.post-gallery .owl-dots,
.body-list-images .owl-dots
{
    width: calc(100% + 16px);
    position: relative;
    display: inline-block;
    margin-left: -8px;
    margin-top: 15px;
}
.post-gallery .owl-dot,
.body-list-images .owl-dot{
    float: left;
    width: calc(12.5% - 16px);
    height: 75px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 8px;
}
.post-gallery .owl-dot.active,
.body-list-images .owl-dot.active
{
    border: 4px solid #2170B8;
    border-radius: 3px;
    overflow: hidden;
}
.post-gallery .owl-dot img,
.body-list-images .owl-dot img
{
    width: 100%;
}
#modal-gallery{
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
#modal-gallery .modal-header{
    padding: 15px;
}
#modal-gallery .modal-body{
    padding-bottom: 30px;
}
#modal-gallery .modal-dialog{
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-top: 0px;
    margin-bottom: 0px;
}
#modal-gallery.in .modal-dialog{
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.btn-delete{
    color: #6d6d6d !important;
    background: transparent !important;
    border: 0px !important;
    font-weight: 500;
    padding: 0px;
}
.btn-delete i{
    filter: grayscale(100%);
    top: 2px;
}
.btn-red-outline{
    color: #D3322F !important;
    background: #fff !important;
    border-color: #D3322F !important;
}
.b-manage .room-card .btn-delete{
    float: right;
    margin-top: 10px;
}
.filter .form-group > .form-group{
    margin-bottom: 8px;
}
.btn-box-admin .btn{
    min-width: 150px;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-right: 10px;
}
.admin-box{
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.admin-box .form-group {
    margin-bottom: 20px;
}

/* 2021-06-28 */
.news-page .article-box .article .text{
    height: 60px;
    overflow: hidden;  
}

.chatbox img{
    max-height: 250px;
    cursor: pointer;
}


/* 2021-08-17 */
/* #feedback-btn{
    bottom: 25%;
    right: -20px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    position: fixed;
    font-size: 16px;
    line-height: 26px;
    padding: 11px 30px;
    background: #2170B8;
    transform-origin: top center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-radius: 10px 10px 0px 0px;
    z-index: 1000;
    border: 0px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 18%)
} */

#feedback-btn{
    bottom: 25%;
    right: 0;
    color: #2170B8;
    font-weight: 400;
    position: fixed;
    font-size: 12px;
    line-height: 20px;
    padding: 6px 5px;
    background: #DBEDFE;
    border-radius: 7px 0px 0px 7px;
    z-index: 1000;
    border: 0px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 18%);
}
#feedback-btn img{
    width: 30px;
}
#feedback{
    position: fixed;
    right: 15px;
    bottom: 15%;
    width: 350px;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    z-index: 3000;
    display: none;
}
#feedback:before{
    content: '';
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.8);
}
#feedback .head{
    background: #2170B8;
    color: #fff;
    padding: 20px;
    border-radius: 8px 8px 0px 0px;
    position: relative;
}
#feedback .body{
    background: #fff;
    padding: 20px;
    height: 45vh;
    max-height: 300px;
    overflow-y: auto;
    font-size: 13px;
    position: relative;
}
#feedback .footer{
    background: #fff;
    color: #2170B8;
    padding: 20px;
    border-radius: 0px 0px 8px 8px;
    position: relative;
}
#feedback .footer .btn{
    min-width: 100px;
}
#feedback .btn-close{
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 37px;
    padding: 0px;
    border: 0px !important;
    position: absolute;
    right: -8px;
    top: -10px;
    cursor: pointer;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    z-index: 2;
}
#feedback .btn-close i{
    width: 12px;
    height: 12px;
}
#feedback .radio > label::after{
    left: 0px;
    top: 2px !important;
}
#feedback .radio > label::before{
    top: 1px;
}
#feedback .feedback-step{
    color: #ccc;
    font-weight: 600;
    margin: 8px 0px;
}
#feedback .inner:not(:first-child){
    display: none;
}
#feedback .checkbox textarea{
    margin-top: 5px;
}
#feedback .feedback-thankyou{
    text-align: center;
    font-weight: 500;
    color: #2170B8;
    font-size: 15px;
    line-height: 26px;
    padding-top: 100px;
}

/* 2021-09-16 */
header .user .img .bg{
    border-radius: 50%;
    overflow: hidden;
}
.step-heart .step .icon:not(.active){
    position: relative;
    filter: grayscale(1) brightness(1.5);
}
.step-heart .step .icon:not(.active):after{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: not-allowed;
}
.slider{
    width: 100% !important;
}
.slider-box{
    padding-top: 30px;
}
.slider-box input{
    border: 1px solid #d6d5d5 !important;
    padding: 2px 5px !important;
    left: 0px;
    top: 0px;
    display: inline-block;
    min-width: initial;
    width: 80px;
}
.slider-box input.slider-end{
    left: auto;
    right: 0px;
}
.form-search .btn-close{
    right: 0px;
}
.form-search .btn-search{
    right: 30px;
}

/* 2021-10-02 */
.promotion.is-fixed .promotion-box .head{
    min-height: 70px;
}
.promotion.is-fixed .promotion-box .body{
    height: auto;
    padding-bottom: 0px;
    overflow: initial;
}
.promotion.is-fixed .promotion-box .body :nth-child(2){
    height: 20px;
    overflow: hidden;
}
.promotion.is-fixed .promotion-box .body :nth-child(3){
    height: 55px;
    overflow: hidden;
}
.promotion.is-fixed .promotion-box .body img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-top: 5px;
}
.promotion.is-fixed .promotion-box .body .btn-more{
    position: relative;
    bottom: auto;
    left: 0px;
}
.news-detail .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.news-detail .row > [class*='col-']{
    display: flex;
    flex-direction: column;
}

/* 2021-10-25 */
.tag-title{
    width: 100%;
    position: relative;
    padding: 2px 20px;
    font-weight: 700;
    border-left: 3px solid #1861b1;
}
.tag-control{
    width: 100%;
    position: relative;
}
.tag-box{
    width: 1000px;
    max-width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 25px;
    transition: .3s ease 0s;
}
.tag-box .img{
    float: left;
    width: 230px;
    height: 150px;
    margin-right: 30px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.tag-box .text{
    float: left;
    width: calc(100% - 260px);
    padding: 20px 0px;
}
.tag-box .text h4{
    overflow: hidden;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tag-box .text p{
    height: 42px;
    overflow: hidden;
}
.tag-box .text p, .tag-box .text h4{
    margin: 0px 0px 15px;
}
.tag-box .text .date{
    color: #a6a6a6;
}
.tag-more{
    text-align: center;
    padding: 50px 0px;
}
.step-heart .step .icon.active + .icon{
    filter: none !important;
}
.step-heart .step .icon.active + .icon:after{
    display: none !important;
}
.step-heart .step .icon.active + .icon .m-icon{
    filter: grayscale(1) brightness(1.5);
}
header .user .dropdown-menu{
    height: calc(100vh - 120px);
    overflow-y: auto;
}

/* 2021-12-06 */
.input-time{
    display: inline-block;
}
.tag-control .post:first-child{
    margin-top: 30px;
}
header .user .dropdown-menu li a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.step-footer{
    position: absolute;
    bottom: 0px;
    z-index: 50;
    bottom: 0px !important;
}
.step-heart .step .icon.active .m-icon{
    filter: none !important;
}

/* 2021-12-18*/

.item-content{
    text-align: center;
    cursor: pointer;
    margin-bottom: 4rem;
}
.item-content img{
    height: 200px;
    width: 100%;
    margin: auto;
    object-fit: contain;
    min-height: 200px;
}
.item-content  p{
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    margin: 10px 0;
}
.bloack-requeset{
    margin-top: 5rem;
  background: rgb(29,105,182);
    background: linear-gradient(90deg, rgba(29,105,182,1) 0%, rgba(2,55,160,1) 100%);
    overflow: hidden;
}
.bloack-requeset .card{
    /* width: calc(100% - 20px); */
    padding: 10px 5rem;
    width: auto;
    display: inline-flex;
}
.bloack-requeset .item-card{
    width: 266px;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
}
.bloack-requeset .item-detail{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    height: 315px;
}
.bloack-requeset .item-detail .head-item{
    width: 100%;
}
.bloack-requeset .item-detail .head-item .logo{
    width: 25%;
    float: left;
}
.bloack-requeset .item-detail .head-item .logo img{
    border-radius: 100%;
    min-height: 50px;
    max-height: 54px;
}
.bloack-requeset .item-detail .head-item .title-right{
    width: 71%;
    float: left;
    font-size: 20px;
    margin-left: 4%;
    margin-top: 5px;
    color: #2170B8;
    min-height: 84px;
    line-height: 22px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 45px;
}
.bloack-requeset  .body-item img{
    border-radius: 0;
    height: 120px;
    object-fit: cover;
    width: 100%;
    box-shadow: unset;
    margin-top: 10px ;
}
.bloack-requeset  .body-item p{
    color: #2170B8;
    line-height: 22px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    min-height: 45px;
    margin-top: 10px;
}
.bloack-requeset  .btn-request{
    width: 100%;
    padding: 8px 15px;
    margin: auto;
    display: block;
    background: linear-gradient( 
    90deg, rgba(29,105,182,1) 0%, rgba(2,55,160,1) 100%)!important;
    color: #fff!important;
    max-width: 185px;
    min-width: auto;
}
.bloack-requeset  .btn-request .glyphicon{
    display: none;
}
.step-line{
    position: relative;
    text-align: center;
    margin-top: 2rem;
}
.step-line::after{
    content: "";
    border-top: 4px dashed #FBAD27;
    width: 100%;
    display: block;
    position: absolute;
    top: 23px;
    left: 55%;
    z-index: 0;
}

.step-line p{
    color: #fff;
    font-size: 16px;
    background-color: #FBAD27;
    border-radius: 100%;
    padding: 14px;
    width: 49px;
    text-align: center;
    margin: auto;
    z-index: 1000;
    font-weight: 600;
}
.bloack-requeset-step{
    display: flex;
    margin-bottom: 3rem;
}
.block-request-all{
    padding: 25px 15px 15px 15px;
    text-align: center;
    margin-bottom: 4rem;
    background-position: 100% 68%;
    background-size: 100%;
}
.block-request-all p{
    margin-bottom: 5px;
    color: #fff;
}
.btn.btn-request-all{
    background-color: #FBAD27!important;
    color: #fff!important;
    border: 0!important;
    padding: 8px 20px;
    margin-bottom: 5px;
}

.featured-image{
    text-align: center;
}
.featured-image img{
    margin: auto;
}

.block-description h1{
    color: #0047A7;
    margin-bottom: 0;
}
.block-description .date-label{
    color: #666;
    margin-top: 0;
    font-size: 16px;
    font-weight: normal;
}
.step-line.step-end::after{
 display: none;
}
.scroll-bloack-requeset{
    overflow-y: hidden;
    overflow-x: auto;
}
.m-0{
    margin: 0;
}

.border-radius-0{
    border-radius: 0!important;
}
.block-map{
    margin-top: 4rem;
}
#map{
    width: 100%;
    height: 600px;
}
.btn-request.btn-view-website{
    border:1px solid #0C49A8!important;
    background: #fff!important;
    color: #0C49A8!important;
}
.card-shadow-coupon{

}
.card-manage-coupon{
    position: relative;
    max-width: 220px;
    margin: 20px auto;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 18%);
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.18);
}
.card-manage-coupon .logo{
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
.card-manage-coupon .logo img{
    margin: auto;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.card-manage-coupon .detail-text{
    text-align: center;
}
.card-manage-coupon .detail-text h4,
.card-manage-coupon .detail-text h1,
.card-manage-coupon .detail-text h3{
    margin: 7px 0;
}
.card-manage-coupon .detail-text h4 span{
     margin-bottom: 0;
    height: 34px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    max-width: 90%;
}
.card-manage-coupon .detail-text h1{
    font-size: 3rem;
}
.card-manage-coupon .detail-text h3{
    
}
.card-manage-coupon .progress{
    margin-top: 15px;
}
.card-manage-coupon .progress .progress-bar{
    font-size: 10px;
    line-height: 12px;
}

.coupon-description{
    max-width: 220px;
    margin: 15px auto;
    
}
.coupon-description p{
    font-weight: 500;
    font-size: 1.6rem;
}
.coupon-description p.coupon-date{
    color: #2170B8;
    font-weight: normal;
}

#swiper_business{
    padding: 4rem;
    position: relative;
}
.title-mice-route-list{
    line-height: 22px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    min-height: 45px;
    margin-top: 10px;
        width: 100%;
}
.message-validate-code{
    color: green;
    font-size: 14px;
}
#modal-coupon #description{
    resize: auto;
}

.pointer{
    cursor: pointer;
}

.swal2-container{
        z-index: 9999!important;
}

.color-red{
    color: red!important;
}
#show_message_coupon{
    color: #5C9F5F;
    margin-bottom: 10px;
    font-size: 12px;
}
#show_message_coupon p{
    margin: 0;
}
.coupon-description {
    margin-bottom: 0;
    }
.coupon-description .detail{
 line-height: 22px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    min-height: 45px;
}

.input-button-right{
    position: relative;
}
.input-button-right button{
    width: auto;
    position: absolute;
    right: 5px;
    top: 7px;
}
.input-button-right .btn-use-coupon{
    width: auto;
}

@media(max-width:1199px){
    .bloack-requeset .item-card{
        width: 100%;
    }
}

#swiper_business .swiper-pagination {
    display: contents;
}
#swiper_business .swiper-pagination .swiper-button-next,
#swiper_business .swiper-pagination .swiper-button-prev{
    background: rgba(0,0,0,0.2);
    color: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    top: 40%;
}
#swiper_business .swiper-pagination .swiper-button-next{
    right: 5px;
}
#swiper_business .swiper-pagination .swiper-button-prev{
    left: 5px;
}
#swiper_business .swiper-pagination .swiper-button-next::after,
#swiper_business .swiper-pagination .swiper-button-prev::after{
    font-size: 2rem;
    font-weight: bold;
}
.coupon-list-vertical .card-manage-coupon{
    max-width: 450px;
    width: 100%;
    margin: 10px auto;
    display: flex;
    border-radius: 20px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 18%);
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.18);
}

.coupon-list-vertical .card-manage-coupon .logo{
    text-align: center;
    width: calc(25% - 10px);
    float: left;
    margin: 15px 0;
    margin-top: 30px;
    margin-right: 14px;
}
.coupon-list-vertical .card-manage-coupon .logo img{
    width: 68px;
    height: 65px;
}
.coupon-list-vertical .card-manage-coupon .detail-text{
    text-align: left;
    width: calc(75% - 10px);
    float: left;
    margin-left: 10px;
    border-left: 2px dashed #8DB5DA;
    padding-left: 25px;
    margin: 5px 8px;
}
.coupon-list-vertical .card-manage-coupon .detail-text h4{
    font-size: 3rem;
    display: flex;
    align-items: center;
}
.coupon-list-vertical .card-manage-coupon .detail-text p{
    margin-bottom: 0;
    height: 38px;
    line-height: 22px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    word-break: break-word;
}
.coupon-list-vertical .card-manage-coupon .progress{
    margin-top: 5px;
}
.box-copy .input-button{
    position: relative;
    margin-top: 10px;
}
.box-copy .input-button input{
    width: 65%;
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 37px;
    padding: 5px 15px;
    font-size: 1.5em;
    color: #000;
}
.box-copy .input-button input:read-only {
  background-color: #fff!important;
}
.box-copy .input-button button{
    width: 25%;
    min-width: 68px;
    float: left;
    padding: 7px 5px;
    background-color: #337AB6!important;
    color: #fff!important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.card-manage-coupon .progress{
    position: relative;
    width: 100%;
}
.value-progress{
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 10px;
    margin-top: -5px;
    color: #fff;
}
.circle-shadow{
    position: absolute;
    width: 60px;
    height: 60px;
    overflow: hidden;
}
.coupon-list-vertical .circle-shadow{
    left: 21%;
}
.coupon-list-vertical .card-manage-coupon::after,
.coupon-list-vertical .card-manage-coupon::before{
    display: none;
}
.circle-shadow::before{
    position: absolute;
    top: 35%;
    content:"";
    color: #F5F7FC;
    width: 35px;
    height: 35px;
    background: #F5F7FC;
    -moz-border-radius: 70px; 
    -webkit-border-radius: 70px; 
    border-radius: 70px;
    /* box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.44) inset;
    -webkit-box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.44) inset;
     -moz-box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.44) inset; */
}
.circle-shadow::after{
    position: absolute;
    content: "";
    color: #F5F7FC;
    width: 35px;
    height: 30px;
    background: #f4f7fa;
    border-radius: 0;
}



.coupon-list-vertical .circle-shadow.top{
    top: -7px;
}
.coupon-list-vertical .circle-shadow.top::before{
    left: 25%;
    top: -10px;
    box-shadow: inset 0px -1px 3px 2px rgb(0 0 0 / 8%);
    -webkit-box-shadow: inset 0px -1px 3px 2px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0px -1px 3px 2px rgb(0 0 0 / 8%);
}
.coupon-list-vertical .circle-shadow.top::after{
    top: -26px;
    left: 15px;
}
.coupon-list-vertical .circle-shadow.bottom{
    bottom: -7px;
}
.coupon-list-vertical .circle-shadow.bottom::before{
    bottom: -10px;
    top: unset;
    left: 25%;
    box-shadow: inset 0px 1px 3px 2px rgb(0 0 0 / 8%);
    -webkit-box-shadow: inset 0px 1px 3px 2px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0px 1px 3px 2px rgb(0 0 0 / 8%);
}

.coupon-list-vertical .circle-shadow.bottom::after{
    bottom: -25px;
    left: 15px;
}
.coupon-list-vertical .card-manage-coupon .logo p{
    margin-bottom: 0;
    height: 38px;
    line-height: 22px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.circle-shadow.left{
    top: 35%;
    left: -7px;
}
.circle-shadow.left::before{
    left: -3px;
    top: 0;
    box-shadow: inset 0px -1px 3px 2px rgb(0 0 0 / 8%);
    -webkit-box-shadow: inset 0px -1px 3px 2px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0px -1px 3px 2px rgb(0 0 0 / 8%);
}
.circle-shadow.left::after{
    top: 3px;
    left: -3px;
    position: absolute;
    content: "";
    color: #F5F7FC;
    width: 15px;
    height: 28px;
    background: #f5f7fc;
    border-radius: 0;
}
.circle-shadow.right{
    top: 35%;
    right: -7px;
}
 .circle-shadow.right::before{
    right: -3px;
    top: 0;
    box-shadow: inset 0px -1px 3px 2px rgb(0 0 0 / 8%);
    -webkit-box-shadow: inset 0px -1px 3px 2px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0px -1px 3px 2px rgb(0 0 0 / 8%);
}
.circle-shadow.right::after{
    top: 3px;
    right: -3px;
    position: absolute;
    content: "";
    color: #F5F7FC;
    width: 15px;
    height: 28px;
    background: #f5f7fc;
    border-radius: 0;
}
/* .coupon-list-vertical .card-manage-coupon::before{
    left: 25%;
    top: -18px;
    box-shadow: 0px 4px 0px 0px rgb(0 0 0 / 6%);
    -webkit-box-shadow: 0px 4px 0px 0px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px 4px 0px 0px rgb(0 0 0 / 6%);
}
.coupon-list-vertical .card-manage-coupon::after{
    bottom: -18px;
    top: unset;
    left: 25%;
    box-shadow: 0px -3px 0px 1px rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0px -3px 0px 1px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0px -3px 0px 1px rgb(0 0 0 / 7%);
} */
.sec-coupon-list{
    background-color: #fff;
    padding: 0;
}
.coupon-header{
    height: 100px;
    padding: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    align-items: center;
}
.coupon-header h2{
    color: #fff;
    font-size: 2.5em;
    font-weight: 500;
    margin: 0!important;
    z-index: 100;
}
.coupon-header a.btn{
    height: 35px;
    z-index: 100;
}

.coupon .fa-info-circle{
    font-size: 0.6em;
    cursor: pointer;
    color: #B7B7B7;
    margin-left: 5px;
}
.coupon .fa-info-circle:hover{
    color: #000;
}
.d-contents{
    display: contents!important;
}
.coupon .tooltip{
    word-break: break-word;
    min-width: auto;
}
.quotation-style .panel-body{
    border-bottom: 1px solid #E3E3E3;
}
.quotation-style .border-box{
    padding: 0;
    border: 0;
}
.quotation-style  hr{
    display: none;
}
.quotation-style .card-item{
    border-radius: 15px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 25px 15px;
    text-align: center;
    margin-bottom: 1em;
}
.quotation-style .h-title{
    margin-top: 0;
}
.quotation-style .h-title label{
    color: #A2A2A2;
    font-size: 13px;
    font-weight: 400;
}
.quotation-style .h-title span{
    color: #2573B9;
    font-size: 1.1em;
    font-weight: 500;
}
.quotation-style .card-item label{
    font-weight: 400;
    color: #818181;
}
.quotation-style .card-item label i{
    display: flex;
    font-size: 1.1em;
    color: #fff;
    height: 20px;
    background: #2573b9;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.quotation-style .card-item  p{
    font-size: 1.4em;
    font-weight: 600;
}
.quotation-style .card-item.text-left{
    text-align: left;
}
.quotation-style .card-item p.font-normal{
    font-weight: 400;
}
a.mice_route_link{
    color: #2573B9;
}
.card-manage{
    word-break: break-word;
}


.tooltip-show{display:inline;position:relative}
.tooltip-show:hover{text-decoration:none}

.tooltip-show:active:after{
   background:#111;
   background:rgba(0,0,0,.8);
   border-radius:5px;
   bottom:35px;
   color:#fff;
   content:attr(title);
   display:block;
   left:50%;
   padding:5px 15px;
   position:absolute;
   white-space:nowrap;
   z-index:98;
   transition-duration: 5s;
  }
.tooltip-show:active:before{
    border:solid;
    border-color:#111 transparent;
    border-width:6px 6px 0 6px;
    bottom:29px;
    content:"";
    display:block;
    left:75%;
    position:absolute;
    z-index:99;
    transition-duration: 5s;
   }
.coupon-header{
    position: relative;
    margin-bottom: 10px;
}
.coupon-header .img-dropshadow{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    /* background-color: rgba(0,0,0,0.4); */
    z-index: 90;
    left: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: linear-gradient(0deg, rgba(33,112,184,1) 0%, rgba(0,55,160,1) 100%);
}

.section-coupon {
    background-color: #2170B8;
    margin-bottom: 4px;
}
.section-coupon  h2{
    color: #fff;
}
.section-coupon .circle-shadow::before,
.section-coupon .circle-shadow::after
{
    color: #2170B8;
    background: #2170B8;
}
.coupon-date{
    font-size: 11px;
    display: inline-block;
}

.card-manage  .progress{
    width: 100%;
    height: 10px;
    margin-bottom: 0px;
    overflow: hidden;
    background-color: #3ec72a;
    border-radius: 6px;
    border: 0px;
    box-shadow: none;
}
.card-manage .progress .progress-bar{
    border-radius: 6px;
    background-color: #a1a1a1;
}

.coupon-list .section-coupon{
    background-color: #fff;
}
.coupon-list .section-coupon .circle-shadow::before, 
.coupon-list .section-coupon .circle-shadow::after{
    background-color: #fff;
}
#modal-tutorial .modal-body{
    padding: 0;
}
#modal-tutorial .modal-body.pd-40 .close{
    margin: 0;
    position: absolute;
    right: 5px;
    top: 5px;
}
#modal-tutorial .close .m-icon{
 
}
#modal-tutorial .modal-footer{

}
@media(max-width:500px){
    .coupon-header{
        margin-bottom: 0;
        height: auto;
        justify-content: center;
        vertical-align: middle;
        align-items: center;
        flex-direction: column;
    }
    .coupon-header h2{
        font-size: 2em;
        text-align: center;
    }
}

@media(max-width: 1299px)
{
    .box-copy .input-button input
    {
        font-size: 16px;
    }
}
@media(max-width:475px){
    /* .coupon-list-vertical .card-manage-coupon .logo p{
        height: 44px
    }
    .coupon-list-vertical .card-manage-coupon{
        display: inline-block;
    }
    .coupon-list-vertical .card-manage-coupon .logo,
    .coupon-list-vertical .card-manage-coupon .detail-text{
        padding:15px;
        margin: 0;
        width: 100%;
        display: grid;
    }
    .coupon-list-vertical .card-manage-coupon .detail-text{
        border: 0;
        border-top: 2px dashed #8DB5DA;
    } */
    /* .box-copy .input-button input{
        width: 71%;
    } */
    /* .coupon-list-vertical .circle-shadow.bottom{
        top: 128px;
        right: -9px;
        left: unset;
        transform: rotate(-90deg);
    }
    .coupon-list-vertical .circle-shadow.top{
        top: 128px;
        left: -9px;
        transform: rotate(-90deg);
    } */
    .coupon-list-vertical .card-manage-coupon{
        max-width: 300px;
    }
    .card-shadow-coupon{
        text-align: center;
    }
    .card-manage-coupon{

    }
    .coupon-list-vertical .card-manage-coupon .logo{
        margin-top: 20px;
    }
    .coupon-date{
        font-size: 10px;
    }
    .coupon-list-vertical .card-manage-coupon .progress
    {
        margin: 0;
    }
    .box-copy
    {
        font-size: 9px;
    }
    .coupon-list-vertical .box-copy .input-button button
    {
        min-width: unset;
        font-size: 11px;
        padding: 0 5px;
        height: 25px;
    }
    .coupon-list-vertical  .box-copy .input-button input
    {
        height: 25px;
        width: 75%;
    }
    .coupon-list-vertical .card-manage-coupon .detail-text
    {
        font-size: 12px;
        padding-left: 10px;
    }
    .coupon-list-vertical .card-manage-coupon .detail-text h4
    {
        font-size: 16px;
        line-height: 30px;
        height: 20px;
        margin: 0;
        margin-bottom: 3px;
    }
    .coupon-list-vertical .card-manage-coupon .detail-text p
    {
        height: 28px;
        font-size: 11px;
        line-height: 13px;
    }
    .coupon-list-vertical .card-manage-coupon .logo p
    {
        font-size: 12px;
        line-height: 15px;
    }
}

.bloack-requeset  .body-item p{
    width: 100%;
}
.coupon-description{
    display: grid;
}
span.text-fix-row{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 150px;
    display: inline-block;
    line-height: 9px;
    padding-top: 5px;
}
.badge-standard{
    padding: 7px;
    background: #D1ECFA;
    color:#4F95CC;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-size: 1.4rem;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    display: inline-flex;
    margin-right: 0.5rem;
    border-radius: 3px;
    min-height: 32px;
    
}
.badge-standard img{
   width: 18px;
}
.badge-standard span{
    padding-left: 3px;
 }
 .margin-top-2{
     margin-top: 1rem;
 }
 .overflow-auto{
     overflow: inherit;
 }
 .btn-close-autocomplete{
     font-size: 3rem;
 }
 .ol-list{
    list-style-position: inside;
}
.ol-list li{
    text-indent: 2em;
}

/* 2022-06-07 */
.tooltip-inner {
    width: max-content; 
    max-width: 25vw;
}

/* 2022-06-09 */
span.text-fix-row{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 150px;
    display: inline-block;
    line-height: 9px;
    padding-top: 5px;
}
 .add-business .tooltip-inner{
    max-width: 200px;
 }


 html .text-line-category-6{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
 }

 .select.border-under.select-package-order select{
    padding-left: 15px;
}

/* customize style close btn  */
#btn-close {
    position: relative;
    right: 0px;
    top: 0px;
    z-index: 10;
    background-color: #FFFFFF;
    padding: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #D3D3D3 !important;
}

#btn-close::before {
    display: none;
}

#btn-close::after {
    display: none;
}

#btn-close-customize {
    position: relative;
    right: 0px;
    top: 0px;
    z-index: 10;
    background-color: #FFFFFF;
    padding: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #D3D3D3 !important;
}

#close {
    position: absolute;
    left: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
}

#close:hover {
    background-color: #D3D3D3;
}

#btn-close .close {
    margin-top: 0px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    margin-right: 10px;
}

#btn-close .close i {
    width: 16px;
    height: 16px;
}

/* customize style modal content image list*/
.image-list::-webkit-scrollbar {
    display: block;
}

#modal-content {
    display: flex; 
    flex-direction: row; 
    gap: 2%; 
    height: 80vh; 
    padding: 2%; 
    box-sizing: border-box;
    padding-bottom: 2% !important;
}

#modal-content .image-list {
    width: 10%;
    height: 75vh;
    overflow-y: scroll;
    scrollbar-width: thin;       
    scrollbar-color: #888 #f1f1f1;
}

#modal-content .image-list::-webkit-scrollbar {
    width: 6px;
}

#modal-content .image-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

#modal-content .image-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}


#modal-content .image-list .thumb {
    width: 100%; 
    aspect-ratio: 1/1; 
    margin-bottom: 8%; 
    cursor: pointer;
}

#modal-content .image-list img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    border-radius: 8px;
}

/* customize style modal content image main*/
#modal-content .image-main {
    /* height: 100%;  */
    width: 70vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#modal-content .image-main .icon-left-right {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 1%;
    font-size: 2em;
    color: #fff;
    cursor: pointer;
}

#modal-content .image-main .select_page_number {
    position: absolute;
    top: 100%;
    display: flex;
    gap: 6px;
}

#modal-content .image-main .icon-left-right .post-gallery{
    width: 100%; 
    height: 100%;
}

.icon-left-right .owl-prev,
.icon-left-right .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    background-color: #D3D3D3;
}

.icon-left-right .owl-prev:hover,
.icon-left-right .owl-next:hover {
    background-color: #696969;
}


/* #modal-content .image-main .post-gallery .item {
    height: 465px;
} */

#modal-content .image-main .post-gallery .item .bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    object-fit: cover;
}

#modal-dialog {
    width: 90vw !important;
    height: 70vh !important;
}

#modal-body {
    height: 80vh;
    overflow-y: scroll;
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    justify-content: center;
    grid-auto-rows: minmax(auto, 200px);
}

.grid-5 > div {
    overflow: hidden;
    border-radius: 8px;
}

.grid-5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    transition: all .2s ease;
}

.grid-5 img:hover {
    transform: scale(1.1);
}

@media (max-width: 1200px) {
    /* #modal-content {
        height: 610px !important; 
    } */

    /* #modal-content .image-main .post-gallery .item {
        height: 575px !important;
    } */
}

@media (max-width: 1024px) {
    .grid-5 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .grid-5 {
        grid-template-columns: repeat(2, 1fr);
    }

    .image-main {
        width: 100% !important;
    }
    
    .image-list {
        display: none !important;
    }

    #btn-close-customize {
        justify-content: right;
    }

    #close {
        position: static;
    }
}

@media (max-width: 480px) {
    .grid-5 {
        grid-template-columns: 1fr;
    }
}

/* @media (max-width: 991px) {
    #modal-content {
        height: 470px; 
    }

    #modal-content .image-main .post-gallery .item {
        height: 440px;
    }
} */