.AdvertMask {
    position: fixed !important;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000007a;
    z-index: 100;
    height: 100%!important;
}
.AdvertisementCenter{
	position: fixed;
	z-index:1000;
}
/*****************************************/
@keyframes item-float {
0% {
left: -20%
}

100% {
left: 120%
}
}

@-webkit-keyframes item-float {
0% {
left: -20%
}

100% {
left: 120%
}
}
.c-book-expand {
    width: 210px;
    height: 35px;
    border: none;
    background-color: #cd0c0c;
    position: absolute;
    z-index: 100;
    bottom: 5%;
    left: 5%;
    cursor: pointer;
    padding: 0;
    box-shadow: 0px 1px 0px rgba(0,0,0,.06), 0 2px 15px rgba(0,0,0,.16);
    border-radius: 130px;
    overflow:hidden;
}
.c-book-expand span {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: Fira Sans, Arial;
    font-weight: bold;
}
.c-book-expand span:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: -15px;
    bottom: -15px;
    background: #fff;
    width: 10px;
    left: -10%;
    filter: blur(15px);
    -webkit-animation-name: item-float;
    animation-name: item-float;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}
.map {
    width: 250px;
    height: 35px;
    border: none;
    background-color: #cd0c0c;
    position: absolute;
    z-index: 100;
    bottom: 5%;
    right: 5%;
    box-shadow: 0px 1px 0px rgba(0,0,0,.06), 0 2px 15px rgba(0,0,0,.16);
    border-radius: 130px;
    overflow:hidden;
}
.map span {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Fira Sans', Arial;
    font-weight: bold;
}
.map span:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: -15px;
    bottom: -15px;
    background: #fff;
    width: 10px;
    left: -10%;
    filter: blur(15px);
    -webkit-animation-name: item-float;
    animation-name: item-float;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}
/*****************************************/
.threecol {
    margin: 25px 0;
}

