/* 
    Created on : Feb 22, 2019, 3:22:34 PM
    Author     : nham.tv8693
*/

* {
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

a {
    text-decoration: none
}
*:focus{
    outline: none;
}
@font-face {
    font-family: 'UTM Duepuntozero';
    font-style: normal;
    font-weight: normal;
    src: local('UTM Duepuntozero'), url('font/UTM_Duepuntozero.woff') format('woff');
}

body {
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    line-height: 24px;
    color:#333
}

.row {
    width: 100%;
    height: auto;
    float: left
}

.container {
    max-width: 1170px;
    margin: auto
}

header {
    width: 100%;
    height: auto;
    float: left;
}

header .bx-header-top {
    background: #1790d4;
    padding:6px 0;
    color:#fff;
    text-align: right;
}

header .bx-header-top .address {
    display: inline-block;
    margin-right: 30px;
}

header .bx-header-top .hotline {
    display: inline-block;
}

header .bx-header-top .hotline a {
    color: #FFF;
}
header .bx-header-top i{
    font-size:12px;
    margin-right: 4px;
}

header .bx-logo-menu {
    width: 100%;
    height: 90px;
    float: left;
    padding: 10px 0;
}

header .bx-logo-menu .logo {
    width: auto;
    float: left;
}

header .bx-logo-menu .logo img {
    height: 34px;
    margin-top: 28px;
}

header .bx-logo-menu .menu {
    width: auto;
    float: left;
    margin-left: 30px;
}

header .bx-logo-menu .menu ul {
}

header .bx-logo-menu .menu ul li {
    width: auto;
    float: left;
    height: 90px;
    line-height: 90px;
    position: relative
}

header .bx-logo-menu .menu ul li a {
    font-family: 'UTM Duepuntozero';
    padding: 0 15px;
    font-size: 20px;
    color: #000;
}
header .bx-logo-menu .menu > ul > li:hover > a{
    color:#1790d4
}
header .bx-logo-menu .menu .menuSub {
    width: 250px;
    height: auto;
    float: left;
    position: absolute;
    background: #1790d4;
    top: 110px;
    left: -50%;
    border-radius: 5px;
    transition: .35s;
    opacity: 0;
    height: 1px;
    overflow: hidden;
    z-index: 99999
}

header .bx-logo-menu .menu ul li:hover .menuSub {
    opacity: 1;
    top: 85px;
    height: auto
}

/*header .bx-logo-menu .menu  .menuSub:before{content:'';width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid #2b2b2b;position: absolute;left: 27%;top: -8px;}*/
header .bx-logo-menu .menu .menuSub:after {
    content: ''
}

header .bx-logo-menu .menu .menuSub li {
    width: 100%;
    height: 45px;
    float: left;
    line-height: 45px;
    border-bottom: #ddd solid 1px;
}

header .bx-logo-menu .menu .menuSub li:last-child {
    border-bottom: 0
}

header .bx-logo-menu .menu .menuSub li a {
    font-size: 16px;
    color:#fff;
}

header .bx-logo-menu .bx-search {
    width: 240px;
    height: auto;
    float: right;
    padding-top: 25px;
}

header .bx-logo-menu .bx-search input {
    background: #f8f8f8;
    border: #ebebeb solid 1px;
    width: calc(100% - 50px);
    float: left;
    height: 40px;
    font-size: 13px;
    padding-left: 10px;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
}

header .bx-logo-menu .bx-search button {
    background: #f85f89;
    height: 40px;
    width: 50px;
    border: 0;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

header .bx-logo-menu .bx-album {
    width: auto;
    float: right;
    padding: 10px 0 0 0;
    margin-left: 15px;
}

header .bx-logo-menu .bx-album a {
    width: 125px;
    height: 66px;
    float: left;
    border: #1790d4 dashed 2px;
    background: #fbfefe;
    position: relative;
}

header .bx-logo-menu .bx-album i {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

header .bx-logo-menu .bx-album span {
    font-family: 'UTM Duepuntozero';
    font-size:16px;
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 41px;
}

.icon {
    background: url('../images/icon.png') no-repeat;
    float: left;
}

.icon-location {
    width: 17px;
    height: 24px;
    position: relative;
    top: -4px;
    margin-right: 5px;
}

.icon-phone {
    width: 25px;
    height: 25px;
    background-position: -16px 0px;
}

.icon-search {
    width: 23px;
    height: 24px;
    background-position: -40px 0;
    margin: auto;
    display: table;
    float: initial;
}

.icon-album {
    width: 41px;
    height: 34px;
    background-position: -61px 0;
}

.bx-slider {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
}

.bx-slider img {
    width: 100%
}

.bx-service {
    width: 100%;
    height: auto;
    float: left;
    background: #f8f6fa;
    padding: 30px 0;
    position: relative
}

.bx-service .bg-box {
    position: absolute;
    width: 280px;
    height: auto;
    left: 0;
    top: 10px;
}

.bx-service .list-service {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 15px;
}

.bx-service .list-service li {
    width: auto;
    display: inline-block;
    padding: 0 10px;
}

.bx-service .list-service li a {
    font-family: 'UTM Duepuntozero';
    text-transform: uppercase;
    font-size: 17px;
    color: #4a4a4a;
    padding-left: 10px;
}

.bx-service .list-service li a:before {
    content: '';
    width: 6px;
    height: 6px;
    float: left;
    background: #1790d4;
    border-radius: 50%;
    position: relative;
    top: 9px;
}

.bx-service .list-service-item {
    width: 100%;
    height: auto;
    float: left;
}

.bx-service .list-service-item .col-item {
    width: 33.3333%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.bx-service .list-service-item .col-item:nth-child(1) {
    padding-right: 12px;
}

.bx-service .list-service-item .col-item:nth-child(2) {
    padding: 0 6px;
}

.bx-service .list-service-item .col-item:nth-child(3) {
    padding-left: 12px;
}

.bx-service .list-service-item .item {
    width: 100%;
    position: relative;
    height: 275px;
    box-sizing: border-box;
    overflow: hidden
}

.bx-service .list-service-item .item:nth-child(1) {
    padding-bottom: 9px;
}

.bx-service .list-service-item .item:nth-child(2) {
    padding-top: 9px;
}

.bx-service .list-service-item .item.item-big {
    height: 550px;
    padding-bottom: 0;
}

.bx-service .list-service-item .item:hover:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.bx-service .list-service-item .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bx-service .list-service-item .item .title a{
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    padding: 8px 10px;
    height: auto;
    display: table;
    right: 0;
    font-size:16px;
    margin: auto;
    z-index: 2;
    bottom: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(0%, -50%);
    -moz-transform: translate(-50%, -50%);
    text-transform: uppercase;
    color: #fff;
}
.bx-service .list-service-item .item:hover .title a{
    border:1px solid #fff;
    color:#fff;
    background:none
}
.bx-header {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 15px;
}
.bx-header .h2, .bx-header h2, #cate_vip h1, .bx-header h1 {
    font-family: 'Roboto Condensed';
    width: 100%;
    height: auto;
    text-transform: uppercase;
    float: left;
    text-align: center;
    color: #4a4a4a;
    font-size: 24px;
    margin-top: 30px;
    font-weight: bold;
}

#cate_vip h1{
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 40px;
}

.bx-header .h2 span, .bx-header h2 span, #cate_vip h1 span, .bx-header h1 span{
    position: relative;
}

.bx-header h2 span:before, .bx-header .h2 span:before, #cate_vip h1 span:before, .bx-header h1 span:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #f96f95;
    position: absolute;
    left: -50px;
    top: 20px;
}

