/* style theme restaurant */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,300i,400,400i,700,700i&amp;subset=vietnamese');
body {

	font-family:'Roboto', 'Roboto Slab', 'Open Sans', sans-serif;

}

.slider-slide {

    outline: none;

}

.slick-slide img {

	width: 100%;

}

.slick-slide,

.slick-slide a {

    outline: none;

}



.slick-arrow {


    border: none;

    padding: 0;

    width: 100%;

    height: 32px;

    outline: none;

    position: absolute;

    cursor: pointer;

}

.slick-prev {

    top: 50%;

    left: 0;

    width: 32px;

    z-index: 9999;

    -webkit-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    transform: translateY(-50%);

    background-image: url(../images/controls.png);

    background-position: 0 0;

}

/*.slick-prev:before {

    position: absolute;

    font-family: 'FontAweSome';

    content: "\f053";

    left: 3px;

    top: 0px;

    color: #333;

}*/

.slick-next {

    top: 50%;

    right: 0;

    width: 32px;

    -webkit-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    transform: translateY(-50%);

    background-image: url(../images/controls.png);

    background-color: none;

    background-position: -32px 0;

}

/*.slick-next:before {

    position: absolute;

    font-family: 'FontAweSome';

    content: "\f054";

    left: 3px;

    top: 0px;

    color: #333;

}*/

.slick-vertical .slick-arrow {

    position: static;

    height: 21.5px;

    /*width: 100%;*/

    margin: 0 auto;

    transform: translate(0);

    display: block !important;

}

.slick-vertical .slick-prev:before {

    position: absolute;

    font-family: 'FontAweSome';

    content: "\f077";

    left: 3px;

    top: 0px;

    color: #333;

}

.slick-vertical .slick-next:before {

    position: absolute;

    font-family: 'FontAweSome';

    content: "\f078";

    left: 3px;

    top: 0px;

    color: #333;

}

