/*
Theme Name: Flatsome Upweb
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
 font-family: UTM-Centur;
 src: url(/wp-content/themes/fonts/UTM-Centur.ttf);
 font-weight: normal;
 }
/*pt_custom*/
.order_note_pt p{
	margin-bottom:5px;
}
.page-template-page-checkout .product-quantity{
	display:none;
}
.add_multi{
	pointer-events:none;
}
.add_multi.active{
	pointer-events:unset;
}
.order_note_pt{
	padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 30px;
    background: #f3f3f3;
}
.add_multi{
	margin-right:0;
    width: 100%;
}
.table_info_wrap{
	padding: 15px;
    background: #f1f1f1;
    margin-bottom: 10px;
}
.table_flex+.table_flex{
	margin-top:10px;
}
.table_flex{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.inp_hide{
	display:none;
}
.chose_booking{
	width: 200px;
    margin-right: 0;
    margin-left: auto;
    margin-top: 15px;
	height: 40px;
    font-size: 14px;
	margin-bottom:0
}
.form_loc_wrap{
	display:flex;
	align-items:center; 
	justify-content:center;
	margin:auto;
	flex-wrap: wrap;
}
.form_product_loc_wrap>*+*{
	margin-left:10px;
}
.form_product_loc{
	margin-left: -10px;
    margin-right: -10px;
    padding: 32px;
    background: #c5c5c5;
    margin-bottom: 15px;
}
.form_product_loc_wrap>*{
	flex: 1;
}
.form_product_loc_wrap{
	display:flex;
	align-items:center;
	justify-content:center;
}
.form_product_loc input,.form_product_loc select{
	margin-bottom:0
}
.form_loc_wrap>*+*{
	margin-left:30px;
}
.buttons_hide_number::-webkit-outer-spin-button,
.buttons_hide_number::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
.form_item_sl{
	display:flex;
	
}
.title-box{
	    background-color: #0156a7;
    padding: 0.9rem 0.7rem;
    font-size: 14px;
    color: #fff;
    position: relative;
}
.btn_volume .button.is-form{
	width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #dddddd!important;
    border-radius: 100%!important;
	min-height:unset;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    margin-left: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.note_ng p{
	margin-bottom:0px;
	font-size:18px;
}
.ui-datepicker-calendar{
	margin-bottom:0;
	    padding: 0 15px 15px 15px;	
}
.form_loc_wrap{
	border: 10px solid #eee;
    border-radius: 50px;
    background-color: #242424;
    padding: 15px;
	width:max-content;
}
.form_loc_wrap .datapicker,.form_loc_wrap [type="number"]{
	border-radius: 50px;
	display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form_loc_wrap>div input{
	margin-bottom:0;
}
.ui-datepicker-today{
	font-weight:bold;
	background:#ddd;
}
.ui-datepicker-calendar td{
	text-align:center;
}
.ui-datepicker-header>*{
	cursor:pointer;
}
.ui-datepicker-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    width: 100%;
    flex-wrap: wrap;
	padding: 15px 15px 0 15px;
}
.ui-datepicker-title{
	width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}
#ui-datepicker-div{
	width: 300px;
/*     padding: 15px; */
    background: #fff;
    border-radius: 7px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.note_ng{
	padding: 0 1rem;
}
.btn_volume{
	flex: 1;
    text-align: right;
    margin: 0.2rem 0;
}
input[type=number].buttons_hide_number{
	width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #dddddd;
    border-radius: 100%;
    font-weight: 500;
    font-size: 16px;
    font-weight: 600;
}
/* Firefox */
.buttons_hide_number[type=number] {
  -moz-appearance: textfield;
}
.input_sl_pt{
	position:relative;
}
.form_sl{
	display: none;
}
.form_sl.active{
	display:block;
	position: absolute;
    background: #fff;
    z-index: 9999;
    padding: 0;
    width: auto;
    min-width: 350px;
    left: 0;
    top: 55px;
}
.form_item_sl{
	padding:5px 15px;
}
.bt-close{
	font-size: 18px;
    color: #fff;
    display: inline-flex;
}
.title-box{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.btn_volume .input-text{
	display:none;
}
/*pt_custom*/
div#top-bar {
    background: linear-gradient(to right, #5d0709, #52211d, #380000);
}
.header-inner.flex-row.container.logo-left.medium-logo-center {
    height: auto;
}
.top-bar-tt ul {
    display: flex;
}
.top-bar-tt ul li {
    padding-right: 20px;
    list-style-type: none;
    font-size: 13px;
    margin-bottom: 0;
}
.top-bar-tt ul li i {
    font-size: 13px;
    /* line-height: 23px; */
    background-color: #d4d4d4;
    width: 20px;
    height: 20px;
    /* display: inline-block; */
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}
.top-bar-tt1 ul {
    display: flex;
    list-style-type: none;
    align-items: center;
}
.top-bar-tt1 ul li {
    padding: 0 12px;
    margin-bottom: 0;
}
.top-bar-tt1 ul li a {
    /* display: inline-block; */
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}
.top-bar-tt1 ul li:last-child {
    background: #2F4858;
    height: 37px;
    align-items: center;
    display: flex;
    padding: 8px 42px;
}
h1.title-header {
    font-size: 46px;
    margin: 0 0 1.2rem 0;
    line-height: 1.3;
    text-shadow: 2px 2px 20px #2f2f2f;
    font-family: "UTMCentur";
    color: white;
    font-weight: bold !important;
}
.text-white {
    color: #fff !important;
}
h2.section-title1 b {
    font-family: "UTMCentur";
    font-size: 22px;
    text-transform: uppercase;
    display: block;
	font-weight: 600;
}
.about-home__left {
    padding-right: 50px;
}
h2.section-title1 span {
    font-size: 18px;
    background: linear-gradient(to right, #a9843d, #cdbe7d, #aa863c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight: 600;
}
h2.section-title1 br {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem !important;
}
.about-home__left p {
    font-size: 13px;
}
.about-home__left__contact {
    display: flex;
    align-items: center;
}
.about-home__left__contact i {
    font-size: 40px;
    background: linear-gradient(to right, #a9843d, #cdbe7d, #aa863c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
}
.about-home__left__contact b {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.about-home__left__contact b > span:first-child {
    background: linear-gradient(to right, #a9843d, #cdbe7d, #aa863c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-home__bottom__item {
    text-align: center;
    color: #fff;
}
.about-home__bottom__item__number {
    font-size: 36px;
    font-family: "UTMCentur";
}
.about-home__bottom__item__title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 50px;
    position: relative;
}
.about-home__bottom__item__title::after {
    transition: 0.4s;
    content: "";
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translate(-50%, 0);
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
}
.about-home__bottom__item__body {
    font-size: 13px;
}
.about-home__bottom .col {
    padding: 0 10px !important;
}
.about-home__bottom {
    padding: 70px 0;
    position: relative;
}
.about-home__bottom::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 175px;
	width: 100%;
    height: 5px;
	z-index: -1;
    background: linear-gradient(to right, #57423f, #a9843d, #cdbe7d, #aa863c, #57423f);
}
.headerbox .desc {
    color: #414042;
    font-size: 13.5px;
}
.headerbox {
    padding: 15px 0 25px 0;
}
.service-home__item .box-text.text-center {
    padding: 0;
    background: #fff;
}
.service-home__item__body {
    flex: 1;
    background-color: #fff;
    padding: 20px;
	height: 235px;
}
.service-home__item__body__icon i {
    background: linear-gradient(to right, #a9843d, #cdbe7d, #aa863c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
}
.service-home__item__body__title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}
.service-home__item__body__description {
    font-style: italic;
    color: #666;
    margin-bottom: 30px;
    position: relative;
}
.service-home__item__body__description:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background-color: #333;
}
.service-home__item__body__content{
	font-size: 13px;
}
.service-home__item {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.daonguoc .box-image {
    order: 2;
}
.tienich .box-image{
	margin: 0 !important;
}

.fl2 .col-inner {
    display: flex;
}
.imbdv {
    flex: 1;
    margin: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.imbdv:hover {
    flex: 2;
}
.imbdv .box-image {
    height: 300px;
    position: relative;
}
.imbdv .box-image a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.imbdv .box-image a img {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    min-width: 100%;
    min-height: 100%;
    max-height: 110%;
    width: auto;
}
.imbdv:hover a:before {
    -webkit-animation: circle 0.75s;
    animation: circle 12.75s;
}
.imbdv .box-image a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.imbdv:hover img {
    transform: translate(-50%, -50%) scale(1.12);
    -webkit-transform: translate(-50%, -50%) scale(1.12) !important;
    -moz-transform: translate(-50%, -50%) scale(1.12);
    -o-transform: translate(-50%, -50%) scale(1.12);
    -ms-transform: translate(-50%, -50%) scale(1.12);
}
.imbdv .box-text.text-center {
    padding: 1rem 0 1rem 2rem;
    position: absolute;
    text-align: left;
    bottom: -100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.imbdv:hover .box-text.text-center {
    bottom: 0;
}
.imbdv .title a {
    color: #fdaf17;
    font-family: "UTMCentur";
    font-size: 18px;
}
.imbdv .title .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.imbkh {
    padding: 0;
    text-align: center;
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    position: relative;
    margin: 0;
}
.imbkh:hover {
    margin-top: -20px;
}
.imbkh:before {
    content: "“";
    top: 0;
    left: 30px;
    line-height: 34px;
    font-family: "UTMCentur";
    color: #705429;
    font-size: 62px;
    position: absolute;
    font-weight: bold;
}
.imbkh .box-image {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 3px solid #ebebeb;
    margin: 15px auto;
    border-radius: 50%;
    position: relative;
}
.imbkh .box-image img {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    max-width: 120%;
    max-height: 120%;
}
.imbkh .box-text.text-center {
    background: transparent;
}
.imbkh .brief {
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #fff;
    font-size: 13px;
}
.imbkh .name {
    color: #fff;
    font-family: "UTMCentur";
    font-size: 14px;
    padding: 10px 0 0 0;
    text-transform: uppercase;
}
.vitri {
    background-size: cover !important;
    background-position: center;
    background-color: #fff !important;
    padding: 30px 40px;
    box-shadow: -10px 10px 20px -17px #000;
    background: url(/wp-content/uploads/2023/03/7106layer-916.png);
}
div#map-box-6 h3 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 10px !important;
    color: #333;
    font-weight: 500;
}
div#map-box-6 h3 span {
    font-size: 35px;
    margin-left: 4px;
    font-family: "UTMCentur";
}
div#map-box-6 ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}
div#map-box-6 ul li {
    position: relative;
    margin-bottom: 3px;
    margin-left: 20px;
    transition: 0.3s;
    font-size: 13px;
	cursor: pointer;
}
div#map-box-6 ul li:before {
    content: "";
    font-family: fontawesome;
    font-size: 5px;
    margin-right: 10px;
    transition: 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    display: flex;
    align-items: center;
    max-height: 22px;
}
.col0{
	padding-bottom: 0px !important;
}
div#map-box-6 ul li:hover {
    margin-left: 25px;
}
.ftcl1 {
    padding-bottom: 24px !important;
}
.fttt h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 1.2rem 0;
    color: #fff;
}
.footer-desc {
    text-align: center;
    max-width: 450px;
    margin: 1rem auto;
}
.footer-desc p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0px;
}
.ftcl4 .flex-row.form-flat.medium-flex-wrap {
    position: relative;
    /* color: #fff; */
    /* display: flex; */
}
.ftcl4 input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    border-radius: 0;
    background: linear-gradient(to right, #5d0709, #52211d, #380000);
    border: none;
    font-size: 13.5px;
    color: #fff !important;
}
.ftcl4 button.btn.btn-success {
    position: absolute;
    right: 6px;
    top: 2px;
    padding: 0.2rem 0.4rem;
    font-size: 11px;
    border-radius: 0;
    background-color: #2F4858;
    border: none;
    margin: 0 !important;
    color: #fff;
    line-height: 23px;
}
div#wpcf7-f759-o1 input::placeholder{
	color: #fff;
}
.flicon a {
    background: linear-gradient(to right, #5d0709, #52211d, #380000) !important;
    font-size: 12px;
    border: none;
    margin: 0 0.5rem 0 0 !important;
}
.setc6 ul.nav.nav-line-bottom.nav-normal.nav-size-normal.nav-center li a {
    padding: 0 10px 5px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.setc6 .nav-line-bottom>li>a:before {
    background-color: #333 !important;
    height: 1px !important;
}
.bl1 .box-text.text-left {
    border-left: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding: 0 10px;
}
.bl1 h5.post-title.is-large {
    margin-bottom: 10px !important;
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #222222;
}
.bl1 .is-divider {
    display: none;
}
.bl1 p.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 13px;
    margin-bottom: 20px !important;
}
.prks .box-image {
    height: 190px;
    position: relative;
}
.prks img {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    min-width: 100%;
    min-height: 100%;
    max-width: 110%;
    width: auto;
    object-fit: cover;
}
.prks .box-text.text-left {
    padding: 1.2rem 1.2rem;
    background-color: #fff;
}
.prks p.name.product-title.woocommerce-loop-product__title {
    font-size: 21px;
    font-family: "UTMCentur";
    margin: 0 0 0.7rem 0;
}
span.color-WiFi.Free:before {
    content: "";
    background: url(/wp-content/uploads/2023/03/wifi-1-1.png);
    width: 22px;
    height: 22px;
    position: absolute;
    background-size: cover !important;
    left: 20px;
}
span.color-Reception:before{
	content: "";
    background: url(/wp-content/uploads/2023/03/reception-bell.png);
    width: 22px;
    height: 22px;
    position: absolute;
    background-size: cover !important;
    left: 20px;
}
span.color-Bathtub:before{
	content: "";
    background: url(/wp-content/uploads/2023/03/bathtub.png);
    width: 22px;
    height: 22px;
    position: absolute;
    background-size: cover !important;
    left: 20px;
}
span.color-Vertical.Bathhub:before{
	content: "";
    background: url(/wp-content/uploads/2023/03/shower.png);
    width: 22px;
    height: 22px;
    position: absolute;
    background-size: cover !important;
    left: 20px;
}
span.color-Breakfast:before{
	content: "";
    background: url(/wp-content/uploads/2023/03/breakfast.png);
    width: 22px;
    height: 22px;
    position: absolute;
    background-size: cover !important;
    left: 20px;
} 
.prks ul li {
    list-style-type: none;
    margin-left: 30px !important;
    line-height: 27px;
	font-size: 13px;
}
.prks a.button {
    background-color: #000 !important;
    font-weight: 800;
    padding: 12px 20px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    border: none;
    margin: 0 !important;
    line-height: 17px;
}
.prks .price-wrapper {
    position: absolute;
    right: 30px;
}
.prks span.devvn_woocommerce_price_prefix {
    display: block;
    text-align: left;
    font-size: 13px;
    line-height: 15px;
    color: #808285;
    font-weight: 500;
}
.prks span.woocommerce-Price-amount.amount {
    font-weight: 600;
    font-size: 18px;
    -webkit-background-clip: text;
    margin-left: 3px;
}
.prks span.woocommerce-Price-currencySymbol {
    text-align: left;
    font-size: 10px;
    margin-top: 0.3rem;
    color: #808285 !important;
    font-weight: 500;
}
.prks span.devvn_woocommerce_price_suffix {
    display: block;
    text-align: right;
    font-size: 13px;
    line-height: 15px;
	  color: #808285;
}
.prks ul {
    padding-top: 16px;
}
.prks .ttsp {
    display: none;
}
p.pmt {
    margin: 0 0 0.1rem 0;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 64px;
}
.absolute-footer.dark.medium-text-center.text-center {
    border-top: 1px solid #5D0709;
}
.shop-container .product-small {
    position: relative;
    background-color: #f8f8f8;
    padding: 0;
	margin-bottom: 32px;
}
.shop-container .product-small.box.box-vertical {
    margin: 0 0 0 0;
    padding: 1.2rem;
}
.shop-container .box-vertical .box-image{
	vertical-align: top;
}
.shop-container .box-text.box-text-products {
    padding: 8px 0px 8px 30px;
}
.shop-container p.name.product-title.woocommerce-loop-product__title a {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    font-family: "UTMCentur";
    color: #333132;
	text-transform: uppercase;
}
.shop-container .pmt {
    margin: 16px 0 !important;
	height: auto;
}
.shop-container ul li {
    list-style-type: none;
    margin-left: 30px !important;
    line-height: 27px;
    font-size: 0px;
}
.shop-container ul li:first-child {
    margin-left: 0 !important;
}
.shop-container span.color-WiFi.Free:before, .shop-container span.color-Reception:before, .shop-container span.color-Bathtub:before, .shop-container span.color-Vertical.Bathhub:before, .shop-container span.color-Breakfast:before{
	left: auto !important;
}
.shop-container ul {
    display: flex;
	margin-bottom: 5px;
}
.shop-container span.woocommerce-Price-amount.amount {
    display: flex;
    flex-direction: row-reverse;
}
.shop-container span.woocommerce-Price-amount.amount bdi {
    display: flex;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    line-height: 20px;
    color: #000;
}
.shop-container span.woocommerce-Price-currencySymbol {
    order: 2;
	margin-left: 3px;
}
.shop-container span.devvn_woocommerce_price_suffix {
    font-size: 11px;
    text-align: center;
    line-height: 11px;
    display: flex;
    flex-direction: row-reverse;
    color: #000;
}
.shop-container span.devvn_woocommerce_price_prefix {
    display: none;
}
.post-type-archive-product .shop-container a.button {
    display: none;
}
.shop-container .box-vertical .box-text {
    vertical-align: top !important;
}
.ttsp {
    font-size: 12.5px;
    margin: 16px 0;
    color: #000;
}
.ttsp strong:nth-child(2) {
    margin-left: 30px;
}
.ttsp strong {
    margin-right: 0.2rem;
}
h1.product-title.product_title.entry-title {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 8%;
    left: 50%;
    color: #fff;
    font-size: 38px;
    text-shadow: 0 0 30px #474747;
    text-align: center;
    width: 100%;
    line-height: 1.3;
    font-family: "UTMCentur";
	text-transform: uppercase;
}
.sanpham, .lienhe {
    margin-top: -140px !important;
}
.product-thumbnails.thumbnails.slider-no-arrows.slider.row.row-small.row-slider.slider-nav-small.small-columns-4.is-draggable.flickity-enabled, .product-thumbnails.thumbnails.slider.row.row-small.row-slider.slider-nav-small.small-columns-4.is-draggable.flickity-enabled {
    display: none;
}
ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left {
    display: none;
}
.shop-container .setc2 ul {
    display: block;
}
.shop-container .setc2 span.color-WiFi.Free:before, .shop-container .setc2 span.color-Reception:before, .shop-container .setc2 span.color-Bathtub:before, .shop-container .setc2 span.color-Vertical.Bathhub:before, .shop-container .setc2 span.color-Breakfast:before {
    left: 20px !important;
}
.shop-container .setc2 ul li {
    list-style-type: none;
    margin-left: 30px !important;
    line-height: 27px;
    font-size: 13px;
}
.shop-container .setc2 ul li:first-child {
    margin-left: auto;
}
.page-title-inner.flex-row.medium-flex-wrap.container {
    justify-content: center;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 38px;
    text-shadow: 0 0 30px #474747;
    text-align: center;
    width: 100%;
    line-height: 1.3;
    font-family: "UTMCentur";
}
ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase>li {
    margin: 0;
}
ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase>li>a {
    padding: 0.4rem 1rem;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}
ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase>li>a:hover{
	color: #c7c7c7;
}
.stuck .header-main {
    background: #57423f;
}
.stuck .header-main ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase>li>a {
    color: #fff;
}
.sanpham div#tab-description h2 {
    font-family: "UTMCentur";
    color: #333132;
    font-size: 30px;
	text-transform: uppercase;
}
.sanpham div#tab-description p {
    margin-bottom: 16px !important;
    font-size: 14px;
    color: #000000;
}
.post-type-archive-product .shop-container .products .box-vertical .box-image{
	    width: 300px !important;
    min-width: 300px !important;
}
.lienhe h2.company-name {
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 16px 0 !important;
}
.cotlienhe2 p {
    margin: 0 0 0.7rem 0;
    line-height: 1.7;
    font-size: 13px;
}
.form-lh.name label, .woocommerce-billing-fields__field-wrapper label {
    margin-bottom: 0.4rem;
    font-weight: 600;
    font-size: 13px;
}
.formlienhe input, .woocommerce-billing-fields__field-wrapper input {
    height: 30px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 13px;
    box-shadow: none;
}