.bx-header .h2 span:after, .bx-header h2 span:after, #cate_vip h1 span:after, .bx-header h1 span:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #f96f95;
    position: absolute;
    right: -50px;
    top: 20px;
}
#list{
    margin:20px 0
}
#list .item{
    margin:0 10px;
    background-color: #f5f5f5;
    padding:10px
}
#list .item img{
    max-width: 100%;
}
#list .item .title{
    margin-top: 10px;
}
#list .item .title a{
    color:#333;
    font-weight: 500;
    font-size:16px;
}
.bx-album {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 30px 0;
}

.bx-album .bg-box {
    position: absolute;
    right: 20px;
    top: 0;
    height: 150px;
}

.bx-album .list-album-row {
    width: 100%;
    height: auto;
    float: left;
}

.bx-album .album-left {
    width: 400px;
    height: auto;
    float: left;
    overflow: hidden;
}

.bx-album .album-left li {
    position: relative;
}

.bx-album .album-left img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.bx-album .album-left .caption {
    position: absolute;
    width: auto;
    top: 50%;
    left: 0;
    padding: 10px 20px;
    height: auto;
    right: 60px;
    margin: auto;
    transform: translate(0%, -50%);
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

.bx-album .album-left .caption .h3, .bx-album .album-left .caption h3 {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
}

.bx-album .album-left .caption h3:before , .bx-album .album-left .caption .h3:before {
    content: '';
    width: 70px;
    height: 1px;
    background: #FFF;
    position: absolute;
    margin: auto;
    left: 0;
    bottom: -4px;
    right: 0;
}

.bx-album .album-left .caption h3 a, .bx-album .album-left .caption .h3 a {
    color: #FFF;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
}

.bx-album .album-left .caption span {
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 100;
}

.bx-album .album-right {
    width: calc(100% - 400px);
    height: auto;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}

.bx-album .album-right .list-cate-album {
    width: 100%;
    height: auto;
    float: left;
    margin: 5px 0 15px 0;
}

.bx-album .album-right .list-cate-album ul {
}

.bx-album .album-right .list-cate-album ul li {
    width: auto;
    float: left;
    padding-right: 20px;
}

.bx-album .album-right .list-cate-album ul li a {
    font-family: 'UTM Duepuntozero';
    text-transform: uppercase;
    font-size: 15px;
    color: #1c1b1b;
    padding-left: 8px;
}

.bx-album .album-right .list-cate-album ul li a:before {
    content: '';
    width: 6px;
    height: 6px;
    float: left;
    background: #1790d4;
    border-radius: 50%;
    position: relative;
    top: 9px;
}

.bx-album .album-right .list-album {
    width: calc(100% + 80px);
    height: auto;
    float: left;
    background: #f5fafb;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    left: -80px;
}

.bx-album .album-right .list-album .item {
    width: 33.333%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.bx-album .album-right .list-album .item:nth-child(1) {
    padding-right: 12px;
}

.bx-album .album-right .list-album .item:nth-child(2) {
    padding: 0 6px;
}

.bx-album .album-right .list-album .item:nth-child(3) {
    padding-left: 12px;
}
#cate_vip .bx-album .album-right{
    width: 100%;
    padding-left: 0;
}
.bx-album .album-right #slider.list-album{
    width: 100%;
    float: none;
    left: 0;
}

.bx-album .album-right .list-album .item .thumb {
    width: 100%;
    height: 280px;
    float: left;
}

.bx-album .album-right .list-album .item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bx-album .album-right .list-album .item .title {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 10px;
}

.bx-album .album-right .list-album .item .title a {
    display: block;
    text-transform: uppercase;
    color: #1c1b1b;
    font-size: 16px;
    padding-bottom: 10px;
}

.bx-album .album-right .list-album .item .title span {
    font-size: 14px;
}

.bx-video {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 30px 0;
}

.bx-video .bg-box {
    height: 140px;
    position: absolute;
    left: 0;
    top: -50px
}

.bx-video .list-video {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    padding-top: 20px;
    overflow: hidden;
}

.bx-video .list-video .item {
    height: 390px;
    padding:0 2px;
    float: left;
    position: relative;
}

.bx-video .list-video .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icon-video {
    background: url('../images/icon.png') no-repeat;
    width: 42px;
    height: 44px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: -142px;
}

.bx-video .list-video .item:hover:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4)
}

.bx-video .control-video {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 20px;
}

.bx-video .control-video span {
    background: #EDEDED;
    padding: 0 14px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    cursor: pointer;
    border: #E6E6E6 solid 1px;
    border-radius: 2px;
}

.item:hover .icon-video {
    background-position: -185px;
}

.bx-news {
    height: auto;
    padding: 30px 0
}

.bx-news .list-news {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}

.bx-news .list-news .item {
    width: 376px;
    height: auto;
    float: left;
    margin-bottom: 15px;
    margin-right:20px;
    box-sizing: border-box;
}
#contact{
    margin-top: 20px;
    background: #fff;
    padding:20px;
}
.bx-news .list-news .item:nth-child(3n){
    margin-right: 0;
}
.bx-news .list-news .item .thumb {
}

