@import url('https://fonts.googleapis.com/css?family=Be+Vietnam:300,400,400i,500,700,700i|Open+Sans:300,400,400i,500,700,700i|Montserrat:300,400,400i,500,700,700i&display=swap&subset=vietnamese');
@media (min-width: 1220px){
    .uk-container {
        max-width: 1100px;
        padding: 0;
    }
}


/* FONT FACE */
@font-face {
    font-family: 'Pe-icon-7-stroke';
    src:url('fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?d7yf1v');
    src:url('fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
        url('fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
        url('fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
        url('fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Sans';
  src:url('fonts/SVN-Sansation.ttf')  format('truetype'); /* Safari, Android, iOS */
}


body{
    font-family: Play !important;
}
/* ######################## Header for mobile ######################## */
/* ######################## Header for mobile ######################## */
.mobile-header {
    position: relative;
    z-index: 999;
}
.mobile-header .topbar {
    padding: 3px 10px;
    background: #155196;
    line-height: 18px
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.mobile-header .topbar p {margin: 0;}
.mobile-header .upper {
    padding: 14px 10px;
    background: #fff;
    position: relative;
    text-align: left;
}
.mobile-header .logo {display: inline-block;}
.mobile-header .logo a {width: 150px;}
.mobile-header .lower {
    position: relative;
    padding: 7px 5px;
    background: #fff;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.mobile-search .form {
    position: relative;
    padding-right: 60px;
}
.mobile-search .form .input-text {
    display: block;
    height: 32px;
    background: #fff;
    font-size: 13px;
    line-height: 32px;
    color: #000;
    border: 1px solid #155196;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
    -ms-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
    -o-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
    box-shadow: inset 0 0 5px rgba(0,0,0,.12);
}
.mobile-search .form .btn-submit {
    display: block;
    position: absolute;
    height: 32px;
    width: 60px;
    top: 0px;
    left: initial;
    right: 0px;
    background: #155196 url(img/search-icon.png) 50% 50% no-repeat;
    border: 1px solid #155196;
    cursor: pointer;
    text-indent: -99999px;
}
.mobile-search .form .input-text::-webkit-input-placeholder {
    color: #999;
    font-size: 13px;
}
.mobile-search .form .input-text::-moz-placeholder {
    color: #999;
    font-size: 13px;
}
.mobile-search .form .input-text:-ms-input-placeholder {
    color: #999;
    font-size: 13px;
}
.mobile-search .form .input-text:-moz-placeholder {
    color: #999;
    font-size: 13px;
}
.mobile-cart {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 40px;
    height: 36px;
    right: initial;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(img/icon-cart.png) 0px 0px no-repeat;
    -webkit-background-size: 40px 36px;
    -moz-background-size: 40px 36px;
    -o-background-size: 40px 36px;
    background-size: 40px 36px;

}
.mobile-cart .quantity {
    display: block;
    position: absolute;
    top: -1px;
    left: initial;
    right: 10px;
    font-size: 10px;
    color: #fff;
}
/*BEGIN*/
.pc-search .open-search {
    width: 16px;
    height: 17px;
    background: url(img/search-icon.png) 0px 0px no-repeat;
    text-indent: -99999px;
    filter: brightness(0) invert(1);
}
.pc-search .wrap-form {
    top: 42px!important;
    padding: 10px;
    width: 300px;
    background: #fff;
    border-top: 3px solid #155196;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -khtml-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -o-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.pc-search .form {
    position: relative;
    padding-right: 50px;
}
.pc-search .form .input-text {
    position: relative;
    padding: 0 10px;
    height: 34px;
    border: 1px solid #ccc;
    border-right: none;
    outline: 0;
    border-radius: 4px 0 0 4px;
}
.pc-search .form .input-text:focus,
.pc-user .form .input-text:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.pc-search .form .btn-submit {
    display: block;
    position: absolute;
    width: 50px;
    height: 34px;
    top: 0px;
    left: initial;
    right: 0px;
    background: #333;
    border: 1px solid #333;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 34px;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}
.pc-search .form .input-text::-webkit-input-placeholder{
    color: #848484;
    font-size: 13px;
}
.pc-search .form .input-text::-moz-placeholder {
    color: #848484;
    font-size: 13px;
}
.pc-search .form .input-text:-ms-input-placeholder {
    color: #848484;
    font-size: 13px;
}
.pc-search .form .input-text:-moz-placeholder {
    color: #848484;
    font-size: 13px;
}
.pc-header .upper{
    padding: 10px 0;
    background: #155196;
    color:#fff;
}
.pc-header .upper p{
    margin:0;
}
.pc-header .hd-social > *{
    font-size:15px;
    color:#fff;
    margin-right:20px;
    display: inline-block;
}
.pc-header .middle{
    padding :15px 0;
}
.contact-item{
    max-width: 165px;
    margin-right: 50px;
}
.contact-item .label{
    font-family: Sans;
    font-size:17px;
    padding-left:25px;
    position: relative;
    margin: 0 0 10px 0;
	font-weight: bold;
}
.contact-item .label:before{
    content:'';
    display: block;
    position: absolute;
    left:0;
    top:0;
}
.contact-item .label-email:before{
    background: url(img/icon-mail.png);
    width: 19px;
    height: 13px;
    top:6px;
}
.contact-item .label-address:before{
    background: url(img/icon-map.png);
    width: 11px;
    height: 19px;
    top:4px;
}
.contact-item .label-clock:before{
    font-family: FontAweSome;
    content: '\f017';
    font-size: 20px;
    top:4px;
}
.contact-item .label-hotline:before{
    background: url(img/icon-phone.png);
    width: 10px;
    height: 14px;
    top:4px;
}
.contact-item .text{
    font-size:15px;
}
.main-nav{
    background: #e2e2e2;
    border-bottom:2px solid #155196;
}
.main-nav .main-menu > li > a{
    color:#000;
    font-size:16px;
    padding:10px 12px;
}
.book > *{
    display: inline-block;
    padding: 20px 20px;
    background: #155196;
    color:#fff;
    font-family: Sans;
    font-size:15px;
}
.pagination {
	margin-bottom:30px;
}
.main-nav .main-menu > li > a:hover,
.main-nav .main-menu > li.active > a{
    background: #fff;
    color:#333;
    transition: all 0.5s ease;
    border-radius: 100px;
}
/*GENERAL*/
.readmore-2,
.readmore{
    display: inline-block;
    padding: 5px 17px;
    background: #155196;
    color:#fff;
    font-weight:normal;
    border-radius: 5px;
}
.readmore:hover{
    transition: all 0.5s ease;
    background: #155196;

}
.page-panel{
    padding: 30px 0;
}
.heading-1{
    text-transform: uppercase;
    font-family: Sans;
    font-size:33px;
    line-height: 33px;
    margin: 0 0 30px 0;
}
.heading-1 > span.special-text{
    color: #155196;
}
.readmore-2{
background: rgb(247,47,25);
background: -webkit-linear-gradient(bottom, rgba(247,47,25,1) 0%, rgba(212,2,1,1) 100%);
background: -o-linear-gradient(bottom, rgba(247,47,25,1) 0%, rgba(212,2,1,1) 100%);
background: linear-gradient(to top, rgba(247,47,25,1) 0%, rgba(212,2,1,1) 100%);
}
.readmore-2:hover{
    background: #333;
    transition: all 0.5s ease;
}
/*COMMIT*/
.commit-panel{
    margin-top:-70px;
    position: relative;
    z-index: 100;
    margin-bottom: 30px;
}
.commit-item{
    background: #f8f8f8;
    padding: 20px;
}
.commit-item .icon{
    height :100px;
    margin-bottom:25px;
}
.commit-item .title{
    font-size:25px;
    font-family: Sans;
    text-align:center;
    color:#333;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 20px 0;

}
.commit-item .description{
    text-align:center;
    font-size:15px;
    line-height: 25px;
    height: 80px;
    overflow: hidden;
    margin: 0 0 25px 0;
}
.heading-2{
    margin: 0 0 50px 0;
    font-size:24px;
    text-transform: uppercase;
    font-family: Sans;
	text-align: center;
}
.heading-2 .special{
    color: #155196;
}
.intro-wrapper .slogan{
    font-size:20px;
    text-transform: uppercase;
    color:#000;
    margin: 0 0 10px 0;
}
.intro-wrapper .description{
    line-height: 26px;
    margin-bottom:10px;
    font-size:15px;
    text-align:justify;
}
.intro-wrapper .image{
    margin-bottom:20px;
}
.services-panel .children{
    margin: 0 0 25px 0;
	text-align: center;
}
.services-panel .children > *{
    display: inline-block;
    margin-right: 7px;
    padding: 7px 6px;
    color:#333;
    font-size:15px;
}
.services-panel .children > *.active,
.services-panel .children > *:hover{
    color:#fff;
    background: #252525;
	border-left: 3px solid #F22613;
}
.services-item .image{
    height: 250px;
}
.services-item .info{
    background: #f8f8f8;
    padding: 20px;
}
.services-item .title{
	height: 76px;
	overflow: hidden;
}
.services-item .info .title > *{
    font-weight: blod;
    font-size:17px;
    color:#333;
    font-family: Sans;
    text-transform: uppercase;
}
.services-item .info .description{
    height: 50px;
    overflow: hidden;
    font-size:15px;
    line-height:25px;
}
.services-panel .owl-carousel .owl-dots.disabled{
    display: block !important;
    margin-top:20px;
}
.services-panel .owl-carousel .owl-dot.active span{
    background: #155196;
}
.services-panel .readmore{
    padding: 5px 10px;
    border-radius: 0;
}
.services-panel .heading-1{
    margin-bottom:45px;
}
/*CONTACT PANEL*/
.contact-panel{
    padding: 5px 0;
	background: #f2f2f2
}
.contact-panel .item-content p:nth-child(3) > a{
    position: relative;
    color: #fff;
    padding-left: 14px;
}
.contact-panel .item-content p:nth-child(3) > a:hover{
    text-decoration: underline;
}
.contact-panel .item-content p:nth-child(3) > a::before{
    font-family: FontAweSome;
    content: '\f064';
    transform: rotateX(180deg);
    color: #ffffff;
    position: absolute;
    font-size: 10px;
    left: 0;
}
.contact-block{
    font-size:30px;
    text-transform: uppercase;
    color:#fff;
    padding: 16px;
}
.contact-block .image{
    margin-right:20px;
}
.contact-item-1{
    text-align: center;
    padding: 20px;
    background: #155196;
    border-radius: 5px;
    color:#fff;
}
.contact-item_office{
    font-size:18px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-family: Sans;
}
.contact-item_address{
    font-size: 15px;
    margin: 0 0 20px 0;
}
.contact-item_phone{
    font-size:20px;
    font-family: Sans;
    letter-spacing: 1px;
}
.contact-item_phone i{
    font-size:20px;
    margin-right:20px;
}
.pricing-wrapper .heading-3{
    font-family: Sans;
    color:#000;
    text-align: center;
    font-size:28px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}
.pricing-wrapper .form-row{
    margin: 0 0 18px 0;
}
.pricing-wrapper .wpcf7-text{
    width:100%;
    height:32px !important;
    line-height: 42px !important;
    padding: 10px;
    border-radius: 5px;
}
.pricing-wrapper .wpcf7-submit{
    width:100%;
    border:0;
    text-align: center;
    background: #155196;
    color:#fff;
    font-family: Sans;
    padding: 7px;
    text-transform: uppercase;
    font-size:16px;
    margin-top:20px;
    border-radius: 5px;
    cursor: pointer;
}
.pricing-wrapper{
    padding: 20px;
    background: #dcdcdc;
}
.pricing-wrapper .form-row:last-child{
    margin-bottom:0;
}
.whyus-panel .thumb{
    /*height: 529px;*/
}
.whyus-wrapper{
    padding:60px;
    padding-right: 77px;
    height: 100%;
}
.whyus-wrapper .heading-2{
    text-align: center;
}
.whyus-item{
	border:1px solid #dbdbdb;
	padding: 15px;
	background: #f5f5f5;
}
.whyus-item .title > *{
    font-size:16px;
	line-height: 35px;
}
.whyus-item .image{
    min-width: 35px;
    margin-right:10px;
    margin-top:10px;
}
.whyus-item .description{
    text-align: justify;
    font-size:14px;
    line-height:22px;

}
.list-whyus{
    position: relative;
}
.star *{
	color: #ffb700 ;
	font-size:13px;
}

.special{color: #155196;}

@media (min-width: 1220px){
/*   .list-whyus:before{
        content:'';
        display: block;
        position: absolute;
        left:54%;
        top:0;
        width:1px;
        height: 290px;
        background: #e1e1db;
    }
    .list-whyus:after{
        content: '';
        display: block;
        position: absolute;
        left: 90px;
        top: 45%;
        width: 580px;
        height: 1px;
        background: #e1e1db;
    }*/
}


@media (max-width: 500px){
    .whyus-panel .thumb{
        height: 250px;
    }
    .whyus-wrapper{
        padding-right:20px;
    }
}

.prize-panel{
    background: url(img/prize-bg.png);
    background-size:cover;
}
.heading-4{
    text-align: center;
    font-size:25px;
	margin: 30px 0 0px 0;
}
.heading-4 > *{
    font-family:Sans;
    text-transform: uppercase;
    font-weight:normal;
}
.prize-item{
	position:relative;
}
@media(min-width: 1220px){
    .prize-item{
        min-height:210px;
    }
}
.prize-item .info .description{
    font-size:16px;
    line-height: 27px;
    font-style:italic;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.prize-wrapper{
    position: relative;
}

.prize-wrapper .prize-item .image{
    position: absolute;
    right:0;
    top:0;
}
.prize-wrapper .owl-carousel .owl-dots.disabled{
    display: block !important;
    margin-top:20px;
}
.prize-wrapper .owl-carousel .owl-dot.active span{
    background: #155196;
}

.customer-panel{
    padding: 60px 0;
    background: #f5f5f5 !important;
}
.customer-panel .heading-1{
    text-align: center;
    margin: 0 0 50px 0;
    font-size:25px;
}
.customer-item{
    padding: 20px;
    background: #fff;
    position: relative;
}
.customer-item:before{
    content:'';
    display: block;
    position: absolute;
    right: 35px;
    bottom: 100px;
    width:30px;
    height:24px;
    background: url(img/quote.png);
}
.customer-item .description{
    font-size:16px;
    line-height: 27px;
    height: 132px;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.customer-item .image{
    width:92px;
    height:92px;
    border-radius: 50%;
    margin-right: 20px;
}
.customer-item .image img{
    border-radius: 50%;

}
.customer-item .title > *{
    font-weight: bold;
    font-size:15px;
    color:#155196;
}
.news-panel .heading-1{
    font-size:25px;
    margin: 0 0 50px 0;
}
.news-item {
	position:relative;
}
.news-item .image{
    height: 210px;
}
.news-item .title{
    margin: 0 0 10px 0;
}
.news-item .title {
   font-family: Sans;
   height: 48px;
   overflow: hidden;
   padding-right: 25px;
}
.news-item .title > *{
    color:#333;
    font-weight: 600;
    font-size:17px;
	line-height: 24px;
}
.news-item .info{
    background: #f8f8f8;
    padding: 10px;
}
.news-item .info .created {
	width: 37px;
	position:absolute;
	right:0;
	top:44%;
	font-weight: bold;
}
.news-item .info .created .day{
    background: #d7d7d7;
    color:#333;
    padding: 3px 10px;
    text-align: center;
}
.news-item .info .created .month{
    background: #155196;
    color:#fff;
    padding: 3px 10px;
    text-align: center;
}
.news-item .info .description{
    font-size:15px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    margin: 0 0 25px 0;
}
/* ######################## partner-section ######################## */
.partner-section {margin: 0 0 40px 0;}
.partner-section .slider .uk-slider-container {padding: 0 1px;}
.partner-section .thumb {
    padding: 2px;
    /*background: #fff;*/
    /*border: 1px solid #d5d5d5;*/
}
.partner-section .thumb .image {height: 95px;}
@media (min-width: 1220px) {
    .partner-section .slider .uk-slidenav {
        display: block;
        width: 30px;
        height: 42px;
        background: url(img/btn-prev.png) 0px 0px no-repeat;
    }
    .partner-section .slider .uk-slidenav-previous {left: -50px;}
    .partner-section .slider .uk-slidenav-next {
        right: -50px;
        background: url(img/btn-next.png) 0px 0px no-repeat;
    }
    .partner-section .slider .uk-slidenav:before {display: none;}
}
@media (max-width: 1200px) {
    .partner-section .slider .uk-slidenav {
        display: block;
        visibility: hidden;
        opacity: 0;
    }
}
@media (max-width: 960px) {
    .partner-section {
        margin: 0;
        padding: 20px 0;
    }
    .partner-section .panel-head {display: none;}
}
@media (max-width: 479px) {
    .partner-section {padding: 15px 0;}
}
.footer{
    padding: 30px 0;
    position: relative;
}
.footer:before{
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.ft-menu-item,
.ft-information{
    position: relative;
    z-index: 10;
}
.ft-social-title{
    font-size:15px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    color:#fff;
}
.social-list > *{
    margin-right:5px;
    width: 40px;
    height:40px;
    background: #3B5998;
    display: inline-block;
    color:#fff;
    line-height:40px;
    text-align: center;
}
.social-list .fa{
    font-size:18px;
}
.social-list .facebook{

}
.social-list .youtube{
    background: #e51411;
}
.social-list .instagram{
    background: #3F729B;
}
 .social-list .google{
    background: #e74d3f;
}
.social-list .twitter{
    background: #00acf6;
}
.ft-information .ft-logo{
    margin-bottom:20px;
}
.ft-information .ft-description{
    font-size:15px;
    line-height: 26px;
    margin: 0 0 25px 0;
}
@media(min-width: 1220px){
/*    .ft-menu-item{
        padding-left:80px;
    }*/
}
.ft-menu-item .heading{
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px  0 20px 0;
}
.ft-menu-item ul {

}
.ft-menu-item ul li{
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom:1px dotted #1d1d1d;
}
.ft-menu-item ul li > *{
    font-size:15px;
    color:#7b7b7b;
    transition: all 0.5s ease;
    padding-left:10px;
}
.ft-menu-item ul li > *:hover{
    padding-left:20px;
    color:#000;
}
.tag-list a{
    display: inline-block;
    padding: 6px 10px;
    border:1px solid #262626;
    color:#7b7b7b;
    margin-right:5px;
    margin-bottom:5px;
    font-size:14px;
	background: #f2f2f2
}
.tag-list a:hover{
    background: #155196;
    transition: all 0.5s ease;
    color:#fff;
}
.copyright{
    background: #e2e2e2;
    color:#000;
    padding: 10px 0;
}

@media (max-width: 768px){
    .commit-panel{
        margin-top:20px;
    }
    .news-item,
    .intro-wrapper,
    .commit-item{
        margin-bottom:20px !important;
    }
    .owl-nav{
        display: none !important;
    }
}

@media (max-width: 415px){
    .heading-2{
        line-height: 35px;
    }
    .services-panel .children > *{
        padding: 8px 3px;
    }
    .whyus-wrapper{
        padding: 30px;
    }
    .whyus-wrapper .heading-2{
        margin-bottom:30px;
    }
    .customer-panel .heading-1{
        line-height: 35px;
    }
}
.breadcrumb-expand .breadcrumb-content{
    padding:0;
}
.art-detail .main-title{
    text-transform: uppercase;
    font-size:20px;
    font-weight: blod;
    font-family: Sans;
    margin: 0 0 30px 0;
}
.article.detail-content{
    line-height: 28px;
    font-size:16px;
    padding: 10px;
    background: #f8f8f8;
    margin: 0 0 10px 0;
}
@media (max-width: 769px) {
    .article.detail-content img {
        display: block!important;
        width: 100%!important;
        height: auto!important;
    }
}
.aside-panel .header-search .form {position: relative;}
.aside-panel .header-search .form .input-text {
    min-width: 210px;
    height: 40px;
    border: none;
    background: #fff;
    line-height: 40px;
    border: solid 1px #ccc;
    background: #eeeeee;
}
.aside-panel .header-search .form .btn-submit {
    position: absolute;
    font-size: 14px;
    top: 12px;
    right: 7px;
    outline: none;
    cursor: pointer;
    background: none;
    border: none;
    color: #333;
}
.aside-heading{
    font-size:17px;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    /* text-transform: uppercase; */
    font-family: Sans;
    position: relative;
	font-weight: bold;
}
.aside-heading:before{
    content:'';
    display: block;
    position: absolute;
    left:0;
    top:initial;
    bottom:0;
    background: #155196;
    width: 55px;
    height :2px;
}
.aside-panel{
    margin-bottom:30px;
}

.aside-services ul li:not(:last-child){
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom:1px dashed #e7e7e7;
}
.aside-services ul li > *{
    color:#333;
    font-size:15px;
    padding-left:15px;
    display: block;
}
.n-item .image{
    width: 75px;
    height: 75px;
    float:left;
}
.n-item  .info{
    width:calc(100% - 75px);
    width:-webkit-calc(100% - 75px);
    width:-moz-calc(100% - 75px);
    width:-o-calc(100% - 75px);
    padding-left:10px;
    float:left;

}
.n-item .info .title {
    margin: 0 0 5px 0;
    font-size:14px;
    height:42px;
    overflow: hidden;
}
.n-item .info .title > *{
    color:#333;
    font-weight:bold;
    font-family: Sans;
}
.n-item .info .description{
    font-size:14px;
    height: 20px;
    overflow: hidden;
}
.g-item .image{
    height: 80px;
}

.questioncatalogue{
    padding: 50px 0;
}

.question-banner{
    padding: 100px 0;
}
.q-main-text{
    font-size:20px;
    font-weight: bold;
    font-family: Sans !important;
    margin: 0 0 15px 0;
}
.whyus-2{
    background: #f7f7f7 !important;
}
.whyus-2 .whyus-wrapper,
.customer-panel-2{
    padding: 60px;
    padding-left:0;
    padding-right:0;
}
.whyus-2 .whyus-wrapper{
    padding-right:40px;
}
.whyus-2 .customer-item .description{
    height: 75px;
}
.whyus-2 .customer-item .image{
    width: 78px;
    height: 78px;
}

@media (max-width: 415px){
    .whyus-wrapper{
        padding-bottom:0 !important;
    }
    .customer-panel-2{
        padding-top:0 !important;
    }
}
.services-content .image{
    max-height: 500px;
    overflow: hidden;
}
.services-content .main-title{
    font-size:18px;
    font-family: Sans;
    letter-spacing: 1px;
    font-weight:bold;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.services-content .description{
    font-size:15px;
    line-height: 26px;
}
.aside-categories ul > li{
    margin: 0 0 5px 0;
}
.aside-categories ul > li > *{
    display: block;
    padding: 12px 8px;
    background: #eeeeee;
    border-bottom:1px solid #ededed;
    font-size:15px;
    color:#333;
    position: relative;
}

.aside-categories ul > li > *:before{
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 22px solid #000;
    position: absolute;
    left: -22px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.aside-categories ul > li > *:hover,
.aside-categories ul > li > *.active{
    background: #000;
    color:#fff;
}
.aside-categories ul > li > *:hover:before,
.aside-categories ul > li > *.active:before{
    opacity: 1;
    visibility: visible;
}
.aside-2{
    padding-left:50px;
}
.aside-time ul li{
    padding: 10px;
    border-bottom: 1px dashed #ccc;
    font-size:16px;
}
.aside-contact .form-row{
    margin: 0 0 10px 0;
}
.aside-contact .form-row .input-text{
    height: 40px;
    width:100%;
    background: #eeeeee;
}
.aside-contact .form-row .btn-submit{
    background: #155196;
    display: inline-block;
    padding: 10px 25px;
    color:#fff;
    border:0;
    text-transform: uppercase;
    cursor: pointer;
}

.heading-5{
    padding-bottom:10px;
    border-bottom:1px solid #ebebeb;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size:22px;
    font-family: Sans;
    font-weight: normal;
}
.heading-5 > *{
    color:#444444;
    display: inline-block;
    position: relative;
}
.heading-5 > *:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: initial;
    bottom: -11px;
    width: 150%;
    height: 2px;
    background: #983a35;
}
.media-item{
    position: relative;
}
.media-item .image{
    height: 250px;
    margin: 0 0 0 0;
}
.media-item .image i{
    content: "\f03e";
    font-family: FontAwesome, serif;
    z-index: 9;
    position: absolute;
    display: block;
    font-size: 14px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    color: #fff;
    background: #2e375f;
    top: -36px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.media-item .image::after{
    content: '';
    position: absolute;
    top: 100%;
    bottom: 100%;
    left: 100%;
    right: 100%;
    background: #2e375fb3;
    transition: all 0.3s ease-in-out;
}
.media-item:hover .image i{
    cursor: pointer;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}
.media-item:hover .image i:hover{
    background: #f22613;
}
.media-item:hover .image::after{
    cursor: default;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
@media (max-width: 769px) {
    .media-item .image{
        height: 100px;
        margin: 0 0 10px 0;
    }
}
.media-item .title{
    text-align:center;
    font-size:16px;
    padding: 10px 0;
}
.media-item:hover .title{
    background: #f22613;
}
.media-item .title > *{
    color:#333;
}
.media-item:hover .title > *{
    color: #ffffff;
}
.breadcrumb-description{
    font-size:16px;
    color:#fff;
    line-height: 26px;
    max-width: 950px;
    margin:0 auto;
}
.product-item .image{
    height: 289px;
    margin: 0 0 10px 0;
    background: #fff;
}
.product-item .title{
    text-align:center;
    margin: 0 0 15px 0;
}

.product-item .title > *{
    color:#333;
}
.product-item .wrap-price .main-price{
    margin-right: 20px;
    font-size:16px;
    font-weight: bold;
    font-family: Sans;
}
.product-item .wrap-price .sub-price{
    text-decoration: line-through;
     font-family: Sans;
}
.staff-item .image{
    height: 350px;
}
.staff-item .title{
    margin:0;
    padding: 10px;
    background: #f5f7fa;
    font-size:15px;
    font-family: Sans;
    text-transform: uppercase;
    color:#333;
}
.staff-item .info{
    padding: 15px;
    border:1px solid #f8f8f8;
}
.staff-item .info .description{
    font-size:15px;
    margin: 0 0 15px 0;
}
.social > *{
    width: 38px;
    height:38px;
    line-height: 38px;
    text-align: center;
    background: #155196;
    color:#fff;
    font-size:16px;
    margin-right:10px;
}
.intro-form{
    padding: 50px 0;
}
.intro-form .image{
    height :448px;
}
.intro-form .form-row {
    margin: 0 0 20px 0;
}
.intro-form .form-row .input-text{
    width: 100%;
    height:40px;
    background: #f3f3f3;
    border:0;
}
.intro-form .form-row .btn-submit{
    background: #155196;
    display: inline-block;
    padding: 10px 25px;
    color:#fff;
    border:0;
    text-transform: uppercase;
    cursor: pointer;
}
.moblie-menu-btn>*,
.moblie-menu-btn>:after, .moblie-menu-btn>:before{
    background: #000;
}

.main-nav .dropdown-menu{
    top:124%;
}
.main-menu li:hover .dropdown-menu{
    opacity: 1;
    visibility: visible;
}
.main-nav .children li:hover a{
    color: #155196;
}
.uk-slidenav-next:before,
.uk-slidenav-previous:before{
    font-family: FontAwesome;
}
.partner-section{
    margin:0;
    background : #155196;
}
.form-regis {
	position: relative;
}
.form-regis .form .form-row{
	width:100%;
}
 .form-regis .form .form-row .input-text {
    width: 100%;
    height: 38px;
}

.form-regis .form .btn-submit {
    position: absolute;
    right:0;
    bottom:0;
    font-size: 14px;
    height: 38px;
    background: #155196;
    color: #fff;
    border:0;display: inline-block;
    padding:0 15px;
}

#social-float { position: fixed; right: 0; top: 35%; z-index: 100; }
#social-float ul { width: 45px; }
#social-float ul li {}
#social-float ul li a { display: block; height: 45px; width: 45px; line-height: 45px; text-align: center; color: #FFF;  -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px); -webkit-box-shadow: 0 1px 5px #777; -moz-box-shadow: 0 1px 5px #777; box-shadow: 0 1px 5px #777; }
#social-float ul li a.facebook { background: #3A5897; }
#social-float ul li a.messenger { background: #2196F3; }
#social-float ul li a.twitter { background: #54ABED; }
#social-float ul li a.linkedin { background: #0177B5; }
#social-float ul li a.google { background: #DC4E41; }
#social-float ul li a.pinterest { background: #f11922; }
#social-float ul li a.zalo {
	background: #00acd4;
}
#social-float ul li a img{
	max-width:12px !important;
}
#social-float ul li a:hover { width:90px; -webkit-transform: translateX(-10px); -moz-transform: translateX(-10px); -ms-transform: translateX(-10px); -o-transform: translateX(-10px); transform: translateX(-10px);transition:all 0.5s ease; }
#social-float ul li a [class*=fa] {}
@media (max-width: 768px) {
    #social-float {
        right: 0;
        bottom: 0;
        left: 0;
        top: unset;
        z-index: 100;
    }

    #social-float ul {
        width: unset;
        display: flex;
    }

    #social-float ul li {
        width: 25%;
    }

    #social-float ul li a {
        display: block;
        height: 45px;
        width: 100%;
        line-height: 45px;
        text-align: center;
        color: #FFF;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-box-shadow: 0 1px 5px #777;
        -moz-box-shadow: 0 1px 5px #777;
        box-shadow: 0 1px 5px #777;
    }

    #social-float ul li a.facebook {
        background: #3A5897;
    }

    #social-float ul li a.twitter {
        background: #54ABED;
    }

    #social-float ul li a.linkedin {
        background: #0177B5;
    }

    #social-float ul li a.google {
        background: #DC4E41;
    }

    #social-float ul li a.pinterest {
        background: #f11922;
    }

    #social-float ul li a.zalo {
        background: #00acd4;
    }

    #social-float ul li a img {
        max-width: 12px !important;
    }

    #social-float ul li a:hover {
        transform: unset;
        width: 100%;
    }

    #social-float ul li a [class*=fa] {
    }
}
.pos-f {
    position: fixed!important;
    left: 0;
    right: 0;
    top: 0;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 11px -3px #000000de;
    animation-name: podf;
    animation-duration: .3s;
    z-index: 999;
}
@keyframes podf{
    0% {top: -100px;}
    100% {top: 0}
}
@media (max-width: 1366px){

	.whyus-item .description{
    	overflow: hidden;
	}
}