.slide-item .slide-box {
    position: relative;
}
.slide-item .slide-box .slide-content {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.slide-item .slide-box .slide-content .container {
    display: table;
    height: 100%;
}
.slide-item .slide-box .slide-content .slide-info {
    display: table-cell;
    padding-right: 50%;
    vertical-align: middle;
}
.slide-item .slide-box .slide-content .slide-info .info {
    background-color: #fff;
    padding: 26px 30px;
}
.slide-item .slide-box .slide-content .slide-info .view-tax {
    display: inline-block;
    margin-right: -4px;
    padding: 12px 20px;
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.slide__home .slick-prev {
    left: 3%;
    background: url(../images/icons.png) #333 no-repeat;
    display: block;
    height: 50px;
    width: 50px;
    background-position: 0 0;
    border-radius: 50%;
}
.slide__home .slick-next {
    right: 3%;
    background: url(../images/icons.png) #333 no-repeat;
    display: block;
    height: 50px;
    width: 50px;
    background-position: -50px 0;
    border-radius: 50%;
}
.slide__home .slick-prev:before, .slide__home .slick-next:before {
    display: none;
}
/* format */

a:hover, a:visited {

	text-decoration: none;

}



/* style site */

.site {
    overflow: hidden;
}

/* header */

.site-branding {

    padding: 15px 0;

}

.site-branding .woocommerce-product-search {

    width: 90%;

    margin: 15px auto 0;

    border: 1px solid #eee;

    border-radius: 5px;

    display: flex;

    outline: none;

}

.site-branding .woocommerce-product-search input.search-field {

    height: 35px;

    padding: 5px;

    width: 90%;

    border: none;

}

.site-branding .woocommerce-product-search button {

    width: 10%;

    margin: 0;

    border: none;

    background: #055699;

    color: #fff;

}

.shop-cart {

    margin-top: 15px;

}

.shop-cart span {

    float: left;

}

.shop-cart span.woocommerce-Price-currencySymbol, .shop-cart span.amount {

    float: right;

}

.shop-cart .cart-control {

    display: flex;

    border: 1px solid #eaeaea;

    position: relative;

    padding: 2px 5px;

}

.shop-cart .cart-control .sub-total {

    width: 80%;

}

.shop-cart .cart-control .sub-total .cart-title {

    margin: 0;

    color: #333;

    font-weight: bold;

    text-transform: uppercase;

    text-align: center;

}

.shop-cart .cart-control .sub-total .cart-total {

    display: block;

    width: 100%;

    color: #ff0000;

    font-weight: 600;

    font-size: 13px;

}

.shop-cart .cart-control span.icon-cart {

    width: 20%;

    height: 100%;

    line-height: 42px;

    position: absolute;

    right: 0;

    top: 0;

    background: #055699;

    text-align: center;

    color: #fff;

}

/* navi */

.nav__primary {

    background: #055699;

}

.box-vertical-megamenus {

    color: #fff;

    position: relative;

    background: #d82351;

    cursor: pointer;

}

.box-vertical-megamenus h4 {

    text-align: center;

    text-transform: uppercase;

}

.box-vertical-megamenus .mega-menu {

    position: absolute;

    top: 100%;

    left: 0;

    width: 100%;

    display: none;

    visibility: hidden;

    border: 1px solid #eee;

    background: #fff;

    z-index: 9;

}

.home .box-vertical-megamenus .mega-menu, .box-vertical-megamenus:hover .mega-menu {

    display: block;

    visibility: visible;

}

.box-vertical-megamenus .mega-menu ul {

    margin: 0;

    padding: 0;

}

.box-vertical-megamenus .mega-menu ul li {

    list-style: none;

    padding: 10px;

}

.box-vertical-megamenus .mega-menu ul > li:not(:last-child) {

    border-bottom: 1px solid #eee;

}

.box-vertical-megamenus .mega-menu ul li a {

    color: #055699;

    font-weight: 600;

}

.box-vertical-megamenus .mega-menu ul li a:hover {

    color: #d82351;

}

.main__menu .main-navigation > ul > li {

    margin: 0 15px;

}

.main__menu .main-navigation ul li > a {

    font-size: 15px;

    color: #fff;

    text-transform: uppercase;

    padding: 0 25px;

    line-height: 37px;

    font-weight: bold;

}

.main__menu .main-navigation ul li > a:hover, .main__menu .main-navigation ul li.current-menu-item  > a, .main__menu .main-navigation ul li.current_page_item  > a:hover  {
    background-color: #f48120;
} 
.main__menu .main-navigation ul ul {

    background: #fff;

    min-width: 240px;

}

.touch {

    display: none;

}
.main__menu .main-navigation ul li li {
    float: none;
}
.main__menu .main-navigation ul li li a {

    color: #333;

    font-size: 14px;

}
.main-navigation ul ul a {
    width: auto;
    display: block;
}
.main__menu .main-navigation ul li li a:hover {
    color: #fff;   
}
.site-branding {
    padding: 10px 0;
    background: #043b69;
    
}
.site-branding a {
    color: #fff;
    font-weight: bold;
}
.header_social ul {
    margin: 0;
    padding: 0;
}
.header_social ul li {
    float: right;
    list-style: none;
    padding: 0 5px;
}
.header_social ul li a {
    color: #fff;
}
@media ( min-width:992px ) {
    .header__logo {
        width: 20%;
    }
    .main__menu {
        width: 80%;
    }
}
.header__logo img {
    padding: 10px;
    background: #fff;
}
.main__menu {
    margin-top: 20px;
}
/* main content */
.content-area {
    padding-bottom: 30px;
   /* padding-top: 35px;*/
}
.site-content {

	padding-top: 20px;

    background-color: #fff;

}

.home .site-content {

	padding-top: 0;

}

.heading {

    line-height: 37px;

    text-align: center;

    margin: 20px 0;

    text-transform: uppercase;

    color: #015ea7;

    font-size: 30px;

    font-weight: 400;
}

.heading a {

    color: #015ea7;

}
.heading-title {
    color: #105ea8;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
}
.heading-related {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-top: 20px;
}
.project__list .item__project {
    text-align: center;
    margin-bottom: 10px;
}
.project__list .item__project .box-item {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 2px 0 5px #c4c4c4;
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
    text-align: center;
}
.project__list .item__project .box-item:hover {
    border-bottom: 2px solid #2a62bc;
}
.project__list .item__project .box-item .post-thumbnail {
    height: 185px;
}
.project__list .item__project .box-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project__list .item__project .box-item .content {
    padding: 10px;
}
.project__list .item__project .box-item .content .title {
    font-size: 16px;
    margin: 10px 0;
    width: 100%;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    color: #444444;
}
.project__list .item__project .box-item .content .address {
    margin: 10px 0;
}
.project__list .item__project .box-item .content .price strong {
    font-size: 18px;
    color: #f48020;
}
.bs_video__home {
    background-color: #f48020;
    color: #fff; 
}
.sidebar .widget {

	clear: both;

	margin-bottom: 15px;

    background-color: #fff;

    border: 1px solid #eee;

    padding: 10px;

}
.sidebar .widget  .widget-title {

	background: #055699;

	color: #fff;

	text-align: center;

	text-transform: uppercase;

	font-size: 16px;

	margin: 0;

	margin-bottom: 10px;

	line-height: 37px;

}

.sidebar .widget_nav_menu ul {

	padding: 0;

	margin: 0;

}

.sidebar .widget_nav_menu ul li {

	list-style: none;

	position: relative;

	padding: 10px;

    margin-left: 10px;
}

.sidebar .widget_nav_menu ul li a {

	color: #055699;

	font-weight: 600;

}

.sidebar .widget_nav_menu ul li a:hover {

	color: #d82351;

}

.sidebar .widget_nav_menu ul ul {



}

.sidebar .widget_nav_menu ul li:before {

  position: absolute;

  font-family: 'FontAweSome';

  content: "\f0da";

  left: 1px;

  top: 10px;

  color: #e2242c;

}

/* archive */

.bigc-post {

    margin-bottom: 15px;

}

.bigc-post .post-entry-title {

    line-height: 1.4;

    text-transform: uppercase;

    color: #000;

    text-align: left;

    margin-top: 0;

    margin-bottom: .5em;

    text-rendering: optimizeSpeed;

    font-size: 14px;

    letter-spacing: .05em;

    font-weight: 600;

    height: 40px;

    overflow: hidden;

}

.bigc-post .post-thumb {

	height: 240px;

    overflow: hidden;

}

.bigc-post .post-thumb img {

	width: 100%;

    height: 100%;

    object-fit: cover;

}

/* site-footer */

.site-footer {

	padding: 20px 0;

	background-color: #015ea7;

}

.site-footer .widget {

	color: #fff;

	font-size: 15px;

	line-height: 1.4;

}
.site-footer .widget a {
    color: #fff;
}
.site-footer .widget .widget-title {

	font-size: 24px;

}

.site-footer a {

    color: #acacac;

}

.site-footer ul {

    margin: 0;

    padding: 0;

    list-style: none;

}

.site-footer ul li{

    padding: 3px 0 3px 15px;

    position: relative;

}

.site-footer ul li:before{

    content: "\f054";

    font-family: FontAwesome;

    position: absolute;

    left: 0;

    top: 4px;

    font-size: 11px;

}
@media (min-width: 992px) { 
    .no-padding {
        padding: 0;
    }
    .padding-10 {
        padding: 0 10px;
    }
}
@media (min-width: 992px) {

    /*.site-content .content-area {

        width: 73%;

        float: right;

    }

    .site-content #secondary.widget-area {

        width: 25%;

        float: left;

    }*/

    .site-content .content-area.content-area-fullwidth {

        width: 100%;

        float: none;

    }

    .slider-home {

    	padding-right: 0;

    }
}
.bs_video__home .video-title {
    background-color: #f48020;
    height: inherit;
    padding: 90px 60px;
    text-align: center;
}
.bs_video__home .video-content iframe {
    width: 100%;
}
.bs_video__home .video-list .item-image-video {
    cursor: pointer;
    border: none;
}
.bs_video__home .video-list .item-image-video img {
    height: 125px;
    border-bottom: 2px solid #f48020;
}
.bs_video__home .video-content .item-view-video {
    padding: 10px 0;
    background-color: #000;
}
.bs_design_consultancy {
    margin: 30px 0;
}
.bs_design_consultancy .design-item {
    background-color: #f48020;
    text-align: center;
    color: #fff;
}
.bs_design_consultancy .design-item:nth-child(2n) {
    background-color: #2a62bc;
}
.bs_design_consultancy .design-item:nth-child(2n) .image-dsg {
    float: right;
} 
.bs_design_consultancy .design-item .content-dsg {
    padding: 40px 50px 20px;
}
.bs_design_consultancy .design-item .content-dsg h4.title {
    color: #fff;
    margin: 20px 0;
    font-size: 30px;
}
button.bs-nd-btn {
    display: inline-block;
    position: relative;
    color: #828282;
    font-size: 16px;
    text-transform: uppercase;
    padding: 9px 15px;
    background: none;
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: 500;
}
button.bs-nd-btn:hover {
    background-color: #fff;
}
button.bs-nd-btn:hover a {
    color: #999;
}
button.bs-nd-btn a {
    color: #fff;
}
.bs_info__company .info-item .box-item {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
.bs_info__company .info-item .box-item a {
    border: 1px solid #e8e8e8;
    border-radius: 100%;
    display: inline-block;
    color: #999;
    font-size: 40px;
    height: 87px;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: none;
    width: 87px;
    position: relative;
    line-height: 87px;
}
.bs_info__company .info-item .box-item h5 {
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 18px;
}
.bs_info__company .info-item .box-item .ct-desc {
    color: #555;
}
.bs_info__customer {
    padding: 20px 0;
    background-color: #f0f0f0;
}
.customer-slide .customer-img {
    text-align: center;
}
.customer-slide .customer-img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: inline-block;
}
.customer-slide .customer-cnt h6 {
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: capitalize;
    color: #4d4d4d;
}
.customer-slide .customer-cnt .temm-cus {
    position: relative;
    padding: 25px 5px 25px 5px;
}
.customer-slide .customer-cnt .temm-cus p {
    color: #999;
    font-style: italic;
    position: relative;
    font-size: 16px;
}
.customer-slide .customer-cnt .temm-cus p:before, .customer-slide .customer-cnt .temm-cus p:after  {
    content: "\f10d";
    font-family: fontawesome;
    position: absolute;
    top: -25px;
    left: 0;
    width: auto;
    height: 20px;
    font-size: 16px;
    color: #666;
    font-style: normal;
}
.customer-slide .customer-cnt .temm-cus p:after {
    content: "\f10e";
    left: auto;
    right: 0;
    top: auto;
    bottom: -20px;
}
.bs_news_mrk {
    background-color: #f0f0f0;
}
.list-news .news-post {
    margin-bottom: 20px;
    box-shadow: 2px 0 5px #c4c4c4;
    padding: 10px;
    background-color: #fff;
}
.list-news .right-news .news-post .row {
    margin-left: -10px;
    margin-right: -10px;
}
.list-news .news-post .news-title {
    font-size: 17px;
    overflow: hidden;
    color: #48494b;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    display: block;
    overflow: hidden;
    height: 70px;
}
.list-news .left-news .news-post .news-title {
    font-size: 20px;
    font-weight: 500;
    height: 30px;
    margin-top: 10px;
}
.list-news .right-news .news-post img {
    height: 100px;
}
.list-news .news-post p {
    color: #999999;
    margin: 0;
}
.list-news .item-news {
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 2px 0 5px #c4c4c4;
    margin-bottom: 20px;
    border-right: 2px solid #fff;
} 
.list-news .item-news .news-title {
    font-size: 18px;
    color: #4d4d4d;
    line-height: 1.4;
    display: block;
    margin-bottom: 10px;
}
.list-news .item-news p {
    color: #484848;
}
.entry-content p {
    text-align: justify;
}
.related-news ul {
    margin: 0;
    padding: 0;
}
.related-news ul li {
    list-style: inside;
}
.related-news ul li a {
    color: #333;
}
.related-news ul li a:hover {
    color: #105ea8;
 }
.time-project .cald {
    text-align: center;
    overflow: hidden;
}
.time-project .cald .view-cald {
    display: inline-block;
    line-height: 22px;
    height: 50px;
    background-color: #2a62bc;
    color: #fff;
    padding: 5px;
    font-size: 16px;
}
.time-project .cald .view-cald p {
    margin: 0;
}
.time-project .cald .view-cald.month {
    background-color: #29a9e1;
}
.time-project .cald .view-cald.year {
    background-color: #f48020;
}
/* detail-project */
.slide_project img {
    width: 100%;
}
.detail-project h1 {
    font-size: 24px;
    color: #015ea7;
}
.detail-project .price span {
    color: #f48020;
    font-size: 20px;
    font-weight: 700;
}
.detail-info {
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
}
.detail-info ul {
    margin: 0;
    padding: 0;
}
.detail-info ul li {
    margin: 0;
    color: #555;
    list-style: none;
}
.detail-info ul li strong {
    color: #015ea7;
}
.menu-content {
    margin: 20px 0;
}

.menu-content .nav-project {
    background-color: #f1f1f1;
    padding: 10px 0;
    z-index: 9;
}
.menu-content .nav-project ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.menu-content .nav-project ul li {
    list-style: none;
    float: left;
    text-transform: uppercase;
    border-right: 1px solid #fff;
}
.menu-content .nav-project ul li a {
    padding: 5px 10px;
    color: #787878;
    font-size: 14px;
    font-weight: 600;
}
.menu-content .nav-project ul li a:hover {
    color: #f48020;
}
.menu-content .sticky {
  position: fixed;
  top: 0;
  background-color: #f48020;
}
.admin-bar .menu-content .sticky, .admin-bar .nav-landing  {
    top: 32px;
}
.menu-content .sticky ul li a, .menu-content .sticky ul li a:hover {
    color: #fff;
}
.menu-content .section {
    text-align: justify;
}
.menu-content .section h3.heading-section {
    color: #fff;
    background: linear-gradient(to right,#015ea7,#fff);
    padding: 5px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 24px;
}
.nav-landing {
    background: #004679;
    height: 100px;
}
.nav-landing {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}
.nav-landing .container {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    padding: 10px 0;
}
.nav-landing .logo {
    width: 200px;
    margin-right: 30px;
}
.nav-landing .logo-nav ul {
    margin: 0;
    padding: 0;
}
.nav-landing .logo-nav ul li {
    list-style: none;
    float: left;
}
.nav-landing .logo-nav ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 15px;
}
.wrap-padding {
    padding-top: 100px;
}
.admin-bar .wrap-padding {
    padding-top: 100px;
}
.section {
    padding: 30px 0;
    min-height: 500px;
    text-align: center;
    color: #fff;
    background-image: url(../images/bg-banner-nha-pho-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.section-project {
    background-image: none;
    min-height: auto;
    color: #333;
    padding: 0;
}
.heading-landing {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.section .section-form {
    background: #f48120;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 20px;
}
.section-id {
    padding: 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
    border-top: 1px solid #fff;
    position: relative;
    min-height: 500px;
}
.section-id.bg-no-select {
    background: rgb(46, 69, 111);
}
.section-id:before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.53);
    width: 100%;
    height: 100%;
    display: block;
}
.section-id .content-section {
    position: relative;
    z-index: 2;
}
.box-image {
    height: 250px;
}
.box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#info-gallery .gallery {
    padding: 0;
    margin: 0;
}
#info-gallery .gallery li {
    margin-bottom: 25px;
}
/*.section-id.mr-top {
    margin-top: 100px;
}*/
.call-phone {
    padding: 30px 0;
}
.project  {
    padding: 20px 0;
}
/* searching */
.heading-search span {
    background: #f48120;
    padding: 5px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}
.bs-search-form .form-content {
    border: 1px solid #c4c4c4;
    padding: 10px 20px;
}
.bs-search-form .form-content input, .bs-search-form .form-content select, .bs-search-form .form-content textarea {
    width: 100%;
    margin: 0 0 20px;
    height: 30px;
}
.bs-search-form .form button {
    margin-top: 25px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #f48120;
    color: #fff;
}
.su-table table {
    color: #333;
}
.widget_project .box-item-project {
    margin-bottom: 10px;
}
.widget_project .box-item-project .post-thumbnail {
    width: 35%;
    float: left;
    margin-right: 10px;
}
.widget_project .box-item-project .title {
    color: #f48020;
}
.menu-landing-toggle {
    display: none;
}
@media ( min-width:768px ){
    .bs_info__customer .customer-slide {
        padding: 0 300px;
    }
}
@media ( max-width:768px ){
    .nav-landing {
        padding: 0 15px;
    }
    .nav-landing .logo-nav ul li {
        margin-bottom: 10px;
    }
    .admin-bar .nav-landing {
        top: 0;
        height: auto;
    }
    .menu-landing-toggle {
        display: block;
    }
}
/* Add Animation */
@-webkit-keyframes slideIn { from { bottom: -300px; opacity: 0; }
  to { bottom: 45%; opacity: 1; } }
@keyframes slideIn { from { bottom: -300px; opacity: 0; }
  to { bottom: 45%; opacity: 1; } }
@-webkit-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }
@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }
.quick-alo-phone { position: fixed; visibility: hidden; background-color: transparent; width: 200px; height: 200px; cursor: pointer; z-index: 99999 !important; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0); -webkit-transition: visibility .5s; -moz-transition: visibility .5s; -o-transition: visibility .5s; transition: visibility .5s; left: 0px; bottom: 3%; }