.threecol .container {
    margin: 0 auto;
    width: 1170px;
}
.threecol .row {
    display: grid;
    grid-template-columns: calc(33% - (30px * 1/2)) calc(33% - (30px * 1/2)) calc(33% - (30px * 1/2));
    grid-column-gap: 30px;
    text-align: center;
}
.threecol .col-md-4 {
    padding: 0 20px;
}
.threecol .box_set:hover a{
    color:#dcaa80;
}
.threecol .box_set .icon {
    display: inline-block;
    margin: 0 auto;
    background: #dcaa80;
    padding: 15px;
    border-radius: 50%;
}
.threecol .box_set .set_content .tt_boxser a {
    font-size: 17px;
    font-weight: 600;
    margin: 5px 0;
}
.threecol .box_set .set_content a {
    line-height:1.5;
}
/**************************************************************/
.top-bar {
    position: absolute;
    right: 26%;
    z-index: 999;
}
.top-bar a{
    color: #ffffff;
    font-size: 14px;
}
.top-bar a:hover {
    color: #fdf5c1;
}
.top-bar a.active {
    color: #fdf5c1;
}
.top-bar .container {
}
.top-bar .row {
    display: inline-flex;
    width:100%;
    position: relative;
}
.top-bar .row .col ul {
    list-style: none;
    display: inline-flex;
    width: 100%;
    padding: 0;
}
.top-bar ul.login {
    margin: 15px 10px 0 0;
}
.top-bar .row .col ul li {
    margin: 0px 10px 0 0;
    padding: 0;
}
.top-bar ul.socialList {
    list-style: none;
    padding: 0;
    margin: 10px 15px 0;
}
.top-bar ul.socialList li {
    display: inline-block;
    margin-right: 10px;
}
.top-bar ul.socialList li a {
    display: block;
    width: 28px;
    height: 28px;
    background: #565656;
    color: #fff;
    text-align: center;
    font-size: 15px;
    -webkit-border-radius: 3px;
    border-radius: 1000px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.top-bar ul.socialList li .fa {
    margin-right: -4px;
    margin-top: 5px;
}
/****************************************************************/

.always-on {
    position: fixed;
    right: 20px;
    top: 111px;
    z-index: 999;
    text-align: center;
}
.always-on>div {
    margin: 0 0 15px 0;
    cursor: pointer;
    clear: both;
    display: inline-block;
}
.always-on .fix-pad {
    padding-left: 0;
    padding-right: 0;
}
.always-on .col-xs-12 {
    width: 100%;
}
.always-on .group-cart>.bg-gray {
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
}
.always-on .bg-gray {
    padding: 13px 0;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 40px -4px rgb(167, 167, 167);
    -moz-box-shadow: 0 0 40px -4px rgba(167, 167, 167);
    box-shadow: 0 0 40px -4px rgb(167, 167, 167);
    z-index: 1111;
    position: relative;
}
a:active, a:hover, a:link, a:visited {
    outline: 0;
    text-decoration: none!important;
}
.always-on>div .fa{
    color:#fff;
    font-size: 32px;
    line-height: 35px;
}
.always-on .group-cart .text-number {
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
}
.always-on .text-number {
    height: 60px;
    font-size: 25.89px;
    font-family: UTM-alter-gothic;
    width: 254px;
    margin-right: -50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 10px -4px rgba(17,17,17,.7);
    -moz-box-shadow: 0 0 10px -4px rgba(17,17,17,.7);
    box-shadow: 0 0 10px -4px rgba(17,17,17,.7);
    padding-right: 45px;
}
.always-on .text-number.hide {
    display: none;
}
.group-cart:hover .hide,  .group-call:hover .hide{
    display: block;
}
.always-on .group-call>.bg-gray {
    background: #ed2b23;
    background: linear-gradient(to right top, #ed2b23, #ff5300, #ff5900);
}
.always-on .group-call .text-number {
    background: #ed2b23;
    background: linear-gradient(to right top, #ed2b23, #ff5300, #ff5900);
}
.always-on>div p {
    margin-bottom: 4px;
    line-height: 16px;
    margin-top: 10px;
}
.always-on .text-number a, .always-on .text-number p {
    color: #fff;
    font-family:Roboto;
    font-size:20px;
}

/*-------------------------------------------------------------------------------------------------------*/
*{
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   scroll-behavior: smooth;

}
/*************************************************/
.header-social {
    position: fixed;
    right: 0px;
    top: 30%;
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-social ul{
    list-style:none;
  	margin:0;
  	padding:0;
}
.header-social.fix-header-social .social-block li {
    margin-bottom: 8px;
}
.header-social.fix-header-social .social-block .wrap {
    display: inline-block;
    float: none;
    width: 36px;
    height: 36px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 36px;
    background: black;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #5c5b5b;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.header-social .social-block li .wrap {
    display: block;
    /* padding-bottom: 15px; */
}
.header-social.fix-header-social .social-block .wrap .social-icon-after, .header-social.fix-header-social .social-block .wrap .social-icon-before {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(18px);
    -moz-transform: translateZ(18px);
    -ms-transform: translateZ(18px);
    -o-transform: translateZ(18px);
    transform: translateZ(18px);
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
    color: #212121;
    font-size: 12px;
}
.header-social.fix-header-social .social-block .wrap .social-icon-before {
    background: #03c2ea;
    display: block;
}
.header-social .social-block li .wrap .social-icon-before {
    display: none;
}
.header-social .social-block li .wrap .fa {
    color: white;
    line-height: 36px;
}
.header-social.fix-header-social .social-block .wrap .social-icon-after {
  -webkit-transform: rotateX(90deg) translateZ(18px);
  -moz-transform: rotateX(90deg) translateZ(18px);
  -ms-transform: rotateX(90deg) translateZ(18px);
  -o-transform: rotateX(90deg) translateZ(18px);
  transform: rotateX(90deg) translateZ(18px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header-social.fix-header-social .social-block .wrap .social-icon-after {
    background: #fe6635;
}
.header-social.fix-header-social .social-block .wrap:hover {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.header-social.fix-header-social .social-block .wrap:hover .social-icon-after {
  webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible;
}
.hero-banner-right {
    position: absolute;
    right: 5%;
}
.hero-banner-right .pull-right {
    float: right!important;
}
.hero-banner-right .box-right .menus {
    display: inline-block;
    padding-left: 10px;
    border-left: 1px solid #dddddd;
    margin-left: 10px;
}
.hero-banner-right .box-right .menus > li {
    display: inline-block;
}
.hero-banner-right .box-right .menus > li > .a {
    display: block;
    padding: 2px 5px;
    color: #333333;
}
.hero-banner-right .box-right .menus > li > .a .icon {
    margin-right: 5px;
}


/********************************************/
.hotline {
    position:absolute;
    right:0;
}
.hotline dl {
    float: left;
    width: 160px;
    margin: 35px 0 0 0;
    font-size: 14px;
    position: relative;
}
.hotline dl dt {
    position: absolute;
    top: -12px;
    left: 35px;
}
.hotline dl dt span {
    display: inline-block;
    font-size: 11px;
    background: #ff5450;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 5px;
}
.hotline dl dd {
    background: rgba(255,255,255,.8);
    border: 1px solid #fff;
    padding: 15px 10px 10px;
    border-radius: 5px;
    margin: 0 5px 0 30px;
}
.hotline dl dd em {
    display: block;
    color: #333;
}