@media (min-width: 1220px){
	.whyus-item{
		min-height:190px;
	}
}

/*@media (min-width: 1366px){
	.whyus-panel .thumb{
		height: 645px;
	}
}*/

.prd-detail .panel-body{
    padding: 15px;
    background: #fff;
    margin: 0 0 30px 0;
}
.prd-title {
    font-size:20px;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
}
.prd-description{
   margin: 0 0  5px 0;
   height: 100px;
   overflow: hidden;
}
.contact-button {
    text-align: center;
    position: relative;
    background: #155196;
    border-radius: 5px;
}
.contact-button:before {
    content:'';
    display: block;
    position: absolute;
    left: 60px;
    top: 20px;
    width:36px;
    height:36px;
    background: url(img/contact-button.png);
    filter: brightness(0) invert(1);
}
.contact-button a{
   display: block;
   padding-top:15px;
   padding-bottom:15px;
   color:#fff;
}
.contact-button a .text{
    font-size:14px;
    font-family: Sans;
    margin: 0 0 10px 0;
}
.contact-button a .number{
    font-size:25px;
}

.prd-extend-content{
    padding: 10px;
    background: #fff;
    line-height: 26px;
    font-size:16px;
}
.product-content .panel-head ul li.uk-active{
    background: #155196;
}
.product-content .panel-head{
    border-color: #155196;
}
.contact-form .form-row textarea, .contact-form .form-row input[type=text]{
    max-width:100% !important;
}
.contact .contact-form .label{
    font-family: Sans;
}
.solution-panel{
    padding: 40px 0;
    background: #eef3f6;
}
.solution-panel .heading-1{
    text-align:center;
    margin: 0 0 20px 0;
}
.solution-panel .description{
    max-width: 900px;
    margin: 0 auto;
    font-size:15px;
    text-align:center;
    margin-bottom:40px;
}
.solution-item .image{
    height: 185px;
    margin: 0 0 10px 0;
}
.solution-item .title{
    text-align:center;
}
.solution-item .title > *{
    font-size:15px;
    color:#333;
}
.value-panel{
    padding: 50px 0;
    padding-bottom:80px;
}

