@charset "UTF-8";
@import url('animate.css');
@import url('fonts/css.css');
@import url('fonts/awesome/font-awesome.css');
@font-face {
    font-family: 'BabelSans';
    src: url(../fonts/uvflhst/UVFLHLine1SansThin.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: normal;
}


/*========================================================

                      Main Styles

=========================================================*/

body {
    background: #fff;
    color: #2c2c2c;
    font: 400 15px/26px "Roboto", sans-serif;
    -webkit-text-size-adjust: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 80px;
    text-transform: uppercase;
    color: #fff;
}

h2 {
    margin-top: 100px;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 70px;
    text-transform: uppercase;
    color: #3c3c3c;
    text-align: center;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

h5 {
    margin-bottom: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}

h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}

p a:hover,
.marked-list a:hover,
.list a:hover {
    text-decoration: underline;
}

p .fa,
.marked-list .fa,
.list .fa {
    text-decoration: none;
}

time {
    display: block;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus {
    outline: none;
}

a:active {
    background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
    color: inherit;
    text-decoration: none;
}

strong {
    font-weight: 700;
}

.fa {
    line-height: inherit;
}

[class*='fa-']:before {
    font-weight: 400;
    font-family: "FontAwesome";
}

.page {
    background: #fff;
}

.lt-ie9 .page {
    min-width: 1200px;
}


/*=======================================================

                       Main Layout

=========================================================*/

p + .btn {
    margin-top: 30px;
}

.text01 + .btn {
    margin-top: 50px;
}

main p + p {}

.breadcrumb {
    background: transparent;
    background-image: -webkit-linear-gradient(right, rgb(196 141 55) 0%, transparent 85%);
    background-image: linear-gradient(to right, rgb(186 135 53) 0%, transparent 85%);
    background-repeat: repeat-y;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='transparent', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    font-size: 1em;
    color: #2c2c2c;
    margin-bottom: 15px;
    border-left: 4px solid #c7a10b;
}
}


/*=======================================================

                        Components

=========================================================*/


/*==================     Brand     ======================*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 75px;
    right: 30px;
    overflow: hidden;
    border: none;
    padding: 20px;
    z-index: 20;
    border-radius: 50%;
    width: 27px;
    height: 19px;
    background: #1d3a8f url(../images/top.png) no-repeat center;
    text-indent: -999px;
}

.light {
    display: inline-block;
    width: 183px;
    height: 115px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.light:after {
    content: "";
    width: 21px;
    height: 210px;
    background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.24));
    background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.24));
    background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.24));
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.24));
    z-index: 1;
    position: absolute;
    top: -30%;
    left: -30%;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    animation: light_logo 4s linear infinite;
    -webkit-animation: light_logo 4s linear infinite;
}

@keyframes light_logo {
    0% {
        left: -20%;
    }
    100% {
        left: 120%;
    }
}

@-webkit-keyframes light_logo {
    0% {
        left: -20%;
    }
    100% {
        left: 120%;
    }
}

.note-msg {
    border-color: #eee;
    background-image: url(../images/i_msg-note.gif);
    color: #333;
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 8px 8px 35px !important;
}


/*==================  Backgrounds  ======================*/

.bg1 {
    border-top: 7px solid #c49037;
    background: url(../images/bg.jpg) repeat;
}

.bg2 {}

.team_bg {
    background: rgba(0, 0, 0, .075);
    padding: 50px 0px 80px 0px !important;
}

.bg3 {
    background: #005E8D;
}

.bg4 {
    background: #005E8D;
}

.bg1 h2,
.bg2 h2,
.bg3 h2,
.bg4 h2 {
    margin-top: 25px;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.bg1 h2 span,
.bg2 h2 span,
.bg3 h2 span,
.bg4 h2 span {
    margin-top: 0px;
    font-size: 30px;
    color: #fff;
}

.bg1 .btn,
.bg2 .btn,
.bg3 .btn,
.bg4 .btn {
    border: 1px solid #fff;
    color: #fff;
}

.bg1 .btn:hover,
.bg2 .btn:hover,
.bg3 .btn:hover,
.bg4 .btn:hover {
    color: #fff;
}

.bg1 .btn:active,
.bg2 .btn:active,
.bg3 .btn:active,
.bg4 .btn:active {
    background: #e6e6e6;
}


/*.bg-img1 {background: url("../images/bg-line.png") repeat-x; }*/

@media (min-width: 1450px) {}


/*==================    Buttons    ======================*/

.btn {
    display: inline-block;
    padding: 11px 20px;
    border: 1px solid #e6e6e6;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    color: #3c3c3c;
}

.block-title-ft {
    width: 100%;
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 12px;
    padding-bottom: 10px;
    font-size: 15px;
}

.block-title-ft:after {
    position: absolute;
    height: 2px;
    width: 50%;
    bottom: -1px;
    left: 0px;
    content: '';
    background: #c49037;
}

.btn-prim {
    background: #c49037;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 0px;
}

.btn-prim:hover {
    color: #fff;
}


/*==================      Box      ======================*/


/*==================      Lists      ======================*/

.social-head {
    margin: 0px auto !important;
}

.social-head li {
    margin-bottom: 0px !important;
}

.social-list {
    margin-top: 10px;
}

.social-list li {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 4px;
}

.social-list a {
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #000;
    font-size: 15px;
    line-height: 30px;
}

.social-list a:hover {
    color: #fff;
}

@media (max-width: 479px) {
    .social-list a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.facebook:hover {
    background-color: #4a6d9d;
}

.twitter:hover {
    background-color: #3bc1ed;
}

.linkedin:hover {
    background-color: #0b7bb5;
}

.rss:hover {
    background-color: #ff6b4a;
}

.gplus:hover {
    background-color: #d53824;
}

.pinterest:hover {
    background-color: #bf2f29;
}

.social-head li a {
    background: #2c2c2c;
    border-radius: 0;
    color: #fff;
}


/*==================      HOME SP      ======================*/

#logo {
    margin-top: -25px;
}

.rd-navbar-top-panel {
    padding-bottom: 1px;
    padding-top: 1px;
    background: #2c2c2c;
}

.rd-navbar-top-panel .left-side {
    float: left;
    color: #fff;
}

.rd-navbar-top-panel .contact-info > span + span {
    margin-left: 80px;
}

.rd-navbar-top-panel .contact-info i {
    font-size: 18px;
    margin-right: 11px;
}

header .box1 {
    padding: 4px;
    background: #2c2c2c;
}

.head-home {
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: -20px;
}

.head-home figure {
    display: block;
    overflow: hidden;
    border-bottom: 3px solid #009b97;
    height: 64px;
}

.head-home .toptop {
    float: left;
    background: none;
    margin: 0;
    padding: 0;
}

.head-home h2 {
    float: left;
    padding: 9px 30px 9px 30px;
    background: #009b97;
    line-height: 1.3em;
    margin-top: 23px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.head-home h1 {
    float: left;
    padding: 9px 30px 16px 30px;
    background: #DF0024;
    line-height: 1.3em;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.head-home figure b {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 38px solid #047f7c;
}

.head-home figure a {
    float: right;
    padding: 1px 10px;
    background: #e6e6e6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    margin-top: 32px;
}

.head-home figure a {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.head-home figure a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #009b97;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.head-home figure a:hover,
.head-home figure a:focus,
.head-home figure a:active {
    color: white;
}

.head-home figure a:hover:before,
.head-home figure a:focus:before,
.head-home figure a:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.support-hot img {
    -webkit-animation: 3s ease 1s normal none infinite running hotline;
    -o-animation: 3s ease 1s normal none infinite running hotline;
    animation: 3s ease 1s normal none infinite running hotline;
}

@keyframes hotline {
    0% {
        transform: scale(0, 0);
    }
    10% {
        transform: scale(1, 1);
    }
    15% {
        transform: translateY(5px);
    }
    20% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(5px);
    }
    30% {
        transform: translateY(0);
    }
    40% {
        transform: scale(1, 1);
        transform: translateY(0);
    }
    50% {
        transform: translateY(5px);
    }
    65% {
        transform: translateY(0);
    }
    70% {
        transform: translateY(5px);
    }
    85% {
        transform: translateY(0);
    }
    90% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(0, 0);
    }
}

@-webkit-keyframes hotline {
    0% {
        -webkit-transform: scale(0, 0);
    }
    10% {
        -webkit-transform: scale(1, 1);
    }
    15% {
        -webkit-transform: translateY(5px);
    }
    20% {
        -webkit-transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(5px);
    }
    30% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: scale(1, 1);
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(5px);
    }
    65% {
        -webkit-transform: translateY(0);
    }
    70% {
        -webkit-transform: translateY(5px);
    }
    85% {
        -webkit-transform: translateY(0);
    }
    90% {
        -webkit-transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(0, 0);
    }
}


/*========================================================

                      Menu styles

=========================================================*/

.sf-menu {
    display: inline-block;
}

.sf-menu:before,
.sf-menu:after {
    display: table;
    content: "";
    line-height: 0;
}

.sf-menu:after {
    clear: both;
}

.sf-menu > li {
    position: relative;
    float: left;
}

.sf-menu > li + li {
    margin-left: 20px;
}

.megamenu {
    position: relative;
    padding: 0 370px 0 0;
}

@media (max-width: 1199px) {
    .megamenu {
        padding: 0 300px 0 0;
    }
}

@media (max-width: 991px) {
    .megamenu {
        padding: 0;
    }
}


/*================ Menu  ===============*/

.sf-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

.sf-menu .sf-with-mega {
    position: static !important;
}

.sf-menu > li {
    width: 14.2857%;
    height: 50px;
    display: table;
}

.sf-menu > li > a {
    font-size: 18px;
    font-weight: 500;
    color: #2c2c2c;
    text-shadow: none;
    border-radius: 0;
    border: none;
    padding: 0 50px;
    outline: none;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    line-height: 20px;
    max-width: 100%;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 1;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sf-menu > li:hover a {
    background: #d09530;
}

.sf-menu li+li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    z-index: 2;
    top: 0;
    width: 1px;
    height: 100%;
    border-radius: 50%;
    background: -webkit-linear-gradient(top, rgba(232, 230, 230, 0.41), #2c2c2c, rgba(231, 221, 221, 0.28));
    background: -moz-linear-gradient(top, rgba(232, 230, 230, 0.41), #2c2c2c, rgba(231, 221, 221, 0.28));
    background: -ms-linear-gradient(top, rgba(232, 230, 230, 0.41), #2c2c2c, rgba(231, 221, 221, 0.28));
    background: -o-linear-gradient(top, rgba(232, 230, 230, 0.41), #2c2c2c, rgba(231, 221, 221, 0.28));
    background: linear-gradient(top, rgba(232, 230, 230, 0.41), #2c2c2c, rgba(231, 221, 221, 0.28));
}

.sf-menu > li + li {
    margin-left: 0;
}

.sf-menu > li li {
    position: relative;
}

.sf-menu > li li.sfHover > a {
    color: #fff;
    outline: none;
}

.sf-menu > li li.sfHover > a:after {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}


/*================ Sub-menu lvl1  ===============*/

.sf-menu .simple_menu,
.simple_menuv02 {
    list-style-type: none;
    display: none;
    position: absolute;
    z-index: 109;
    left: 0;
    top: 100%;
    width: 215px;
    margin-top: 0;
    padding: 0;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.06);
    box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.06);
}

.sub-menu:hover .simple_menu {
    display: block !important;
    webkit-animation: zoomIn 500ms;
    -moz-animation: zoomIn 500ms;
    -ms-animation: zoomIn 500ms;
    -o-animation: zoomIn 500ms;
    animation: zoomIn 500ms;
}

.sf-menu .simple_menu li+li:before {
    display: none;
}

.sub02:hover .simple_menuv02 {
    display: block !important;
    webkit-animation: zoomIn 500ms;
    -moz-animation: zoomIn 500ms;
    -ms-animation: zoomIn 500ms;
    -o-animation: zoomIn 500ms;
    animation: zoomIn 500ms;
}

.sub02 .simple_menuv02 {
    left: 100%;
    top: 0;
    margin-top: 0;
}

.isStuck .sub-menu:hover .simple_menu {
    margin-top: 0px;
}


/*================ Sub-menu lvl1 item  ===============*/

.sf-menu .simple_menu li {
    position: relative;
    border-bottom: 1px dotted #ccc;
}

.sf-menu .simple_menu a {
    display: block;
    background: none;
    text-align: left;
    color: #000;
    line-height: 24px;
    padding: 8px 25px 8px 20px;
    font-weight: 500;
}

.sf-menu .simple_menu a:hover {
    padding-left: 25px;
}

.sf-menu .simple_menu li.active > a,
.sf-menu .simple_menu a:hover,
.sf-menu .simple_menu li.sfHover > a {
    color: #2c2c2c;
    background: #fff;
    font-weight: 500;
}


/*================ Sub-menu lvl2 ===============*/

.sf-menu .simple_menu .simple_menu {
    left: 105%;
    top: 0;
    margin-top: 0;
}

.sf-menu .simple_menu .simple_menu:before {
    position: absolute;
    left: -6px;
    top: 35%;
    color: #fff;
    content: '\f0d9';
    font: 400 16px/16px 'FontAwesome';
}

.menu-gadget {
    display: none !important;
}

.sf-menu .sf-mega {
    display: none;
    position: absolute;
    list-style-type: none;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 109;
    padding: 0;
    background: #fff;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.sf-menu .sf-mega .container,
.sf-menu .sf-mega [class*="col-"],
.sf-menu .sf-mega .row {
    width: 100%;
    padding: 0;
    margin: 0;
}

.sf-menu .sf-mega .sf-mega_row {
    margin: 0;
}

.sf-menu .sf-mega .sf-mega_row .sf-mega_section {
    padding: 0;
}

.sf-menu .sf-mega li {
    position: relative;
}

.sf-menu .sf-mega li a {
    display: block;
    background: none;
    color: #4576be;
    line-height: 24px;
    padding: 8px 25px 8px 20px;
    font-weight: 300;
}

.sf-menu .sf-mega li a:hover {
    padding-left: 25px;
}

.sf-menu .sf-mega li .submenu_title > a {
    font-weight: 400;
}

.sf-menu .sf-mega li.active > a,
.sf-menu .sf-mega a:hover,
.sf-menu .sf-mega li.sfHover > a {
    color: #000;
    background: #ffda2b;
}

.sf-menu .sf-mega ul {
    padding: 0;
    list-style-type: none;
}

.sf-menu .sf-mega_row {
    margin: 0 -15px;
}

.sf-menu .sf-mega_row:before,
.sf-menu .sf-mega_row:after {
    display: table;
    content: "";
    line-height: 0;
}

.sf-menu .sf-mega_row:after {
    clear: both;
}

.sf-menu .sf-mega_section {
    float: left;
    padding: 0 15px;
}

.sf-menu > li > .sf-with-ul {
    position: relative;
}

.sf-menu ul > li > .sf-with-ul {
    position: relative;
}

.sf-menu ul > li > .sf-with-ul:before {
    position: absolute;
    right: 20px;
    top: 33%;
    margin-top: 0;
    color: #fff;
    content: '\f105';
    font: 400 16px/16px 'FontAwesome';
}

.sf-menu ul li:hover .sf-with-ul:before {
    color: #2c2c2c;
}

@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }
    .sf-mega_section {
        width: 100% !important;
    }
}


/*==================  Stuck menu  ======================*/


/*==================   RD Mobile Menu    =====================*/

.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.rd-mobilemenu.active {
    right: 0;
}

.rd-mobilemenu_ul {
    position: fixed;
    top: 56px;
    left: 0;
    bottom: 0;
    width: 240px;
    padding: 20px 0;
    color: #666;
    background: #FFF;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.rd-mobilemenu_ul a {
    display: block;
    padding: 7px 15px 5px;
}

.rd-mobilemenu_ul a:hover {
    background: #c49037;
    color: #FFF;
}

.rd-mobilemenu_ul ul a {
    padding-left: 5px;
}

.rd-mobilemenu_ul ul ul a {
    padding-left: 20px;
}

.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}

.rd-mobilemenu_ul .simple_menu .sub02 .simple_menuv02 {
    display: block;
    position: relative;
    left: 0;
    box-shadow: 0px 0px;
}

.rd-mobilemenu_ul .simple_menu .sub02:hover .simple_menuv02 {
    display: none;
}

.rd-mobilepanel {
    display: none;
    right: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 56px;
    background: #FFF;
    color: #000;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 10000;
}

.rd-mobilepanel_title {
    position: fixed;
    top: 4px;
    left: 56px;
    right: 56px;
    color: #000;
    font-size: 15px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.rd-mobilepanel_toggle {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    position: fixed;
    top: 4px;
    left: 8px;
    width: 48px;
    height: 48px;
}

.rd-mobilepanel_toggle::-moz-focus-inner {
    border: none;
    padding: 0;
}

.rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
    top: 8px;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
    width: 24px;
    height: 4px;
    background-color: #000;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.rd-mobilepanel_toggle.active span {
    transition: background .3s 0s ease;
    background: transparent;
}

.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
    top: 0;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

.rd-mobilepanel_toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rd-mobilepanel_toggle.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 767px) {
    body {
        padding-top: 56px;
    }
    .rd-mobilemenu,
    .rd-mobilepanel {
        display: block;
    }
}

@media (max-width: 359px) {
    .rd-mobilepanel_title {
        font-size: 13px;
    }
}


/*==================  Stuck menu  ======================*/

.isStuck {
    background: #c49037;
    z-index: 9999;
    left: 0;
    box-shadow: 2px 2px 4px 1px #777;
}

.isStuck .block_right {
    width: 100%;
    float: none;
    text-align: center;
}

.isStuck .block {
    margin-top: 0px;
}

.isStuck .sf-menu > li > ul {
    margin-top: 15px;
}

.isStuck .sf-menu > li > a:after {
    content: '';
    position: absolute;
    top: -18px;
}

.isStuck .block .nav {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}


/*========================================================

                     HEADER  Section

=========================================================*/

header .brand {
    padding-top: 35px;
    padding-bottom: 15px;
    border-top: 6px solid;
}

header .brand {
    background: url("../images/box-bg.png") no-repeat 149px 0;
}

@media (max-width: 979px) {
    header {
        text-align: center;
    }
}

@media (max-width: 1199px) {
    .support-hot {}
}

.lang {
    margin-top: -15px;
}

.lang img {
    width: 30px;
}


/*========================================================

                     CONTENT  Section

=========================================================*/

main {
    display: block;
}

.block {
    background: #c49037;
}

.block:before,
.block:after {
    display: table;
    content: "";
    line-height: 0;
}

.block:after {
    clear: both;
}

.block_left {
    float: left;
    width: 38%;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
}

@media (max-width: 979px) {
    .block_left {
        width: 100%;
        float: none;
        text-align: center;
    }
}

.block_right {
    float: right;
    width: 62%;
}

@media (max-width: 979px) {
    .block_right {
        float: none;
        width: 100%;
    }
}

.col-item {
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 15px;
    padding-bottom: 0px;
}

.col-item .images-container {
    position: relative;
    overflow: hidden;
}

.img-responsive {
    height: 120px;
}

.right-side {
    margin-top: 15px;
}


/*==================      SANPHAM     ======================*/

#dLabel {
    position: absolute;
    right: 0;
    top: -60px;
    z-index: 99999;
}

.sup-moblie {
    padding: 0px 15px 15px 15px;
    position: absolute;
    right: 0;
    left: inherit;
    top: -17px;
}

.sup-moblie .contact-info i {
    font-size: 18px;
    margin-right: 11px;
}

.but-mobile {
    font-size: 13px;
    padding: 9px;
    border-radius: 0px;
}

.support-hot-head {
    margin-top: 10px;
}

.font-2 {
    font-size: 29px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0px;
    color: #c49037;
    font-style: italic;
    word-spacing: 2px;
    white-space: nowrap;
    font-family: "time";
}

.font-4 {
    color: #c49037;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    padding-left: 4px;
    font-weight: 700;
    letter-spacing: 0px;
    word-spacing: 2px;
    white-space: nowrap;
}

.marq01 {
    width: 82%;
    margin-left: 14%;
}

.marq {
    width: 90%
}

@-webkit-keyframes ami {
    0% {
        background-position: top left
    }
    100% {
        background-position: top right
    }
}

.ami {
    background: #c49037 -webkit-gradient(linear, left top, right top, from(rgba(44, 44, 44, 0.41)), to(#2c2c2c), color-stop(2, #fff)) 0 0 no-repeat;
    color: rgba(0, 0, 0, .075);
    position: relative;
    -webkit-animation: ami 4s infinite;
    -webkit-background-clip: text;
    -webkit-background-size: 150px;
}

.font-2 i {
    padding: 10px 4px 0px 0px;
    vertical-align: middle;
    color: #2c2c2c;
}

.font-2 span {
    position: relative;
    top: 10px;
}

.font-3 {
    margin-left: 10px;
}

.group .search {
    padding: 20px 0px;
}

.group .search .submit {
    background: #c49037;
    color: #FFF;
    border: 0;
    border-radius: 0px;
}

.group .search .input-group {
    border: 1px solid #ccc;
    margin-top: -10px;
}

.group .search .input-group input {
    border: 0;
}

.group .search>div>span {
    display: inline-block;
    position: absolute;
    line-height: 32px;
    font-size: 22px;
    color: #7A7A7A;
    z-index: 3;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.btn-search-feature {
    width: 143px !important;
    background: #FFF !important;
    border-radius: 0;
    border-left: 0;
    color: #7A7A7A !important;
}

.hover_img {
    text-align: center;
    margin-bottom: 30px;
}

.hover_img img {
    width: 100%;
}

.hover_img a {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hover_img a > span {
    position: absolute;
    z-index: 2;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hover_img a > span:first-of-type {
    left: 20px;
    right: 20px;
    top: 10px;
    height: 1px;
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    transform: translateX(-120%);
}

.hover_img a > span:last-of-type {
    left: 20px;
    right: 20px;
    bottom: 10px;
    height: 1px;
    -webkit-transform: translateX(120%);
    -moz-transform: translateX(120%);
    -ms-transform: translateX(120%);
    -o-transform: translateX(120%);
    transform: translateX(120%);
}

.hover_img a > span:nth-child(2) {
    right: 10px;
    top: 10px;
    bottom: 10px;
    width: 1px;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
}

.hover_img a > span:nth-child(3) {
    top: 10px;
    left: 10px;
    bottom: 10px;
    width: 1px;
    -webkit-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    -o-transform: translateY(-120%);
    transform: translateY(-120%);
}

.hover_img a:hover {
    -webkit-box-shadow: 0 3px 0 #E81923;
    box-shadow: 0 3px 0 #c49037;
}

.hover_img a:hover > span:first-of-type,
.hover_img a:hover > span:last-of-type {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.hover_img a:hover > span:nth-child(2),
.hover_img a:hover > span:nth-child(3) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.hover_img .icon {
    color: 2c2c2c;
    opacity: 0;
    width: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.thumbnail-classic-title {
    font-size: 15px;
    color: #2c2c2c;
}

.hover_img figcaption {
    position: absolute;
}

.thumbnail {
    transition: .3s;
    border: none;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}

.hover_img figcaption {
    bottom: 10px;
    left: 0;
    padding: 5px 15px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 1;
}

.hover_img figcaption:after {
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    left: -10%;
    width: 110%;
    bottom: 0;
    background: rgb(202 155 75);
    /* -webkit-transform: skew(-32deg);

  transform: skew(-32deg);*/
}

.hover_img:hover .icon {
    opacity: 1;
    left: 30px;
}

.hover_img:hover figcaption {
    padding-left: 60px;
}

.hot-news,
.email-news {
    color: #ea2e0d;
}


/*==================      Well     ======================*/

.well-home {}

.well1 {
    padding-bottom: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.well2 {
    padding-bottom: 0px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.well3 {
    padding-bottom: 0px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.well4 {
    padding-bottom: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.new_title.center {
    border-bottom: 1px solid #ccc;
    background: none !important;
    height: 77px;
    margin-bottom: 10px;
    padding: 11px 12px 7px 0px !important;
    text-transform: uppercase;
    margin-top: -40px;
}

.new_title_same.center {
    border-bottom: 1px solid #ccc;
    background: none !important;
    height: 40px;
    margin-bottom: 10px;
    padding: 11px 12px 7px 0px !important;
    text-transform: uppercase;
    margin-top: 0px;
}

.new_title h2 {
    border-top: 3px solid #c49037;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    color: #2c2c2c;
    padding: 0px 30px 0px 30px;
    display: inline-block;
    line-height: 37px;
    background: #FFF;
    font-size: 20px;
    height: 41px;
}

.new_title_same h2 {
    border-top: 3px solid #c49037;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    color: #2c2c2c;
    padding: 0px 30px 0px 30px;
    display: inline-block;
    line-height: 37px;
    background: #FFF;
    font-size: 20px;
    height: 41px;
}

.section-footer {
    margin-top: 15px;
}

.title_detail_same {
    border-bottom: 1px solid #ccc;
    background: none !important;
    height: 14px;
    margin-bottom: 20px;
    padding: 11px 12px 7px 0px !important;
    text-transform: uppercase;
    height: 52px;
}

.title_detail_same h3 {
    border-top: 3px solid #EC180C;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    color: #005E8D;
    padding: 0px 30px 0px 30px;
    display: inline-block;
    line-height: 42px;
    background: #FFF;
    font-size: 22px;
    height: 41px;
}

.supporright {
    padding: 10px 10px 10px 10px;
    background: #fff;
    box-shadow: 1px 2px 6px #BBB9B9;
    border: solid 1px #D5CFCF;
}

.pation {
    border-bottom: 1px dotted #666666;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
}

.bottom-pad-10 {
    text-align: justify;
    word-wrap: initial;
}

.slogan {
    color: #c49037;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: uppercase;
    font: 700 20px/40px 'Roboto', sans-serif;
}

.description {
    text-align: justify;
    word-wrap: initial;
}

.section-title h2 {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
    margin: 0 0 0;
    text-align: center;
    color: #2c2c2c;
    position: relative;
}

.section-title .team {
    margin-top: -35px;
    text-align: center;
}

.section-title-home {
    text-align: center;
    border-bottom: 3px solid #c49037;
    margin: 0 auto;
    height: 62px;
    margin-bottom: 25px;
}

.title-home {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
    padding: 10px 45px 10px 45px;
    margin: 0 0 0;
    text-align: center;
    color: #2c2c2c;
    position: relative;
    background: #c49037;
    display: initial;
}


/*.section-title h2:before, .section-title h2:after {

    content: '';

    position: absolute;

    top: 50%;

    height: 2px;

    width: 200px;

    margin-top: 0px;

    background: #f6ba3e;

}

.section-title h2:before {

    content: '';

    left: 25%;

}

.section-title h2:after {

    content: '';

    right: 25%;

}*/

.client-details .text-color {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}

.arrow-style li {
    list-style: outside none none;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    position: relative;
    border-bottom: 1px dashed #ccc;
}

ul.arrow-style li:before {
    content: "\f105";
    display: block;
    font-family: FontAwesome;
    left: 0;
    color: #c49037;
    position: absolute;
    top: 5px;
}

.submi-sig {
    text-transform: uppercase;
    background: #c49037;
    border: 0px;
    min-height: 54px;
    color: #fff;
}

.frm-contact-item {
    padding-right: 0;
    margin-bottom: 15px;
}

.frm-contact-item input,
.frm-contact-item textarea {
    width: 96%;
}

.input-submit {
    margin-top: 15px;
}

.module-heading {
    margin: 0 0 15px 0;
    color: #2c2c2c;
    border-bottom: 1px solid #000;
    line-height: 30px;
}

.content_map {
    position: relative;
    height: 240px;
}

.content_home {
    position: relative;
    height: 125px;
}

.google-map-api {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home-news {
    margin: 10px 0px 10px 0px;
}

.hvr-rectangle-out {
    display: inline-block;
    padding: 5px 15px 5px 15px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #777;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #c49037;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
    color: white;
}

.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.bg-images {
    background: url("../images/scale.jpg");
    background-size: cover;
    background-attachment: fixed;
}

.new_title_detail h1 {
    font-size: 20px;
    padding-bottom: 5px;
    color: #c49037;
    border-bottom: 1px solid #000;
}

.row-news {
    margin-top: 15px;
    border-bottom: 1px dotted #333;
    padding-bottom: 15px;
    display: flex;
}

.row-news h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #2c2c2c;
    line-height: 25px;
    text-align: left;
}

.row-product {
    margin-top: 20px;
    border-bottom: 1px dotted #333;
}

.row-product h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #2c2c2c;
    text-align: left;
    line-height: 0px;
}

.item-news {
    margin-bottom: 90px;
}

.panel-right2 {
    margin-top: 20px;
}

.hotline-ft {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    opacity: 0.9;
    background: #c49037;
}

.icon-hotli {
    line-height: 43px;
    vertical-align: middle;
    background: url(../images/icon-hotline.png) no-repeat left;
    padding-left: 70px;
    padding-top: 9px;
    margin-left: 20px;
}

.icon-hotli p {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    font-family: "time";
}

.ft-email {
    font-style: italic;
    margin-left: 15px;
}

.hotline01 {
    text-shadow: 1px 3px 4px #000;
    font-size: 26px;
}

.product_same {
    margin: 10px 0px 45px 0px;
    border-style: solid;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    border-bottom: thick double #f7c151;
    padding-bottom: 15px;
}

.bg-ac {
    background: #f9f9f9;
    padding: 10px 10px 25px 10px;
    word-spacing: 1px;
}

.product_same h3,
.product_same h2 {
    color: #000000;
    font-size: 19px;
    line-height: normal;
    margin-bottom: 0px;
}

.product_same h1 {
    color: #000000;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 0px;
    text-transform: none;
}

.product_same ol,
ul {}

.product_same ol li,
ul li {}

.list-service,
.list-news li {
    list-style: none;
    padding: 0px;
}

.list-news {
    padding: 0px;
}


/* dich vu */

.special-feature .s-feature-box {
    overflow: hidden;
    position: relative;
    min-height: 187px;
    border: 0px solid;
    border-color: #feb600;
    margin-bottom: 0px;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 10px;
}

.special-feature .mask-top {
    width: 100%;
    background-color: #c49037;
    padding: 0px 0px 0px 0px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.special-feature .mask-top img {
    width: 100%;
}

.special-feature .mask-bottom {
    color: #333333;
    padding: 20px 15px 20px 15px;
    width: 100%;
    position: absolute;
    bottom: -300px;
    height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.special-feature .mask-bottom p {
    padding: 5px 15px;
    text-align: left;
}

.special-feature .mask-bottom p a {
    text-decoration: blink;
}

.special-feature .mask-bottom p a i {
    font-size: 15px;
    line-height: inherit;
}

.special-feature .mask-bottom h4 {
    margin: 5px 0px 5px;
}

.special-feature .s-feature-box:hover .mask-bottom {
    background-color: #b68737;
    bottom: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.special-feature .mask-bottom i {
    font-size: 38px;
    line-height: 50px;
}

.image-top-border img {
    border-top: 5px solid;
}

.image-top-border .service-image {
    position: relative;
}

.service-image img {
    padding: 15px;
    background: #fff;
}

.image-top-border .service-image:before {
    content: "";
    width: 4px;
    height: 108px;
    position: absolute;
    top: 0;
    left: 0;
}

.image-top-border .service-image:after {
    content: "";
    width: 4px;
    height: 108px;
    position: absolute;
    top: 0;
    right: 0;
}

.service-details {
    padding: 0 15px;
}


/* end dichvu*/


/*========================================================

                     FOOTER  Styles

=========================================================*/

footer {
    position: relative;
    padding-top: 0px;
}

@media (max-width: 479px) {
    footer {
        padding: 0;
    }
}

.contact-block {}

@media (max-width: 479px) {}

.contact-block .contact-inner {
    padding: 30px 0px 15px 0px;
    color: #fff;
}

.contact-block h3 {
    margin-bottom: 10px;
}

.contact-block .copy {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    padding: 6px;
    background: #333;
    margin-bottom: 50px;
    border-top: 1px solid #777;
}

.fb_iframe_widget span {
    width: 100% !important;
}

.left-popup {
    position: fixed;
    right: 100%;
    top: 30%;
    min-width: 200px;
    background: #fff;
    padding: 0 0 15px 0;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
    z-index: 20;
    text-align: center;
}

.left-popup.active {
    right: auto;
    left: 0;
}

.left-popup .pop-title {
    margin: 0;
    padding: 10px 10px;
    background: #fff;
    color: #1282d1;
    font-weight: bold;
    text-transform: uppercase;
}

.left-popup .list-support {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.list-support li {
    margin-bottom: 10px;
    border-bottom: 1px dotted #f0f0f0;
    padding-bottom: 10px;
    position: relative;
    padding-left: 15px;
    font-weight: 700;
    font-size: 13px;
}

.list-support li .suppo {
    width: 30px;
}

.list-support .child-node {
    position: absolute;
    left: 100%;
    top: -10px;
    background: #fff;
    padding: 10px;
    display: none;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
    z-index: 10;
}

.list-support li:hover .child-node {
    display: block;
}

.list-support .child-node ul {
    padding-left: 0;
    list-style: none;
    min-width: 100px;
}

.list-support .child-node li {
    margin-bottom: 0;
}

.list-support li .fa {
    margin-right: 10px;
    height: 30px;
    width: 30px;
    color: #fff;
    text-align: center;
}

.list-support li .fa.fa-yahoo {
    background: #400191;
}

.list-support li .fa.fa-skype {
    background: #00aff0;
}

.left-popup .button-popup {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #f00 url(../images/social-popup-head.png) no-repeat center 35px;
    color: #fff;
    width: 30px;
    text-align: center;
    cursor: pointer;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


/*saleform*/

.form-default {
    clear: both;
    width: 100%;
    margin: 15px 0;
    text-align: left;
}

.form-default .checkall {
    display: none;
}

.form-default .inner {
    max-width: 550px;
    margin: 0 auto;
    padding: 15px;
    border: 2px dashed #ffba00;
}

.form-default h4 {
    margin-top: 0;
}

.form-default .checklist .cb {
    display: inline;
}

.form-default .checklist label {
    color: #428bca;
    display: inline;
}

.form-default .checkall1,
.form-default .checkall2,
.form-default .checkall3,
.form-default .checkall4,
.form-default .checkall5,
.form-default .checkall6,
.form-default .checkall7,
.form-default .checkall8,
.form-default .checkall9,
.form-default .checkall10 {
    display: none;
}

.form-default .button {
    display: inline;
}


/*End saleform*/

.phonering-alo-phone {position:fixed;visibility:hidden;background-color:transparent;width:200px;height:200px;
cursor:pointer;z-index:200000!important;right:150px;bottom:-50px;left:-50px;display:block;
-webkit-backface-visibility:hidden;
-webkit-transform:translateZ(0);
transition:visibility .5s;
}
.phonering-alo-phone.phonering-alo-show {visibility:visible}
.phonering-alo-phone.phonering-alo-static {opacity:.6}
.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {opacity:1}
.phonering-alo-ph-circle {width:160px;height:160px;top:20px;left:20px;position:absolute;
background-color:transparent;border-radius:100%;border:2px solid rgba(30,30,30,0.4);
opacity:.1;
-webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
transition:all .5s;
-webkit-transform-origin:50% 50%;
-ms-transform-origin:50% 50%;
transform-origin:50% 50%
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
-webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
-webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
border-color:#00aff2;
opacity:.5
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
border-color:#272d6b;
opacity:.5
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
border-color:#00aff2;
opacity:.5
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
border-color:#ccc;
opacity:.5
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
border-color:#75eb50;
opacity:.5
}
.phonering-alo-ph-circle-fill {width:100px;height:100px;top:50px;left:50px;position:absolute;background-color:#000;
border-radius:100%;border:2px solid transparent;
-webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
transition:all .5s;
-webkit-transform-origin:50% 50%;
-ms-transform-origin:50% 50%;
transform-origin:50% 50%
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
-webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
-webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
opacity:0!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
background-color:rgba(39,45,107,0.5);
opacity:.75!important
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
background-color:rgba(39,45,107,0.5);
opacity:.75!important
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
background-color:rgba(0,175,242,0.5);
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
background-color:rgba(204,204,204,0.5);
opacity:.75!important
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
background-color:rgba(117,235,80,0.5);
opacity:.75!important
}
.phonering-alo-ph-img-circle {
width:60px;
height:60px;
top:70px;
left:70px;
position:absolute;
background:rgba(30,30,30,0.1) url(../images/phone.png) no-repeat center center;
border-radius:100%;
border:2px solid transparent;
-webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
-webkit-transform-origin:50% 50%;
-ms-transform-origin:50% 50%;
transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
-webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
-webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
background-color:#ddd;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
background-color:#ffac00;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
background-color:#ddd;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
background-color:#ccc;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
background-color:#75eb50
}
.pps-btn-img img {margin: 5px;}
@-webkit-keyframes phonering-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
}
}

@-webkit-keyframes phonering-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
}
}

@-webkit-keyframes phonering-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)
}
}

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

30% {
-webkit-transform:rotate(0) scale(.7) skew(1deg);
transform:rotate(0) scale(.7) skew(1deg);
opacity:.5
}

100% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
transform:rotate(0) scale(1) skew(1deg);
opacity:.1
}
}

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

30% {
-webkit-transform:rotate(0) scale(.7) skew(1deg);
transform:rotate(0) scale(.7) skew(1deg);
opacity:.5
}

100% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
transform:rotate(0) scale(1) skew(1deg);
opacity:.1
}
}

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

50% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
transform:rotate(0) scale(1) skew(1deg);
opacity:.2
}

100% {
-webkit-transform:rotate(0) scale(.7) skew(1deg);
transform:rotate(0) scale(.7) skew(1deg);
opacity:.2
}
}

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

50% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
transform:rotate(0) scale(1) skew(1deg);
opacity:.2
}

100% {
-webkit-transform:rotate(0) scale(.7) skew(1deg);
transform:rotate(0) scale(.7) skew(1deg);
opacity:.2
}
}

@-webkit-keyframes phonering-alo-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)
}
}

@keyframes phonering-alo-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)
}

.item-news-right {
	min-height: 18px;
}

.new-right {
	font-size: 14px !important;
}