.bx-news .list-news .item .thumb img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.bx-news .list-news .item .info {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
}

.bx-news .list-news .item .info .date {
    width: 40px;
    height: auto;
    float: left;
}

.bx-news .list-news .item .info .date span {
    width: 100%;
    height: 30px;
    float: left;
    font-family: 'UTM Duepuntozero';
    text-align: center;
    line-height: 30px;
    background: #1790d4;
    border-bottom: #FFF solid 1px;
    color: #FFF;
    font-size: 15px;
}
.bx-news .list-news .item .info .date span + span{
    font-weight: bold;
    font-size:18px
}
.bx-news .list-news .item .info .ctn {
    width: calc(100% - 40px);
    height: auto;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
}

.bx-news .list-news .item .info .ctn h3 {
    padding-bottom: 10px;
}

.bx-news .list-news .item .info .ctn h3 a {
    color: #201f1f;
    font-size: 15px;
}

.bx-news .list-news .item .info .ctn p {
    color: #6d6d6d;
    font-size: 14px;
}

.bx-subcriber {
    height: auto;
    background: #1790d4;
    padding: 30px 0;
    margin-top: 40px;
    text-align:center
}
.clr{
    clear:both;
}
.bx-subcriber label {
    font-family: 'UTM Duepuntozero';
    display: inline-block;
    color: #FFF;
    font-size: 21px;
    padding-right: 15px;
    margin-top:5px;
}
.wpcf7-form{
    display: inline-block;
    position: relative;
}
.bx-subcriber input {
    width: 430px;
    height: 42px;
    font-size: 14px;
    padding-left: 10px;
    box-sizing: border-box;
    background: #fff;
    border: 0;
    text-transform: uppercase;
    color: #222;
    border-radius: 30px;
}

.bx-subcriber button {
    background: #ff6f96;
    color: #FFF;
    text-transform: uppercase;
    border: 0;
    position: absolute;
    font-size: 14px;
    height: 38px;
    padding: 0 50px 0 30px;
    border-radius: 30px;
    right: 2px;
    top: 2px;
}

.bx-subcriber button:before {
    content: '';
    background: url('../images/icon.png') no-repeat;
    width: 20px;
    height: 24px;
    position: absolute;
    background-position: -227px 0;
    right: 5px;
}

.bx-subcriber button:after {
    content: '';
    position: absolute;
    background: #f2698e;
}

.bx-subcriber .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    font-size: 14px;
    bottom: -35px;
}

.bx-subcriber .wpcf7-validation-errors {
    display: none
}

footer {
    width: 100%;
    height: auto;
    float: left;
}

.footer-col {
    width: 100%;
    height: auto;
    float: left;
    background: #faf6fa;
    padding: 30px 0;
}

.footer-col .h3.header-footer {
    font-family: 'UTM Duepuntozero';
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}

.footer-col .col-3 {
    width: 30%;
    height: auto;
    float: left;
    position: relative;
    padding-right: 15px;
    box-sizing: border-box;
}

.footer-col .logo-footer {
    width: 100%;
    height: auto;
    float: left;
}

.footer-col .logo-footer img {
    height: 50px;
}

.footer-col .col-logo h2 {
    width: 100%;
    height: auto;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    padding: 15px 0;
    color: #343232;
}

.footer-col .col-logo p {
    position: relative;
    font-size: 15px;
    padding-bottom: 10px;
    color: #343232;
}

.footer-col .col-logo i {
    color: #0181c8;
}

.footer-col .col-time {
}

.footer-col .col-time p {
    font-size: 15px;
    color: #343232;
}

.footer-col .col-time .list-social {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}

.footer-col .col-time .list-social a {
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 10px;
}

.footer-col .col-time .list-social a.instagram {
    background: #ff6f96;
}

.footer-col .col-time .list-social a.tw {
    background: #55acee;
}

.footer-col .col-time .list-social a.fb {
    background: #3b5998;
}

.footer-col .col-time .list-social a.yt {
    background: #f40000;
}

.footer-col .col-2 {
    width: 28%;
    height: auto;
    float: left;
    padding: 0 10px;
}

.footer-col .col-2 ul {
}

.footer-col .col-2 ul li {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 10px;
}

.footer-col .col-2 ul li a {
    color: #343232;
    font-size: 15px;
}

.footer-col .col-4 {
    width: 40%;
    height: auto;
    float: left;
}

.footer-col .col-4 .bx-like {
    width: 100%;
    height: auto;
    float: left;
}

.bx-copyright {
    width: 100%;
    height: auto;
    float: left;
    background: #e1e0e1;
    padding: 20px 0;
}

.bx-copyright p {
    color: #343232;
    float: left;
    font-size: 15px;
}
.info .sapo{
    height: 44px;
    overflow: hidden;
}
.bx-copyright .seo{
    float: right;
}
.bx-copyright .seo a{
    background: #fff;
    display: inline-block;
    padding:0 8px;
    border-radius: 10px;
    color:#000;
    margin-left: 10px;
}
.bx-breacrum {
    background: url('../images/bg-breacrum.jpg') no-repeat;
    width: 100%;
    height: 140px;
    float: left;
    background-size: cover;
    position: relative;
}

.bx-breacrum ul {
    width: auto;
    height: 40px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}

.bx-breacrum ul li {
    width: auto;
    float: left;
    font-size: 13px;
    padding-right: 7px;
    color: #FFF;
}

.bx-breacrum ul li a span {
    font-size: 15px;
    color: #FFF;
}

.bx-breacrum ul li span {
    font-size: 15px;
    color: #f85f89;
}

.bx-list-service-page {
    width: 100%;
    height: auto;
    float: left;
    padding: 30px 0;
}

.col-6 {
    width: 50%;
    height: auto;
    float: left;
    position: relative;
}

.bx-list-service-page .col-left {
}

.bx-list-service-page .col-left img {
    width: 80%;
    height: auto;
    float: left;
}

.bx-list-service-page .col-right {
}

.bx-list-service-page .list-item {
    width: 100%;
    height: auto;
    float: left;
}

.bx-list-service-page .list-item .item {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 15px;
}

.bx-list-service-page .list-item .item .icon {
    background: none;
    width: 100px;
    height: auto;
    float: left;
}