.value-item .image{
    height: 34px;
    margin: 0 0 20px 0;
}
.value-item .description{
    font-size:16px;
    line-height: 26px;
    text-align:center;
}

.qa-section .list {
    /*max-height: 495px;*/
    padding-right: 15px;
}
.qa-section .list::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background: #979797;
}
.qa-section .list::-webkit-scrollbar-thumb {
    height: 10px;
    width: 10px;
    background: #0067b3;
}
.qa-section .list > li {margin-bottom: 10px;}
.qa-section .list .label {
    display: block;
    position: relative;
    padding: 10px 10px 10px 40px;
    border: 1px solid #d5d5d5;
    color: #000;
    font-size: 17px;
    line-height: 20px;
}
.qa-section .list .label:after {
    content: "+";
    display: block;
    position: absolute;
    left: initial;
    left: 20px;
    top: 10px;
    color: #0067b3;
}
.qa-section .list .label.uk-active {
    padding: 10px 20px;
    border-color: #0067b3;
    border-bottom: none;
    color: #0067b3;
    padding-left:40px;
}
.qa-section .list .label.uk-active:after {
    content: "\f068";
    font-family: FontAwesome;
}
.qa-section .list .content {
    padding: 5px 20px 10px 20px;
    border: 1px solid #0067b3;
    border-top: none;
    color: #666;
    font-size: 14px;
    line-height: 22px;
}
.breadcrumb-expand .breadcrumb-content .breadcrumb-maintitle{
    margin-top: 30px !important;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 34px;
    text-align: -webkit-center;
}
.s-item{
    padding: 0 15px 15px 15px;
}
.s-item .s-price{
    color:red;
    font-weight: Bold;
    margin: 0 0 10px 0;
}
.s-item .s-description{
    font-size:15px;
    line-height: 28px;
}
.p-main-price{
	font-size:18px;
	font-weight: bold;
	color:red;
	margin-right:20px;
}
.p-sub-price{
	font-size:16px;
	text-decoration: line-through;
}
.heading-6 {
    margin:0 0 50px 0;
    text-align: center;
}
.heading-6 > span{
    text-transform: uppercase;
    font-size:25px;
    text-align: center;
}
.question-panel{
    padding: 90px 0;
}
.question-item{
    text-align: center;
}
.question-item .icon{
    font-size:50px;
    line-height: 30px;
    margin: 0 0 15px 0;
}
.question-item .title{
    font-size:20px;
    margin: 0 0 15px 0;
    font-weight: bold;
}
.question-item .description{
    font-size:15px;
}