.quick-alo-phone.quick-alo-show { visibility: visible; }

@-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
  100% { opacity: 1; -webkit-transform: none; transform: none; } }
@-webkit-keyframes fadeInRightBig { 0% { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); }
  100% { opacity: 1; -webkit-transform: none; transform: none; } }
@-webkit-keyframes fadeOutRight { 0% { opacity: 1; }
  100% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } }
.fadeOutRight { -webkit-animation-name: fadeOutRight; animation-name: fadeOutRight; }

.quick-alo-phone.quick-alo-static { opacity: .6; }

.quick-alo-phone.quick-alo-hover, .quick-alo-phone:hover { opacity: 1; }

.quick-alo-ph-circle { width: 160px; height: 160px; 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); border: 2px solid #bfebfc 9; opacity: .1; -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out; -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out; -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out; -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out; animation: quick-alo-circle-anim 1.2s infinite ease-in-out; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50%; }

.quick-alo-phone.quick-alo-active .quick-alo-ph-circle { -webkit-animation: quick-alo-circle-anim 1.1s infinite ease-in-out !important; -moz-animation: quick-alo-circle-anim 1.1s infinite ease-in-out !important; -ms-animation: quick-alo-circle-anim 1.1s infinite ease-in-out !important; -o-animation: quick-alo-circle-anim 1.1s infinite ease-in-out !important; animation: quick-alo-circle-anim 1.1s infinite ease-in-out !important; }