.bx-list-service-page .list-item .item .icon img {
    transition: 0.5s;
    width: 100%;
    height: auto;
    float: left;
    -webkit-filter: none;
    filter: none;
}

.bx-list-service-page .list-item .item .icon:hover img {
    -webkit-filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px -1px 0 black);
    filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px -1px 0 black);
}

.bx-list-service-page .list-item .item .info {
    width: calc(100% - 120px);
    height: auto;
    float: left;
    margin-left: 20px;
}

.bx-list-service-page .list-item .item .info h3 {
    padding-bottom: 5px;
}

.bx-list-service-page .list-item .item .info h3 a {
    transition: 0.5s;
    color: #343232;
    font-family: 'UTM Duepuntozero';
    text-transform: uppercase;
    font-size: 18px;
}

.bx-list-service-page .list-item .item .info h3 a:hover {
    color: #f85f89
}

.bx-list-service-page .list-item .item .info p {
    color: #343232;
    font-size: 15px;
}

.bx-detail-service {
    width: 100%;
    height: auto;
    float: left;
    padding: 30px 0 100px 0;
    background: #f7f5f5;
}

.bx-detail-service .thumb {
    width: 80%;
    height: auto;
    float: left;
    position: relative;
}

.bx-detail-service .thumb:before {
    content: '';
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: -40px;
    background: #1790d4;
    float: left;
    left: 0;
}

.bx-detail-service .thumb:after {
    content: ''
}

.bx-detail-service .thumb img {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    z-index: 3;
    padding-left: 10%;
}

.bx-detail-service .bx-content {
    width: 100%;
    height: auto;
    position: absolute;
    margin: auto;
    top: 50%;
    bottom: 0;
    transform: translate(0%, -50%);
    color: #343232;
}

.bx-detail-service h1 {
    font-family: 'UTM Duepuntozero';
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 0;
}

.bx-detail-service h1:before {
    content: ''
}

.bx-detail-service h4 {
    font-size: 15px;
}

.bx-detail-service .content {
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    line-height: 23px;
    max-height: 92px;
    overflow: hidden;
}

.bx-detail-service .show-more {
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
    margin-top: 10px;
}

.bx-detail-service .show-more a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 35px;
    float: right;
    border: #1b1b1b solid 2px;
    border-radius: 50%;
    color: #1b1b1b;
}

.bx-contact-inpage {
    width: 100%;
    height: auto;
    float: left;
    background: #f7f5f5;
    padding: 30px 0;
}

.bx-contact-inpage .header {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: #e1e1e1 solid 1px;
    position: relative;
    margin-bottom: 40px;
}

.bx-contact-inpage .header:before {
    content: '';
    background: #f7f5f5 url('../images/line.png') no-repeat;
    width: 80px;
    height: 25px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    top: -13px;
    padding: 0 20px;
    background-position: center;
}

.bx-contact-inpage .info-contact {
    width: 100%;
    height: auto;
    float: left;
}

.bx-contact-inpage .info-contact .col-3 {
    width: 33.3333%;
    height: auto;
    float: left;
    border-right: #e1e1e1 solid 1px;
}

.bx-contact-inpage .info-contact .col-3 h3 {
    font-family: 'UTM Duepuntozero';
    text-transform: uppercase;
    color: #343232;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
}

.bx-contact-inpage .info-contact .col-3 p {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    padding-bottom: 10px;
}

.bx-contact-inpage .info-contact .col-3 p i {
    position: absolute;
    left: 0;
    color: #f85f89;
}

.bx-contact-inpage .info-contact .col-3 .list-social {
    width: auto;
    height: auto;
    margin: auto;
    display: table;
}

.bx-contact-inpage .info-contact .col-3 .list-social a {
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    font-size: 17px;
    margin-right: 10px;
}

.bx-contact-inpage .info-contact .col-3 .list-social a.instagram {
    background: #3263a2;
}

.bx-contact-inpage .info-contact .col-3 .list-social a.tw {
    background: #30b1eb;
}

.bx-contact-inpage .info-contact .col-3 .list-social a.fb {
    background: #3b5998;
}

.bx-contact-inpage .info-contact .col-3:nth-child(1) {
    padding-right: 20px;
}

.bx-contact-inpage .info-contact .col-3:nth-child(2) {
    padding: 0 10px;
}

.bx-contact-inpage .info-contact .col-3:nth-child(3) {
    padding-left: 20px;
    border-right: 0;
}

.bx-contact-inpage .frn-contact {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 20px;
}

.bx-contact-inpage .frn-contact .frm {
    width: 500px;
    height: auto;
    margin: auto;
}

.bx-contact-inpage .frn-contact .frm h3 {
    font-family: 'UTM Duepuntozero';
    font-size: 19px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    margin-bottom: 15px;
}

.bx-contact-inpage .frn-contact .frm input {
    height: 40px;
    float: left;
    font-size: 14px;
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #f7f5f5;
    border: #CCC solid 1px;
    border-radius: 2px;
}

.bx-contact-inpage .frn-contact .frm input.w100 {
    width: 100%;
}

.bx-contact-inpage .frn-contact .frm input.w50 {
    width: calc(50% - 10px);
}

.bx-contact-inpage .frn-contact .frm input.w50:nth-child(2) {
    margin-right: 10px;
}

.bx-contact-inpage .frn-contact .frm input.w50:nth-child(3) {
    margin-left: 10px;
}

.bx-contact-inpage .frn-contact .frm textarea {
    width: 100%;
    height: 80px;
    background: #f7f5f5;
    border: #CCC solid 1px;
    border-radius: 2px;
    resize: none;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.bx-contact-inpage .frn-contact .frm .btn {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 15px;
}

.bx-contact-inpage .frn-contact .frm button {
    background: #1790d4;
    border: 0;
    color: #FFF;
    text-transform: uppercase;
    width: 130px;
    height: 40px;
    font-size: 15px;
    border-radius: 40px;
}

.bx-contact-inpage .frn-contact .wpcf7-not-valid-tip {
    display: none
}

.bx-contact-inpage .frn-contact .wpcf7-validation-errors {
    width: 100%;
    float: left;
    color: #ff7ea1;
    border: #ff7ea1 solid 1px;
}

.bx-album-related {
    width: 100%;
    height: auto;
    float: left;
    background: #f7f5f5;
    padding: 30px 0;
}

.bx-album-related .header {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.bx-album-related .header h4 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
}

.bx-album-related .header h2 {
    font-family: 'UTM Duepuntozero';
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
}

.bx-album-related .header h2:before {
    content: '';
    width: 50px;
    height: 2px;
    background: #f85f89;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    margin: auto;
}

.bx-album-related .list-album {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}

.bx-album-related .list-album li {
}

.bx-album-related .list-album img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    padding: 10px;
    box-sizing: border-box;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px #CCC;
}