.contact-form{
    padding:50px;
}

.panel-contact{
    background: #f7f7f7 !important
}
.heading-7{
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    position: relative;
}
.heading-7:before{
    content:'';
    display: block;
    position: absolute;
    left:0;
    top:initial;
    bottom:0;
    width:100px;
    height:1px;
    background: #2E375F;
}
.heading-7 > *{
    font-size:24px;
    line-height: 34px;
    font-weight: bold;
}
.panel-contact .label{
    font-size:15px;
    line-height: 25px;
    margin: 0 0 20px 0;
}
.contact-form .form-row input[type=text]{
    height: 45px;
}
.contact-form .form-row textarea{
    height: 114px;
}
.contact-form .btn-submit{
    padding: 8 22px;
    background: #155196;
}

@media(max-width: 415px){
    .prize-wrapper .prize-item .image,
    .commit-panel{
        display: none;
    }
}

.slide-item{
    position: relative;
}
.slide-item .slide-overlay{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
}
.slide-item .slide-overlay {
    text-align: center;
}
.slide-item .slide-overlay .slide-title{
    font-family: Sans;
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    display: inline-block;
    padding: 15px 30px 20px 30px;
    background: #0000005e;
    border-radius: 100px;
}
.slide-item .slide-overlay .slide-description{
    font-size: 84px;
    padding: 49px;
    background: #0000005e;
    color: #fff;
    text-transform: uppercase;
    border-radius: 100px;
    margin-bottom:15px;
}