.quick-alo-phone.quick-alo-static .quick-alo-ph-circle { -webkit-animation: quick-alo-circle-anim 2.2s infinite ease-in-out !important; -moz-animation: quick-alo-circle-anim 2.2s infinite ease-in-out !important; -ms-animation: quick-alo-circle-anim 2.2s infinite ease-in-out !important; -o-animation: quick-alo-circle-anim 2.2s infinite ease-in-out !important; animation: quick-alo-circle-anim 2.2s infinite ease-in-out !important; }

.quick-alo-phone.quick-alo-hover .quick-alo-ph-circle, .quick-alo-phone:hover .quick-alo-ph-circle { border-color: #00aff2; opacity: .5; }

.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle, .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle { border-color: #75eb50; border-color: #baf5a7; opacity: .5; }

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle { border-color: #00ab4e; border-color: #bfebfc; opacity: .5; }

.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-circle, .quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-circle { border-color: #ccc; opacity: .5; }

.quick-alo-phone.quick-alo-gray .quick-alo-ph-circle { border-color: #75eb50; opacity: .5; }

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

.quick-alo-phone.quick-alo-active .quick-alo-ph-circle-fill { -webkit-animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important; -moz-animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important; -ms-animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important; -o-animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important; animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important; }

.quick-alo-phone.quick-alo-static .quick-alo-ph-circle-fill { -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important; -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important; -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important; -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important; animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important; opacity: 0 !important; }

.quick-alo-phone.quick-alo-hover .quick-alo-ph-circle-fill, .quick-alo-phone:hover .quick-alo-ph-circle-fill { background-color: rgba(0, 175, 242, 0.5); background-color: #00aff2 9; opacity: 0.75 !important; }

.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle-fill, .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle-fill { background-color: rgba(117, 235, 80, 0.5); background-color: #baf5a7 9; opacity: 0.75 !important; }

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill { background-color: #00ab4e; opacity: 0.75 !important; }

.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-circle-fill, .quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-circle-fill { background-color: rgba(204, 204, 204, 0.5); background-color: #ccc 9; opacity: 0.75 !important; }

.quick-alo-phone.quick-alo-gray .quick-alo-ph-circle-fill { background-color: rgba(117, 235, 80, 0.5); opacity: 0.75 !important; }

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

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

.quick-alo-phone.quick-alo-static .quick-alo-ph-img-circle { -webkit-animation: quick-alo-circle-img-anim 0s infinite ease-in-out !important; -moz-animation: quick-alo-circle-img-anim 0s infinite ease-in-out !important; -ms-animation: quick-alo-circle-img-anim 0s infinite ease-in-out !important; -o-animation: quick-alo-circle-img-anim 0s infinite ease-in-out !important; animation: quick-alo-circle-img-anim 0s infinite ease-in-out !important; }

.quick-alo-phone.quick-alo-hover .quick-alo-ph-img-circle, .quick-alo-phone:hover .quick-alo-ph-img-circle { background-color: #00aff2; }

.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-img-circle, .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle { background-color: #75eb50; background-color: #75eb50; }

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle { background-color: #00ab4e; }

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

.quick-alo-phone.quick-alo-gray .quick-alo-ph-img-circle { background-color: #75eb50; }

@-moz-keyframes quick-alo-circle-anim { 0% { -moz-transform: rotate(0) scale(0.5) skew(1deg); opacity: .1; -moz-opacity: .1; -webkit-opacity: .1; -o-opacity: .1; }
  30% { -moz-transform: rotate(0) scale(0.7) skew(1deg); opacity: .5; -moz-opacity: .5; -webkit-opacity: .5; -o-opacity: .5; }
  100% { -moz-transform: rotate(0) scale(1) skew(1deg); opacity: .6; -moz-opacity: .6; -webkit-opacity: .6; -o-opacity: .1; } }
@-webkit-keyframes quick-alo-circle-anim { 0% { -webkit-transform: rotate(0) scale(0.5) skew(1deg); -webkit-opacity: .1; }
  30% { -webkit-transform: rotate(0) scale(0.7) skew(1deg); -webkit-opacity: .5; }
  100% { -webkit-transform: rotate(0) scale(1) skew(1deg); -webkit-opacity: .1; } }
@-o-keyframes quick-alo-circle-anim { 0% { -o-transform: rotate(0) kscale(0.5) skew(1deg); -o-opacity: .1; }
  30% { -o-transform: rotate(0) scale(0.7) skew(1deg); -o-opacity: .5; }
  100% { -o-transform: rotate(0) scale(1) skew(1deg); -o-opacity: .1; } }
@-moz-keyframes quick-alo-circle-fill-anim { 0% { -moz-transform: rotate(0) scale(0.7) skew(1deg); opacity: .2; }
  50% { -moz-transform: rotate(0) -moz-scale(1) skew(1deg); opacity: .2; }
  100% { -moz-transform: rotate(0) scale(0.7) skew(1deg); opacity: .2; } }
@-webkit-keyframes quick-alo-circle-fill-anim { 0% { -webkit-transform: rotate(0) scale(0.7) skew(1deg); opacity: .2; }
  50% { -webkit-transform: rotate(0) scale(1) skew(1deg); opacity: .2; }
  100% { -webkit-transform: rotate(0) scale(0.7) skew(1deg); opacity: .2; } }
@-o-keyframes quick-alo-circle-fill-anim { 0% { -o-transform: rotate(0) scale(0.7) skew(1deg); opacity: .2; }
  50% { -o-transform: rotate(0) scale(1) skew(1deg); opacity: .2; }
  100% { -o-transform: rotate(0) scale(0.7) skew(1deg); opacity: .2; } }
@-moz-keyframes quick-alo-circle-img-anim { 0% { transform: rotate(0) scale(1) skew(1deg); }
  10% { -moz-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% { -moz-transform: rotate(25deg) scale(1) skew(1deg); }
  30% { -moz-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% { -moz-transform: rotate(25deg) scale(1) skew(1deg); }
  50% { -moz-transform: rotate(0) scale(1) skew(1deg); }
  100% { -moz-transform: rotate(0) scale(1) skew(1deg); } }
@-webkit-keyframes quick-alo-circle-img-anim { 0% { -webkit-transform: rotate(0) scale(1) skew(1deg); }
  10% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% { -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  30% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% { -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  50% { -webkit-transform: rotate(0) scale(1) skew(1deg); }
  100% { -webkit-transform: rotate(0) scale(1) skew(1deg); } }
@-o-keyframes quick-alo-circle-img-anim { 0% { -o-transform: rotate(0) scale(1) skew(1deg); }
  10% { -o-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% { -o-transform: rotate(25deg) scale(1) skew(1deg); }
  30% { -o-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% { -o-transform: rotate(25deg) scale(1) skew(1deg); }
  50% { -o-transform: rotate(0) scale(1) skew(1deg); }
  100% { -o-transform: rotate(0) scale(1) skew(1deg); } }
@-moz-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
  100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; } }
@-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
  100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; } }
@-o-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
  100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; } }
@keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
  100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; } }
@-moz-keyframes fadeOutRight { 0% { opacity: 1; }
  100% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } }
@-webkit-keyframes fadeOutRight { 0% { opacity: 1; }
  100% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } }
@-o-keyframes fadeOutRight { 0% { opacity: 1; }
  100% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight { 0% { opacity: 1; }
  100% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } }
@-moz-keyframes quick-alo-circle-anim { 0% { transform: rotate(0) scale(0.5) skew(1deg); opacity: .1; }
  30% { transform: rotate(0) scale(0.7) skew(1deg); opacity: .5; }
  100% { transform: rotate(0) scale(1) skew(1deg); opacity: .1; } }
@-webkit-keyframes quick-alo-circle-anim { 0% { transform: rotate(0) scale(0.5) skew(1deg); opacity: .1; }
  30% { transform: rotate(0) scale(0.7) skew(1deg); opacity: .5; }
  100% { transform: rotate(0) scale(1) skew(1deg); opacity: .1; } }
@-o-keyframes quick-alo-circle-anim { 0% { transform: rotate(0) scale(0.5) skew(1deg); opacity: .1; }
  30% { transform: rotate(0) scale(0.7) skew(1deg); opacity: .5; }
  100% { transform: rotate(0) scale(1) skew(1deg); opacity: .1; } }
@keyframes quick-alo-circle-anim { 0% { transform: rotate(0) scale(0.5) skew(1deg); opacity: .1; }
  30% { transform: rotate(0) scale(0.7) skew(1deg); opacity: .5; }
  100% { transform: rotate(0) scale(1) skew(1deg); opacity: .1; } }
@-moz-keyframes quick-alo-circle-fill-anim { 0% { transform: rotate(0) scale(0.7) skew(1deg); opacity: .2; }
  50% { transform: rotate(0) scale(1) skew(1deg); opacity: .2; }
  100% { transform: rotate(0) scale(0.7) skew(1deg); opacity: .2; } }
@-webkit-keyframes quick-alo-circle-fill-anim { 0% { transform: rotate(0) scale(0.7) skew(1deg); opacity: .2; }
  50% { transform: rotate(0) scale(1) skew(1deg); opacity: .2; }
  100% { transform: rotate(0) scale(0.7) skew(1deg); opacity: .2; } }
@-o-keyframes quick-alo-circle-fill-anim { 0% { transform: rotate(0) scale(0.7) skew(1deg); opacity: .2; }
  50% { transform: rotate(0) scale(1) skew(1deg); opacity: .2; }
  100% { transform: rotate(0) scale(0.7) skew(1deg); opacity: .2; } }
@keyframes quick-alo-circle-fill-anim { 0% { transform: rotate(0) scale(0.7) skew(1deg); opacity: .2; }
  50% { transform: rotate(0) scale(1) skew(1deg); opacity: .2; }
  100% { transform: rotate(0) scale(0.7) skew(1deg); opacity: .2; } }
@-moz-keyframes quick-alo-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); } }
@-webkit-keyframes quick-alo-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); } }
@-o-keyframes quick-alo-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); } }
@keyframes quick-alo-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); } }
.phone__show { text-align: center; position: fixed; bottom: 0; left: 0; margin: 0 auto; right: 0; background-color: #00ab4e; padding: 5px 15px; border-radius: 30px; color: #fff; }

/* new landing */
.section-container {
    padding: 20px 0;
}
.section-header {
    padding: 10 15px;
}
.section-title {
    margin-bottom: 1.5em;
}
.section-title h2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-flow: row wrap;
    font-size: 20px;
    text-transform: uppercase;
}
.section-title h2 b {
    display: block;
    height: 2px;
    opacity: 0.1;
    background-color: currentcolor;
    flex: 1 1 0%;
}
.section-title h2 span {
    margin: 0 15px;
    color: #015ea7;
}
.section-content-gallery .slide-content ul, .col-content-row ul {
    margin: 0;
    padding: 0;
}
.section-content-gallery .slide-content ul li, .col-content-row ul li {
    list-style: inside;
}
.section-slide-content .list-post.has-slide .news-post {
    padding: 0 15px;
}
.section-slide-content .list-post.style1 .news-post .post-thumbnail {
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}
.section-slide-content .list-post .news-post .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-slide-content .list-post .news-post .news-title {
    display: block;
    color: #015ea7;
    font-size: 15px;
    margin-bottom: 10px;
    height: 42px;
    overflow: hidden;
}
.section-slide-content .list-post .news-post p {
    color: #999;
}
.section-slide-content .left-news .news-post .post-thumbnail {
    height: 290px;
}
.section-slide-content .left-news .news-post .news-title {
    background: rgb(0, 70, 121);
    padding: 10px;
    color: #fff;
}
.section-slide-content .right-news .news-post {
    margin-bottom: 10px;
}
.section-slide-content .right-news .news-post .post-thumbnail {
    height: 75px;
}
.section-slide-content .list-post.has-slide .slick-prev {
    left: 15px;
}
.section-slide-content .list-post.has-slide .slick-next {
    right: 15px;
}
.section-header.nav-landing .container {
    padding: 0 15px;
}
.video_slider {
    position: relative;
    min-height: 85vh;
    overflow: hidden;
}
.bg-video {
  /*position: fixed;*/
  /*top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;*/
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-attachment: scroll;
  background-color: transparent;
  background-image: inherit;
  background-size: cover;
  z-index: 0;
  background-position: 50% 0;
  height: 100vh;
}