.bx-bao-gia {
    width: 100%;
    height: auto;
    float: left;
    background: #f7f5f5;
    padding: 30px 0;
}

.bx-bao-gia h1 {
    font-family: 'UTM Duepuntozero';
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.bx-bao-gia .header {
    width: 70%;
    height: auto;
    border-bottom: #e1e1e1 solid 1px;
    position: relative;
    margin-bottom: 40px;
    margin: auto;
}

.bx-bao-gia .header:before {
    content: '';
    background: #f7f5f5 url('../images/line.png') no-repeat;
    width: 80px;
    height: 25px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    top: -13px;
    padding: 0 20px;
    background-position: center;
}

.bx-bao-gia .description {
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0;
}

.bx-bao-gia .description p {
    text-align: center;
    font-size: 15px;
    padding-bottom: 3px;
    width: 70%;
    margin: auto;
    color: #343232;
}

.bx-bao-gia .list-item {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}

.bx-bao-gia .list-item .item {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    margin-bottom: 35px;
}

.bx-bao-gia .list-item .item .thumb {
    width: 40%;
    height: auto;
    float: left;
    position: relative;
}

.bx-bao-gia .list-item .item .thumb img {
    width: calc(100% + 50px);
    height: 300px;
    object-fit: cover;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}

.bx-bao-gia .list-item .item .content {
    width: 60%;
    height: auto;
    float: left;
    background: #FFF;
    padding: 50px 20px 50px 80px;
    box-sizing: border-box;
}

.bx-bao-gia .list-item .item .content h2 {
    font-family: 'UTM Duepuntozero';
    text-transform: uppercase;
    font-size: 20px;
}

.bx-bao-gia .list-item .item .content .price-address {
    width: 100%;
    height: auto;
    float: left;
}

.bx-bao-gia .list-item .item .content .price-address p {
    font-size: 15px;
    width: auto;
    float: left;
    padding-right: 30px;
}

.bx-bao-gia .list-item .item .content .price-address p:first-child {
}

.bx-bao-gia .list-item .item .content .price-address p:last-child {
}

.bx-bao-gia .list-item .item .content .price-address strong {
    color: #f85f89;
    font-size: 20px;
}

.bx-bao-gia .list-item .item .content .price-address i {
    background: #1790d4;
    width: 7px;
    height: 7px;
    float: left;
    border-radius: 50%;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.bx-bao-gia .list-item .item .content .ctn {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 15px;
}

.bx-bao-gia .list-item .item .content .ctn h3 {
    font-size: 16px;
    padding-bottom: 5px;
}

.bx-bao-gia .list-item .item .content .ctn p {
    font-size: 15px;
    padding-bottom: 5px;
    position: relative;
}

.bx-bao-gia .list-item .item .content .ctn p:before {
    content: '';
    background: #1790d4;
}

.bx-list-news {
    width: 100%;
    height: auto;
    float: left;
    margin: 25px 0;
}

.bx-list-news .row {
    margin-bottom: 20px
}

.bx-list-news .item {
    width: 268px;
    height: auto;
    float: left;
    position: relative;
    box-sizing: border-box;
    margin:0 6px;
    margin-bottom: 30px;
}

.bx-list-news .item .thumb {
    width: 100%;
    height: auto;
    float: left;
}

.bx-list-news .item .thumb img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.bx-list-news .item .info {
    width: 100%;
    height: auto;
    float: left;
}

.bx-list-news .item .info .date {
    width: 40px;
    height: 70px;
    position: absolute;
    top: 0;
    background: #1790d4;
    font-family: 'UTM Duepuntozero';
}
.date strong{
    font-weight: bold;
    font-size:18px
}
.bx-list-news .item .info .date span {
    width: 100%;
    height: 35px;
    text-align: center;
    float: left;
    line-height: 35px;
    color: #FFF;
    border-bottom: #FFF solid 1px;
    font-size: 15px;
}

.bx-list-news .item .info .date span:last-child {
    border-bottom: 0
}

.bx-list-news .item .info .ctn {
    width: 94%;
    padding-right: 5px;
    height: auto;
    float: left;
    background: #FFF;
    position: absolute;
    bottom:0;
    padding-top: 5px;
}

.bx-list-news .item .info .ctn h3 {
    padding-bottom: 10px;
    line-height: 21px;
}

.bx-list-news .item .info .ctn h3 a {
    color: #1790d4;
    font-size: 15px;
    font-weight: 500;
    min-height: 42px;
    display: block;
    overflow: hidden;
}
.bx-list-news .item .info .ctn h3 a:hover{
    color:#333
}

.bx-list-news .item .info .ctn p {
    color: #666;
    text-align: justify;
}

.box-content {
    width: 100%;
    height: auto;
    float: left;
    padding: 25px 0px;
}

.box-content .container {
    max-width: 1170px
}

.box-content .box-left {
    width: calc(100% - 300px);
    height: auto;
    float: left;
    padding-right: 30px;
    box-sizing: border-box;
}

.box-content .box-left h1 {
    color: #373636;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 10px;
}

.box-content .box-left .article {
    width: 100%;
    height: auto;
    float: left;
    border-top: #e1e1e1 solid 1px;
    padding: 15px 0px;
    margin-top: 15px;
    text-align: justify;
}

.box-content .box-left .article img {
    max-width: 100%;
    margin: auto;
    display: block;
}

.box-content .box-left .article p {
    padding-bottom: 3px
}

.article h2, .article h3, .article h4 {
    color: #333;
    font-size: 17px;
    font-weight: bold
}

.article strong {
    font-size: 14px
}

.article ul {
    list-style: circle;
    padding-left: 25px;
}

.article ul li {
    padding-bottom: 15px;
}

.box-content .box-right {
    width: 300px;
    height: auto;
    float: left;
}

.box-content .box-right .widget {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 15px;
}

.box-content .box-right .widget .header-widget {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

.box-content .box-right .widget .header-widget h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    border-left: #1790d4 solid 3px;
    padding-left: 10px;
    color: #f85f89;
    font-family: 'UTM Duepuntozero';
}

.box-content .box-right .widget .content-wg {
    width: 100%;
    height: auto;
    float: left;
}

.wg-list-service {
    width: 100%;
    height: auto;
    float: left;
}

.wg-list-service ul {
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.wg-list-service ul li {
    width: 100%;
    height: 40px;
    display: table;
    text-indent: 35px;
    line-height: 40px;
    position: relative;
    border-bottom: #d7d7d7 dashed 1px;
}
#page-news{
    border-right: 1px solid #f1f1f1;
    padding-right: 30px;
}
#page-news img{
    max-width: 100%;
}
#page-news h1{
    font-weight: 500;
    margin-bottom: 20px;
}
#contents h2, #contents h3, #contents h4{
    font-weight: 500;
    margin-bottom: 8px;
}
#contents h2{
    font-size: 18px;
}
#contents h3{
    font-size: 16px;
}
#contents p{
    padding-bottom: 12px;
}
.wg-list-service ul li:nth-child(1){
    background:url('../images/icon-sev-1.png') left center no-repeat;
}
.wg-list-service ul li:nth-child(5){
    background:url('../images/icon-sev-2.png') left center no-repeat;
}
.wg-list-service ul li:nth-child(3){
    background:url('../images/icon-sev-3.png') left center no-repeat;
}
.wg-list-service ul li:nth-child(4){
    background:url('../images/icon-sev-4.png') left center no-repeat;
}
.wg-list-service ul li:nth-child(2){
    background:url('../images/icon-sev-5.png') left center no-repeat;
}