.slide-slogan{
    font-size:24px;
    color:#fff;

}
/* ######################## Header for pc ######################## */
/*hd-upper*/
.btn-tab {
    color: #676767;
    font-size: 14px;
    padding: 5px 10px;
    display: block;
}
.tab-item {
    display: none;
}
.enable{
    display: block;
}
/**/
.brand .brand-title{
    font-size:20px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color:#4c4c4c;
}
.brand .brand-sub{
    font-size:17px;
    color:#4c4c4c;
    margin: 0 0 30px 0;
}
/*.brand.panel-body{*/
/*    background: rgba(52, 8, 8, 0.75);*/
/*    padding:20px;*/
/*    border-radius: 10px;*/
/*}*/
.list-brand{
    font-size: 14px;
    color: #fff;
}
.list-brand ul li{
    width: 100%;
}
.list-brand .item-brand{
    display: inline-block;
    padding:10px 30px;
    position: relative;
    width: 100%;
    border-radius: 10px 0 0 10px;
    color: #fff;
}
.list-brand .item-brand:before{
    content: "\f041";
    font-family: "FontAwesome";
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 10px;
    color: #fff;
}
.list-brand .item-brand.active-tab{
    background: #155196;
    color: #fff !important;
}
.list-content >ul >li{
    width: 100%;
}
.list-content .adress-title{
    margin-bottom: 5px;
}
.view-more{
    position: relative;
}
.view-more>*{
    font-size: 11px;
    display: inline-block;
    color: #fff;
}
.view-more:before{
    content: "\f178";
    font-family: "FontAwesome";
    position: absolute;
    display: inline-block;
    top: 2px;
    left: -20px;
    color: #fff;
}
.item-body{
   padding: 9px 20px 8px 45px;
   background: #155196;
   border-radius: 10px;
   height: 232px;
   overflow-y: scroll;
}
.firt-item .item-body{
    border-radius: 0 10px 10px 10px;
}
.last-item .item-body{
    border-radius: 10px 10px 10px 0;
}
.item-content>*{
    font-size: 14px;
    color: #fff;
    line-height: 1.3;
}
.item-content{
    margin-bottom: 20px;
}
.custom-bg{
    background: #2a5e9a;
    padding: 13px;
    border-radius: 10px;
}
.item-content a{
    color:#fff;
	font-style: italic;
}
.sc-active,
.ft-active{
    position: relative;
}
.sc-active a,
.ft-active a{
    position: relative!important;
    background-color: #2a5e9a;
    z-index: 2;
    border-radius: 0 10px 0 0!important;
}
.ft-active a{
    border-radius: 0 0 10px 0!important;
}
.sc-active::after,
.ft-active::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border: 10px solid #155196;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 0 0 0 0;
    z-index: 1;
}
.ft-active::after{
    top: unset;
    bottom: 0;
    border-bottom-color: #155196;
}
.bdrs10{
    -webkit-border-radius: 10px!important;
    -moz-border-radius: 10px!important;
    border-radius: 10px!important;
}
.bdrs10notfull{
    -webkit-border-radius: 0 10px 10px 10px!important;
    -moz-border-radius: 0 10px 10px 10px!important;
    border-radius: 0 10px 10px 10px!important;
}
@media (max-width: 769px) {
    .services-content img {
        display: block!important;
        width: 100%!important;
        height: auto!important;
    }
    .aside.aside-2{
        padding-left: 0;
    }
    .aside-categories ul > li > *:hover:before,
    .aside-categories ul > li > *.active:before{
        display: none;
    }
}
.media-gallery{
    margin-bottom: 20px;
}
.media-gallery .article{
    position: relative;
}
.media-gallery .article .thumb {
    height: 350px;
}
@media (max-width: 769px) {
    .media-gallery .article .thumb{
        height: 200px;
    }
}
.media-gallery .article .overlay{
    display: none;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.media-gallery .article:hover .overlay{
    background: #00000099;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.media-gallery .article .overlay .title{
    display: flex!important;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    display: block;
}
.media-gallery .article .overlay .title span{}
@media (max-width: 768px) {
    .main-slide{}
    .main-slide .slide-item{}
    .main-slide .slide-item .image{
        height: 300px;
    }
    .main-slide .slide-item .image img{
        height: 300px;
        display: block;
        object-fit: cover;
    }
    .main-slide .uk-dotnav{
        bottom: 5px;
    }
    .main-slide .uk-dotnav li{}
    .main-slide .uk-dotnav li a{
        width: 20px;
        height: 20px;
        background: none;
        box-sizing: content-box;
        text-indent: 0;
        color: #ffffffa6;
        line-height: 20px;
        text-align: center;
        font-size: 12px;
        border-radius: 0;
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
    }
    .main-slide .uk-dotnav li.uk-active{}
    .main-slide .uk-dotnav li.uk-active a{
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        color: #fff;
    }

}
.a-share{
    margin-bottom: 20px;
}
.a-share span{}
.a-share a,
.a-share .zalo-share-button{
    display: inline-block;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 30px !important;
    overflow: unset!important;
}
.a-share .zalo-share-button{
    position: relative;
}
.a-share .zalo-share-button::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(./img/icon-zalo-share.png);
    background-size: 100% 100%;
    border-radius: 0!important;
}
.a-share a i{
    color: #ffffff;
}
.fb-bg{
    background: #3A5897;
}
.tw-bg{
    background: #00acd4;
}
.gm-bg{
    background: #C3433A;
}