.bg-video #player {
  /*position: absolute;
  top: 0;
  left: 0;*/
  width: 100vw;
  height: calc(100vw/1.77);
  z-index: 2;
  left: 0;
  right: 0;
  max-width: 1000%;
  margin-top: -55px;
}
.video_slider .overcontent {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
}
.video_slider .overcontent .box-content h4 {
    background: url(../images/head-slide.png) no-repeat;
    color: #ffffff;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    min-width: 410px;
}
.video_slider .overcontent .box-content p {
    width: 60%;
    text-align: center;
    color: #fff;
    font-style: italic;
    font-size: 15px;
}
.video_slider .overcontent .box-content a {
    font-size: 16px;
    color: #fff;
    background: #ff0000;
    padding: 10px 30px;
    text-align: center;
    font-style: italic;
    border-radius: 20px;
}
.bg-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
.video_slider .ytp-chrome-top {
    display: none;
}
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("youtube.com"){
.ytp-autohide .ytp-chrome-top,.ytp-autohide .ytp-chrome-bottom,.ytp-chrome-top[aria-hidden="true"],.ytp-chrome-bottom[aria-hidden="true"]{
opacity:1!important}}
.modal-form .modal-header {
    text-align: center;
    color: #fff;
    background: #004679;
}
.modal-form .modal-header .close {
    color: #fff;
    opacity: .8;
}
.modal-form .modal-title {
    font-size: 25px;
}
.modal-form div.wpforms-container-full .wpforms-form button[type=submit] {
    margin: 0 auto;
    text-align: center;
    display: inherit;
    background: #004679;
    color: #fff;
}