.wg-list-service ul li a {
    text-transform: uppercase;
    color: #333;
    font-size: 15px;
}
.wg-list-service ul li:hover a{
    color:#f85f89;
    cursor: pointer;
}
a:hover{
    cursor: pointer;
}
.wg-list-album {
    width: 100%;
    height: auto;
    float: left;
}

.wg-list-album img {
    width: 95px;
    height: 95px;
    object-fit: cover;
    padding: 2px;
    box-sizing: border-box;
}

.wg-item-news {
    width: 100%;
    height: auto;
    float: left;
}

.wg-item-news .item {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
}

.wg-item-news .item .thumb {
    width: 125px;
    height: 90px;
    float: left;
}

.wg-item-news .item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wg-item-news .item h3 {
    width: calc(100% - 125px);
    float: left;
    line-height: 18px;
    padding-left: 7px;
    box-sizing: border-box;
}

.wg-item-news .item h3 a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
strong{
    font-weight: 500;
}
a:hover{
    color:#1790d4
}
.wg-item-news .item h3 a:hover{
    color:#1790d4
}
.info-detail {
    width: 100%;
    height: auto;
    float: left;
}

.info-detail span.time {
    font-size: 14px;
}

.bx-player-video {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    top: -70px;
}

.bx-player-video .container {
    max-width: 800px;
}

.bx-player-video .container .bx-iframe {
    width: 100%;
    height: auto;
    float: left;
}

.bx-player-video .container .bx-iframe iframe {
    width: 100%;
    height: 450px;
}

.bx-player-video .container .info {
    width: auto;
    background: #FFF;
    position: absolute;
    height: auto;
    bottom: 0;
}

.bx-player-video .container .info h1 {
    font-size: 18px;
    text-transform: uppercase;
    color: #1c1b1b;
    font-weight: normal;
    padding: 10px 20px;
}

.bx-video-related {
    width: 100%;
    height: auto;
    float: left;
}

.bx-video-related .list-item {
    width: 100%;
    height: auto;
    float: left;
}

.bx-video-related .list-item .row {
    margin-bottom: 15px
}

.bx-video-related .list-item .item {
    width: 33.333%;
    height: auto;
    float: left;
}

.bx-video-related .list-item .item:nth-child(1) {
    padding-right: 20px;
}

.bx-video-related .list-item .item:nth-child(2) {
    padding: 0 10px;
}

.bx-video-related .list-item .item:nth-child(3) {
    padding-left: 20px;
}

.bx-video-related .list-item .item .thumb {
    width: 100%;
    height: 220px;
    float: left;
    position: relative;
}

.bx-video-related .list-item .item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bx-video-related .list-item .item h3 {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0;
}

.bx-video-related .list-item .item h3 a {
    color: #333;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
}

.bx-video-related .list-item .item .icon-video {
}

.bx-album-inpage {
    width: 100%;
    height: auto;
    float: left
}

.bx-album-inpage .list-album {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 50px;
}
.bx-seo #contents{
    background-color: transparent;
    display: flex;
    font-size:16px;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    border-top: 2px dashed #ddd;
    border-left: 2px dashed #ddd;
    transition: all ease 0.5s;
    position: relative;
}
.bx-seo #contents:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 90%;
    border-right: 2px dashed #ddd;
}
.bx-seo #contents:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 70%;
    border-bottom: 2px dashed #ddd;
}
.bx-album-inpage .list-album .grid-item {
    width: calc(25% - 20px);
    float: left;
    margin: 10px;
    overflow: hidden
}
.bx-album-inpage .albumdetail .grid-item:before {
    content: '';
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    transition: all ease 0.5s;
}

.bx-album-inpage .albumdetail .grid-item:hover:before {
    background: rgba(0, 0, 0, 0.5);
}

.bx-album-inpage .list-album .grid-item img {
    width: 100%;
    float:left;
}

.bx-album-inpage .list-album .grid-item .title {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 20px;
    height: auto;
    display: table;
    width:80%;
    right: 0;
    margin: auto;
    bottom: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(0%, -50%);
    -moz-transform: translate(-50%, -50%);
    text-transform: uppercase;
    color: #333;
    text-align: center;
}

.item-zoom {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: #FFF;
    z-index: 2;
    opacity: 0;
    transition: 0.5s
}

.bx-album-inpage .list-album .grid-item:hover .item-zoom {
    opacity: 1
}

.nobackground {
    background: none
}