#popupmain .uk-modal-dialog-lightbox{
    top: 50%;
    transform: translateY(-50%);
}
.page-contact .contact-panel{
    background: none;
}
.page-contact .contact-panel .image{
    height: 100px;
    margin-bottom: 10px;
}
.page-contact .contact-panel .image img {
    width: auto;
}
.page-contact .contact-panel .content{}
.page-contact .contact-panel .content *{
    line-height: 30px;
}
.page-contact .contact-panel .content i{
    width: 20px;
    color: #2E375F;
}
.page-contact .contact-panel .content .title{
    font-weight: 600;
}

.page-contact .contact-panel .form-contact{
    background: #fff;
    padding: 30px;
}
.page-contact .contact-panel .form-contact label{
    margin-bottom: 5px;
}
.page-contact .contact-panel .form-contact .title{
    margin-bottom: 5px;
    font-size: 24px!important;
    line-height: 30px!important;
}
.page-contact .contact-panel .form-contact .form{
    width: 100%;
    background: #e6e6e6;
    border: none;
    padding: 9px;
    margin-bottom: 10px;
}
.page-contact .contact-panel .form-contact .btn {
    padding: 7px 45px;
    background: #0769b2;
}


.page-contact .contact-panel .form-contact{}

.page-contact .address-panel{
    background: #ebebeb;
    padding-bottom: 40px;
}
.page-contact .address-panel .panel-head{}
.page-contact .address-panel .panel-head .title{}
.page-contact .address-panel .panel-body{}
.page-contact .address-panel .gg-map{}
.page-contact .address-panel .block-address *{
    line-height: 30px;
}
.page-contact .address-panel .block-address{
    padding: 35px 30px;
    color: #000;
    height: 100%;
}
.page-contact .address-panel .block-address i{
    color: #155196;
    width: 20px;
}
.page-contact .address-panel .address-active{
    background: #0f75bd;
}
.page-contact .address-panel .address-active *{
    color: #fff;
}
.page-contact .address-panel .address-active i{
    color: #fff;
}
.line-3 {
    margin-bottom: 30px;
    width: 150px;
    height: 1px;
    display: inline-block;
    background: #155196;
}
.uk-text-right {
    text-align: right!important;
}
.gg-map {
    display: none;
}
.gg-map.active {
    display: block;
}
.gg-map iframe {
    width: 100%;
}
@media (max-width: 480px)
{
    .uk-width-1-2 {
        width: 100%;
    }
    .page-contact .contact-panel .image img {
        max-width: 100%!important;
    }
}