element.style {
}
button.btn12 {
    background-color: #f40000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}
.trtt h1 {
    font-size: 38px;
    text-shadow: 0 0 30px #474747;
    text-align: center;
    width: 100%;
    line-height: 1.3;
    font-family: "UTMCentur";
}
.gtt .col-inner {
    padding: 15px;
    box-shadow: -3px 3px 6px #d0d0d0;
}
.bl1 {
    margin-top: 0 !important;
}
.btn_add_cart a {
    background: #c7c7c7;
    font-size: 14px;
    padding: 2px 0;
    margin-bottom: 8px;
}
.sophong, .donvi {
    font-size: 13px;
    color: #000;
}
.thanhtien {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
p.form-row-first, p.form-row-last {
    float: left;
    width: 100%;
}
.checkout-page-title.page-title, .woocommerce-message.message-wrapper {
    display: none;
}
.nddk {
    max-height: 200px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 0.6rem;
    border-radius: 6px;
    background-color: #ececec;
    margin: 0 0 0.7rem 0;
}
.header-bg-color, .header-bg-image {
    transition: background .0s;
}
.ib2 .box-text.text-center {
    background: #fff;
}
.ib2 .title {
    text-align: left;
}
.ib2 .title a {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    padding-bottom: 10px;
}
.ib2 .desc {
    font-size: 13px;
    border-top: 1px solid;
    padding-top: 10px;
}
p.ww {
    margin-bottom: 0;
}
.links>li>a:before, i[class*=" icon-"], i[class^=icon-] {
    line-height: 0;
}
.products.row.row-small.has-box-vertical.large-columns-1.medium-columns-3.small-columns-2 {
    display: block;
}
.sanpham div#tab-description {
    text-align: center;
}
li.menu-item.menu-item-gtranslate-child {
    padding: 0 5px;
    margin: 0;
}
a.gt-current-wrapper.glink.nturl.notranslate.gt_raw_link-xxjexk {
    display: none;
}
li.menu-item.menu-item-gtranslate.menu-item-has-children.notranslate ul.dropdown-menu.sub-menu {
    display: flex;
}
.gt_switcher_wrapper {
    display: none;
}
i.icon-menu, i.icon-search {
    color: #fff;
}
.off-canvas .sidebar-menu {
    padding: 0px;
}
.logomobile {
    justify-content: center;
    display: flex;
}
.logomobile img {
    width: 70%;
}
ul.nav.nav-sidebar.nav-vertical.nav-uppercase li a {
    color: #fff;
    font-weight: 600;
}
.mfp-content {
    background-color: #57423f !important;
}
.gtt h2 {
    margin-bottom: 30px !important;
}
div#comments {
    display: none;
}
.post-template-default.single.single-post div#masthead, .page-template.page-template-page-checkout.page-template-page-checkout-php div#masthead{
    background-color: #57423f;
}
.setc1 {
    padding: 50px 0 0 0 !important;
}
.setc3 {
    padding: 35px 0 50px 0 !important;
}
.setc6, .setc5, .setc4 {
    padding: 35px 0 0 0 !important;
}
.setc7 {
    padding: 50px 0 !important;
}
@media screen and (min-width: 850px){
.submit_form_pt i{
	background: linear-gradient(to right, #5d0709, #52211d, #380000);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 16px;
    height: 38px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    cursor: pointer;
}
	.tienich .col {
    padding: 0;
}
	.boloc {
        margin-top: -135px;
    padding-bottom: 0 !important;
}
	.gtt .col-inner {
    padding: 32px;
}
}
@media screen and (max-width: 549px) {
	.rlienhe {
    display: flex;
}
	.cotlienhe2 {
    order: 1 !important;
}
	.cotlienhe1 {
    order: 2 !important;
}
	.lienhe{
	margin-top: 30px !important;
	}
		.input_date_pt, .input_sl_pt {
    width: 100%;
    margin: 0 0 1rem 0;
}
	.submit_form_pt {
    background: linear-gradient(to right, #5d0709, #52211d, #380000);
    width: 100%;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 16px;
    width: 100%;
    height: 38px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
	.form_loc_wrap {
    width: auto;
}
	.form_loc_wrap>*+* {
    margin-left: 0px;
}
	.boloc {
    padding-top: 0px;
}
	h1.title-header {
    font-size: 22px;
}
		.about-home__left {
    padding-right: 0px;
}
	.vitri {
    padding: 30px 20px;
}
	.ftcl4 button.btn.btn-success {
    top: 7px;
}
	.form_product_loc_wrap {
    display: block !important;
}
		.form_product_loc_wrap>* {
    margin: 0 0 0.5rem 0;
}
	.shop-container .box-text.box-text-products {
    padding: 15px 0 0 0;
}
	.post-type-archive-product .shop-container .products .box-vertical .box-image {
    width: auto !important;
}
	.flex-col.medium-text-center.form-flat.upweb {
    font-size: 22px;
}
	.has-transparent + .page-title:first-of-type {
    padding-top: 220px !important;
}
	.sanpham, .lienhe {
    margin-top: 15px !important;
}
	.gtt h2 {
    margin-bottom: 20px !important;
}
}
@media screen and (max-width: 849px) and (min-width: 549px){
		.rlienhe {
    display: flex;
}
	.cotlienhe2 {
    order: 1 !important;
}
	.cotlienhe1 {
    order: 2 !important;
}
		.lienhe{
	margin-top: 30px !important;
	}
	h1.title-header {
    font-size: 26px;
}
	.input_date_pt, .input_sl_pt {
    width: 100%;
    margin: 0 0 1rem 0;
}
	.submit_form_pt {
    background: linear-gradient(to right, #5d0709, #52211d, #380000);
    width: 100%;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 16px;
    width: 100%;
    height: 38px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
	.form_loc_wrap {
    width: auto;
}
	.form_loc_wrap>*+* {
    margin-left: 0px;
}
	.boloc {
    padding-top: 0px;
}
	.about-home__left {
    padding-right: 0px;
}
	.about-home__bottom__item__title {
    font-size: 14px;
}
	.about-home__bottom__item__body {
    font-size: 12px;
}
	.prks a.button {
    padding: 11px 5px; 
}
	.prks .price-wrapper {
    right: 10px;
}
		.ftcl4 button.btn.btn-success {
    top: 7px;
}
	.has-transparent + .page-title:first-of-type {
    padding-top: 250px !important;
}
	.form_product_loc_wrap {
    display: block !important;
}
	.form_product_loc_wrap>* {
    margin: 0 0 0.5rem 0;
}
	.post-type-archive-product .shop-container .products .box-vertical .box-image {
    width: 226px !important;
    min-width: 226px !important;
}
	.flex-col.medium-text-center.form-flat.upweb {
    font-size: 22px;
}
	.sanpham, .lienhe {
    margin-top: 15px !important;
}
}
/* Phone call */
/*------------------- call button ---------------------*/
.face-now {
    position: fixed;
    left: -15px;
    bottom: 290px;
    z-index: 88888;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.face-now .circle {
    border-color: #3b5998;
}
.face-now .circle, .face-now .circle-fill {
    background-color: #5d0709;
}
.face-now .call-now .img-circle {
    background: linear-gradient(to right, #5d0709, #52211d, #380000);
	width: 30px;
    height: 30px;
    top: 45px;
    left: 45px;
    position: absolute;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 1;
    box-sizing: initial;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.zalo-now {
    position: fixed;
    left: -15px;
    bottom: 230px;
    z-index: 88888;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.zalo-now .circle {
    border-color: #43a1f3;
}
.zalo-now .call-now .circle-fill {
    background-color: #5d0709;
}
.zalo-now .call-now .img-circle {
	background: linear-gradient(to right, #5d0709, #52211d, #380000);
		width: 30px;
    height: 30px;
    top: 45px;
    left: 45px;
    position: absolute;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 1;
    box-sizing: initial;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.phone-call-now {
    position: fixed;
    left: -15px;
    bottom: 170px;
    z-index: 88888;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.phone-call-now .circle {
    border-color: #ff0307;
}
.phone-call-now .call-now .circle-fill {
    background-color: #5d0709;
}
.phone-call-now .call-now .img-circle {
	background: linear-gradient(to right, #5d0709, #52211d, #380000); 
		width: 30px;
    height: 30px;
    top: 45px;
    left: 45px;
    position: absolute;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 1;
    box-sizing: initial;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.call-now {
    position: relative;
    cursor: pointer;
    z-index: 5000;
}
.call-now > span {
    position: absolute;
    font-size: 20px;
    top: 40px;
    left: 40px;
    background: #f1f1f1;
    font-weight: 600;
    line-height: 40px;
    padding: 0 10px 0 45px;
    border-radius: 20px;
    z-index: -1;
    color: #d33;
}
.call-now .circle {
    width: 80px;
    height: 80px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.4;
    -webkit-animation: dr-widget-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: dr-widget-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: dr-widget-circle-anim 1.2s infinite ease-in-out;
    -o-animation: dr-widget-circle-anim 1.2s infinite ease-in-out;
    animation: dr-widget-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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%;
}
.call-now .circle-fill {
    width: 60px;
    height: 60px;
    top: 30px;
    left: 30px;
    position: absolute;
    background-color: #5d0709;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 0.2;
    -webkit-animation: dr-widget-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: dr-widget-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: dr-widget-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: dr-widget-circle-fill-anim 2.3s infinite ease-in-out;
    animation: dr-widget-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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%;
}
.call-now .img-circle {
    width: 30px;
    height: 30px;
    top: 45px;
    left: 45px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url('img/phone.png') no-repeat center center;
    background-size: 80% 80%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 0.4;
    box-sizing: initial;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.call-now .circle-shake {
    -webkit-animation: dr-widget-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: dr-widget-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: dr-widget-circle-img-anim 1s infinite ease-in-out;
    -o-animation: dr-widget-circle-img-anim 1s infinite ease-in-out;
    animation: dr-widget-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%;
}
@-moz-keyframes dr-widget-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(0.5) skew(1deg);
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
        -moz-opacity: 0.1;
        -webkit-opacity: 0.1;
        -o-opacity: 0.1;
   }
    30% {
        -moz-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
        -moz-opacity: 0.5;
        -webkit-opacity: 0.5;
        -o-opacity: 0.5;
   }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
        -moz-opacity: 0.1;
        -webkit-opacity: 0.1;
        -o-opacity: 0.1;
   }
}
@-webkit-keyframes dr-widget-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
        opacity: 0.1;
        transform: rotate(0) scale(0.5) skew(1deg);
   }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
   }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
   }
}
@-o-keyframes dr-widget-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(0.5) skew(1deg);
        -o-opacity: 0.1;
        transform: rotate(0) kscale(0.5) skew(1deg);
        opacity: 0.1;
   }
    30% {
        -o-transform: rotate(0) scale(0.7) skew(1deg);
        -o-opacity: 0.5;
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
   }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: 0.1;
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
   }
}
@keyframes dr-widget-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
   }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
   }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
   }
}
@-moz-keyframes dr-widget-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
   }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        transform: rotate(0) -moz-scale(1) skew(1deg);
   }
    100% {
        -moz-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
   }
}
@-webkit-keyframes dr-widget-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
   }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
   }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
   }
}
@-o-keyframes dr-widget-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
   }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
   }
    100% {
        -o-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
   }
}
@keyframes dr-widget-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
   }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
   }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
   }
}
@-moz-keyframes dr-widget-circle-img-anim {
    0% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
   }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
   }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
   }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
   }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
   }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
   }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
   }
}
@-webkit-keyframes dr-widget-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
   }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
   }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
   }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
   }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
   }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
   }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
   }
}
@-o-keyframes dr-widget-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
   }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
   }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
   }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
   }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
   }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
   }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
   }
}
@keyframes dr-widget-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
   }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
   }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
   }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
   }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
   }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
   }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
   }
}
/* End Phone call */