.effHoverZoomImg {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.effHoverZoomImg2 {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.effHoverZoomImg4 {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.effHoverZoomImg:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.effHoverZoomImg2:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.bx-service .list-service-item .item:hover .effHoverZoomImg4, .effHoverZoomImg4:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.bx-video-popup {
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999999;
    display: none
}

.bx-video-popup .box-content-video {
    width: 800px;
    height: 555px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bx-video-popup .box-content-video .btn-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    right: -25px;
    background: #FFF;
    color: #333;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
}

.bx-video-popup .box-content-video .btn-close i {
    color: #333
}

.bx-video-popup .video-iframe {
    width: 100%;
    height: 500px;
    float: left;
    background: #000
}

.bx-video-popup .video-iframe iframe {
    width: 100%;
    height: 100%;
}

.bx-video-popup .title-video {
    width: 100%;
    height: auto;
    float: left;
    background: #000;
    color: #FFF;
    padding: 10px;
    box-sizing: border-box;
}

.call-to-action {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 15px;
}

.call-to-action a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 5px;
}

.call-to-action a.call {
    background: #1790d4;
    margin-right: 15px;
}

.call-to-action a.booking {
    background: #f85f89;
}

.popup {
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
}

.popup:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.popup .content-popup {
    width: 60%;
    margin: auto;
    text-align: center;
    position: absolute;
    z-index: 9999999999;
    bottom: 100px;
    left: 0;
    right: 0;
}

.popup .content-popup img {
}

.popup .content-popup .close {
    width: 50px;
    height: 50px;
    color: #FFF;
    position: absolute;
    top: 0;
    right: -50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    cursor: pointer;
}

.home-view-all {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin: 30px 0 10px 0;
}

.home-view-all a {
    text-transform: uppercase;
    font-size: 14px;
    color: #FFF;
    padding: 10px 30px;
    background: #1790d4;
}

.home-view-all a:hover {
    opacity: .9;
}

div.wpcf7-mail-sent-ok {
    text-align: center !important;
    border: 0 !important;
}

.page {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px
}

.page li {
    width: 25px;
    height: 25px;
    float: left;
    background: #9ad8d3;
    text-align: center;
    line-height: 25px;
    margin-right: 5px;
    border-radius: 2px;
}

.page li.active {
    background: #ff6f96;
}

.page li a {
    color: #FFF;
}

.page li span {
    color: #FFF;
}

.showMenuBtn {
    display: none;
}
header .bx-logo-menu.fixed{
    height: auto;
    position: fixed;
    z-index: 999;
    top:0;
    padding:5px 0;
    background-color: #fff;
    left:0;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}
header .bx-logo-menu .logo{
    margin-left: 10px;
}
@media screen and (max-width: 2500px) {
    .call-now-button {
        display: flex !important;
    }

    .quick-call-button {
        display: block !important;
    }
}



.quick-call-button {
    display: none
}

.call-now-button {
    display: none;
    z-index: 100;
    clear: both;
    margin: 0 auto;
    position: fixed;
    border-radius: 50px;
    bottom:20px;
    left:10px
}

.call-now-button div {
    display: flex
}

.call-now-button div p {
    color: #fff;
    display: table;
    padding: 10px;
    border-radius: 0 20px 20px 0;
    height: 34px;
    line-height: 14px;
    background: #ff7400;
    font-size: 21px;
    margin: 8px 10px 8px 45px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'UTM Duepuntozero';
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    box-sizing: content-box;
    text-decoration: none !important;
    box-sizing: border-box
}

.quick-alo-ph-circle.active {
    width: 130px;
    height: 130px;
    top: -40px;
    left: -40px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(255, 116, 0, .4);
    opacity: 1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.quick-alo-ph-circle-fill.active {
    width: 80px;
    height: 80px;
    top: -15px;
    left: -15px;
    position: absolute;
    background-color: #ff7400;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.quick-alo-ph-img-circle.shake {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    background: url(../images/quick-call-button.png) no-repeat center center;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.quick-alo-phone-img-circle.shake {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    background: url(../images/quick-call-button-phone.png) no-repeat center center;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.quick-alo-ph-img-circle.notshake {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    background: url(../images/quick-call-button.png) no-repeat center center;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.quick-alo-phone-img-circle.notshake {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    background: url(../images/quick-call-button-phone.png) no-repeat center center;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

@-moz-keyframes quick-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes quick-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes quick-alo-circle-img-anim {
    10% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}

.call-now-button div a .quick-alo-ph-img-circle, .call-now-button div a .quick-alo-phone-img-circle {
    background-color: #0c3;
}

.call-now-button .call-text {
    color: #fff;
}
.pricingTable{
    text-align: center;
    overflow: hidden;
}
.pricingTable .title{
    display: inline-block;
    width: 90%;
    padding: 3px 0;
    margin: 0;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 30px;
}
.pricingTable .pricing-content{
    background: #fff;
    padding: 0;
    position: relative;
}

.bx-slider h1{
    position: absolute;
    background-color: rgba(255,255,255,.5);
    padding: 15px;
    z-index: 999;
    bottom: 20px;
    left: 50px;
    font-weight: normal;
    font-size: 32px;
}
.pricingTable .price-value{

}
.box-price{
    display: table;
    width: 100%;
    margin-bottom: 20px;
    margin-top:10px
}
.pricingTable{
    transition-timing-function: ease;
    transition: all 0.5s ease;
    top: 0;
    position: relative;
    box-shadow: 0px 0px 5px -2px #000;
    margin:0 5px
}
.price-value i{
    font-size:12px
}
.pricingTable .amount{
    transition-timing-function: ease;
    transition: .5s;
    width: 100%;
    height: 50px;
    float: left;
    background: #363636;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 25px;
    line-height: 50px;
}

.pricingTable .month{
    display: block;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}
.pricingTable .pricing-content ul{
    margin: 0;
    list-style: none;
    text-align: left;
    min-height:451px;
    width: 100%;
    float: left;
}
.pricingTable .pricing-content ul li{
    position: relative;
    font-size: 15px;
    border-bottom: #ebebeb solid 1px;
    padding:10px 0;
    margin:0 5px
}

.pricingTable .pricingTable-signup{
    display: inline-block;
    padding: 5px 15px 5px;
    border: 1px solid #ddd;
    margin:10px auto;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover{
    background: #fff;
    color: #49b0ca;
}
.pricingTable:hover{
    top:-20px;
}
.pricingTable:hover .amount{
    background: #f6c600;
    color: #363636;
}
.col-md-4{
    width: 25%;
    float: left;
}
.footer-col .col-logo i{
    color:#fff
}
.btn-seeall{
    background: #ff6f96;
    color: #FFF;
    text-transform: uppercase;
    border: 0;
    font-size: 14px;
    height: 38px;
    padding: 0 30px;
    display: inline-block;
    line-height: 38px;
    border-radius: 30px;
    margin-top: 10px
}
.btn-seeall:hover{
    color: #fff;
    background: #1790d4;
}
#slider .item {
    margin: 0 10px;
    height: auto;
    float: left;
    box-sizing: border-box;
}
#slider .item .thumb {
    width: 100%;
    height: 280px;
    float: left;
}
#slider .item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#slider .item .title {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 10px;
}
#slider .item .title a {
    display: block;
    text-transform: uppercase;
    color: #1c1b1b;
    font-size: 16px;
    padding-bottom: 10px;
}
#slider .item .title span {
    font-size: 14px;
}
.slick-prev {
    left: 5px;
    z-index: 999;
}
.slick-next{
    right: 5px;
    z-index: 999;
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}
@media screen and (max-width: 680px) {
    body{
        margin: 0 5px;
    }
    #contents img{
        max-width: 100%;
        height: auto !important;
    }
    .bx-slider h1 {
        padding: 5px;
        bottom: 10px;
        left: 10px;
        font-size: 18px;
    }
    .bx-breacrum{
        height: 70px;
    }
    .bx-breacrum ul{
        line-height: 70px;
    }
    .box-content .box-left{
        width: 100%;
        padding-right: 0;
    }
    #page-news{
        border-right: 0;
        padding-right: 0;
    }
    header .bx-logo-menu .menu{
        display: none;
    }
    header .bx-logo-menu{
        height: auto;
    }
    header .bx-logo-menu .bx-search{
        display: none;
    }
    .bx-list-news .item{
        width: 100%;
    }
    .bx-list-news .item:nth-child(1){
        padding-right: 0;
    }
    .bx-list-news .item:nth-child(3){
        padding-left: 0;
    }
    #cate_vip h1{
        margin-top: 15px;
    }
    img{
        max-width: 100%;
        height:auto
    }
    .box-content .box-right{
        width: 100%;
    }
    .call-now-button {
        display: flex !important;
        background: transparent;
        bottom: 70px;
    }
    .call-now-button .call-text {
        display: none
    }
    header .bx-header-top, .bg-box{
        display: none;
    }
    .showMenuBtn{
        display: block;
        color:#000;
        float: right;
        margin-top: 5px;
        margin-right: 10px;
        padding: 8px 15px;
        border: 1px solid #ddd;
        background: #fff;
        border-radius: 4px;
        font-size: 18px;
    }
    header .bx-logo-menu .menu{
        margin-left: 0;
        border-top: 1px solid #ddd;
    }
    header .bx-logo-menu .menu ul li{
        height:auto;
        line-height: 40px;
        width:100%;
        border-bottom: 1px dashed #ccc;
    }
    header .bx-logo-menu .menu .menuSub{
        width: 100%;
        position: static;
        opacity: 1;
        background:none;
        border-radius:0;
        border-top:1px dashed #ccc;
        height: auto;
        background-color: #f1f1f1;
    }
    header .bx-logo-menu .menu .menuSub li{
        border-bottom:1px dashed #ccc;
    }
    header .bx-logo-menu .menu .menuSub li a{
        color:#222;
        display: block;
        padding-left: 40px;
        font-size: 18px;
    }
    header .bx-logo-menu .logo img{
        margin-top: 13px;
        height: 28px;
    }
    header .bx-logo-menu .bx-album{
        display: none;
    }
    .showMenuBtn i{
        color:#222
    }
    .bx-service .list-service-item .col-item{
        width: 100%;
    }
    .col-md-4{
        width: 100% !important;
    }
    .box-price{
        display: table;
        width: 80%;
        margin: auto;
    }
    .bx-service .list-service-item .col-item:nth-child(1){
        padding-right:0
    }
    .row{
        display: block;
    }
    .bx-service .list-service-item .col-item:nth-child(2){
        padding:20px 0
    }
    .bx-album .album-left{
        width: 100%;
    }
    .bx-album .album-left .caption{
        left:30px;
        right:30px
    }
    .bx-album .album-right{
        width: 100%;
        padding-left: 0;
        padding-top:20px
    }
    .bx-album .album-right .list-cate-album{
        text-align:center
    }
    .bx-album .album-right .list-cate-album ul li{
        float: none;
        display: inline-block;
        padding:0 10px
    }
    .bx-album .album-right .list-album{
        float: left;
        width: 100%;
        left: 0;
    }
    .bx-album .album-right .list-album .item{
        width: 100%;
    }
    .bx-album .album-right .list-album .item:nth-child(1){
        padding-right: 0;
    }
    .bx-album .album-right .list-album .item:nth-child(2){
        padding:10px 0
    }
    .bx-album .album-right .list-album .item:nth-child(3){
        padding-left: 0;
    }
    .bx-service .list-service-item .col-item:nth-child(3){
        padding-left: 0;
    }
    .bx-news .list-news .item{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .slick-prev, .slick-next{
        display: none !important;
    }
    .bx-news .list-news .item:nth-child(1){
        padding-right:0
    }
    .bx-news .list-news .item:nth-child(2){
        padding:10px 0
    }
    .bx-news .list-news .item:nth-child(3){
        padding-left: 0;
    }
    .bx-news .list-news{
        display: block;
    }
    .bx-subcriber input{
        width: 340px;
    }
    .bx-subcriber label{
        margin-bottom:15px
    }
    .footer-col .col-3{
        width: 100%;
        margin-bottom: 15px;
        padding-right: 0;
    }
    .footer-col .col-2{
        width: 40%;
        padding:0
    }
    .footer-col .col-time{
        width: 60% !important;
    }
    .footer-col .col-4{
        width: 100%;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 479px){
    .pricingTable .title{ font-size: 25px; }
    .pricingTable .pricing-content ul{
        padding-left: 30px;
        padding-right: 5px;
    }
}