.ps-timeline-sec {
  position: relative;
  background: #fff;
}
.ps-timeline-sec .container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ps-timeline-sec .container ol:before {
    background: #155196;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 130px !important;
    left: 36px !important;
  }
  .ps-timeline-sec .container ol:after {
    background: #155196;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 36px;
  }
  .ps-timeline-sec .container ol.ps-timeline {
    margin: 130px 0 !important;
    border-left: 2px solid #155196;
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    height: 220px;
    float: none !important;
    width: inherit !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
    width: 70px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
    bottom: 40px !important;
    width: 40% !important;
    margin-left: 25px !important;
    margin-top: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
    width: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
    width: 50% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    left: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 150px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    margin: 0 auto !important;
    width: 80% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 115px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
}
@media screen and (max-width: 480px) {
    .ps-timeline-sec .container ol.ps-timeline{
        padding-top: 33px !important;
        margin-left: 55px !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
        content: "" !important;
        color: #155196;
        width: 70px !important;
        height: 2px !important;
        background: #E91E63;
        position: absolute;
        bottom: 30px !important;
        left: 100% !important;
    }
    
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
        content: "" !important;
        color: #155196;
        width: 8px;
        height: 8px;
        background: #155196;
        position: absolute;
        top: 27px !important;
        right: -120% !important;
        border-radius: 100%;
        left: unset !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
        content: "" !important;
        color: #155196;
        width: 70px !important;
        height: 2px !important;
        background: #155196;
        position: absolute;
        bottom: 30px !important;
        left: 100% !important;
        top: unset !important;
    }
    
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
        content: "" !important;
        color: #155196;
        width: 8px;
        height: 8px;
        background: #155196;
        position: absolute;
        top: 27px !important;
        right: -120% !important;
        border-radius: 100%;
        left: unset !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span{margin-left: -35px !important;}
    .ps-timeline-sec .container ol.ps-timeline li .ps-bot{margin-top: 30px !important;padding-right: 10px;}
    .ps-timeline-sec .container ol.ps-timeline li{height:150px;}
    .ps-timeline-sec .container ol.ps-timeline li .ps-top{top:-10px;}
    .ps-timeline-sec .container ol.ps-timeline li:last-child{height:35px;}
    .ps-timeline-sec .container ol:before,.ps-timeline-sec .container ol:after{display:none;}
}
.ps-timeline-sec .container ol:before {
  background: #155196;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 15px;
  bottom: -4px;
}
.ps-timeline-sec .container ol:after {
  background: #155196;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  right: 15px;
  top: 195px;
}
.ps-timeline-sec .container ol.ps-timeline {
  margin: 175px 20px;
  padding: 0;
  border-top: 2px solid #155196;
  list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  width: 14%;
  padding-top: 30px;
  position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li span {
  width: 70px;
  height: 70px;
  margin-left: -25px;
  background: #fff;
  border: 4px solid #155196;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 50px -10;
  color: #222222;
  font-size: 1em;
  font-style: normal;
  position: absolute;
  top: -35px;
  left: 50%;
  line-height: 4em;
  font-weight:bold;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
  content: "";
  color: #155196;
  width: 2px;
  height: 35px;
  background: #155196;
  position: absolute;
  top: -35px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
  content: "";
  color: #155196;
  width: 8px;
  height: 8px;
  background: #155196;
  position: absolute;
  bottom: 90px;
  left: 45%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
  content: "";
  color: #155196;
  width: 2px;
  height: 35px;
  background: #155196;
  position: absolute;
  bottom: -35px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
  content: "";
  color: #155196;
  width: 8px;
  height: 8px;
  background: #155196;
  position: absolute;
  top: 90px;
  left: 44%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 130px;
  width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li p {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 100px;
  margin-left:40px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 40px;
  margin-left:30px;
}
