
@font-face {
    font-family: 'SVN-Gotham-Regular';
    src: url('../font/SVN-Gotham-Regular.ttf') format('truetype')
}
@font-face {
    font-family: 'SVN-Gotham-Bold';
    src: url('../font/SVN-Gotham-Bold.ttf') format('truetype')
}
@font-face {
    font-family: 'SVN-Gotham-Light';
    src: url('../font/SVN-Gotham-Light.ttf') format('truetype')
}
@font-face {
    font-family: 'SVN-Gotham-Book';
    src: url('../font/SVN-Gotham-Book.otf') format('truetype')
}
.container1{
    width: 980px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
:root{
    --main-color: #32409a;
    transition: all .2s linear;
}
*{
	padding:0px;
	margin:0px;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
	padding:0px;
}
ul{
	padding:0px;
}
ul li{
	list-style:none;
}
a:hover{
	text-decoration:none;
}
a{
    text-decoration:none;
}
body{
	font-size:14px;
	font-family:'SVN-Gotham-Light';
    max-width: 1920px;
    margin: auto;
}

.apply .title_home p{
	    margin-top: 15px;
    margin-bottom: 30px;
    font-style: italic;
}
.owl-prev {
    position: absolute;
    left: 10px;
    top: calc(50% - 20px);
    opacity: 1;
    filter: alpha(opacity=30);
        width: 25px;
    height: 40px;
    border-radius: 0 3px 3px 0;
    text-align: center;
    line-height: 40px;
    background-color: rgba(0,0,0,0.6);
    filter: alpha(opacity=0);
    left: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    color:#fff;
    font-size: 30px;
}
.owl-next {
    position: absolute;
    right: 10px;
    top: calc(50% - 20px);
    opacity: 1;
    filter: alpha(opacity=30);
    width: 25px;
    height: 40px;
    border-radius: 3px 0 0 3px;
    text-align: center;
    line-height: 40px;
    background-color: rgba(0,0,0,0.6);
    filter: alpha(opacity=0);
    right: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    color:#fff;
    font-size: 30px;
}
.slide_home img{
	width: 100%;
}
.menu_top{
    float: left;
    text-align: center;
    max-width: 800px;
    margin-top: 35px;
    display: flex;
    height: 50px;
    align-items: center;
    position: relative;
}
.menu_top ul li{
    display: block;
    float: left;
    height: 100%;
    line-height: 36px;
}
.menu_top ul{
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    height:100%;
}
.menu_top ul li a{
    color: #002e5b;
    font-size: 16px;
    padding: 8px 15px;
    height: auto;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'SVN-Gotham-Regular';
}
.menu_top ul li a:hover,.menu_top ul li a:focus{
    color: var(--main-color);
}
.menu_top ul li ul li ul{
	padding:20px;
	left: 90%;
    position: absolute;
    top: 0;
    background-color: #e1e1e1;
    height: 100%;
   	visibility: hidden;
    opacity: 0;
    width: 300px;
    transition: all .5s linear;
}
.menu_top ul li ul li:hover ul{
    opacity: 1;
    left:100%;
    visibility: initial;
}
.menu_top ul li ul li:hover ul li ul{
	 visibility: hidden;
    opacity: 0;
}
.menu_top ul li ul li{
    display: block;
    width: 100%;
    height:auto;
}
.menu_top ul li ul>li{
    margin-top:10px;
}
.menu_top ul li ul li a{
    font-size: 15px;
    display: flex;
    padding: 0px 0px 10px;
    color: #424242;
    border-bottom: 1px solid #ccc;
    text-transform: initial;
    font-family: 'SVN-Gotham-Book';
    justify-content: space-between;
}
.menu_top ul li ul li a:hover{

}
.menu_top ul.sub-menu-3{
    visibility: hidden;
    opacity: 0;
    width: 300px;
    position: absolute;
    left: 90%;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 28%);
    background-color: #fff;
    padding:20px;
    top: 0px;
    background-color: #f1f1f1;
    overflow: auto;
    height:100%;
}
.submenu ul li ul li:hover .sub-menu-3{
    opacity: 1;
    left: 100%;
    visibility: initial;
    box-shadow: initial;
}
.submenu ul li ul li a div{
    display: flex;
    align-items: center;
}
.submenu ul li ul li a div i{
    margin-left: 0px;
    font-size: 15px;
    height:25px;
    margin-right:5px;
    text-align: center;
    line-height: 25px;
}
.logo{
    width:200px;
    float:left;
}
.search{
   float: right;
    height: 50px;
    margin-left: 20px;
    margin-top: 15px
}
.header{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999999;
    max-width: 1920px;
    transition: 0.3s all ease;
    /* background-image: linear-gradient(#fff, rgba(255,255,255,0.01)); */
    background:#fff;
}
.logo img{
    margin-top: 15px;
    height:50px;
}
.slide img{
    width: 100%;
 object-fit: cover;
}
.item_product{
    width:16.22%;
    float: left;
    overflow: hidden;
    height: 610px;
    margin-right: 5px;
}
[class*=" imghvr-"] figcaption, [class^=imghvr-] figcaption{
    background-color: rgba(0,0,0,0.6);
}
[class*=" imghvr-"], [class^=imghvr-]{
    background-color: initial;
}
.product{
    margin-top: 70px;
    margin-bottom: 60px;
}
.bg_lastest{
    background-color: #b7b7b7;
    height: 250px;
    overflow: hidden;
}
.bg_lastest img{
    width: 100%;
}
[class*=" imghvr-"]>img, [class^=imghvr-]>img {
    max-width: initial;
}
.lastest{
    margin-top: 70px;
}
.submenu{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    width: 300px;
    padding: 0;
    margin: 0;
    list-style: none;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 28%);
    background-color: #fff;
    transition: all 0.5s ease!important;
    padding:20px;
    min-height:350px;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
}
.hotline_top{
   float: right;
    display: flex;
    margin-top: 40px;
    margin-left: auto;
}
.hotline_top .left{
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: #4cb860;
    color: #fff;
    text-align: center;
    line-height: 36px;
}
.hotline_top .right{
    margin-left: 10px;
    padding-top: 6px;
}
.hotline_top .right p{
   font-family: 'SVN-Gotham-Bold';
   font-size: 16px;
   color: #002e5b;
   line-height:0.8;
}
.hotline_top .right span{
    display: block;
    font-size: 12px;
}
.menu_top ul li:hover .submenu{
    visibility: visible;
    opacity: 1;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}
.slide{
    margin-top:85px;
}
.submenu ul li{
    width: 100%;
}
.header .container{
    display: flex;
}
.submenu ul li ul li{
    margin-bottom: 0px;
    min-height: initial;
    border: inherit;
    height: initial;
    display: block;
    float: none;
    margin-right: 0px;
    width: 100%;
    padding:0px;
    margin-top:0px;
}
.pb-12{
    padding-bottom: 12px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.submenu ul li ul li a{
    font-weight: normal;
    font-size: 13px;
    text-transform: capitalize;
    border-bottom: none;
    line-height: 1.4;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 5px 5px;
    transition: all .25s ease !important;
    font-family: 'SVN-Gotham-Book';
    padding-left:0px;
}
.submenu ul li ul li a i{
    margin-left: 10px;
    font-size: 18px;
    margin-right:5px;
    transition: all .25s ease !important;
    box-shadow: inset 0px 0px 0px 2px rgba(253, 101, 4, 0);
}
.submenu ul li ul li a:hover{
    border-top: none;
    color:var(--main-color);
    background-color: rgba(0,0,0,0.03);
}
.submenu ul li ul li a:hover div i{
    color:var(--main-color);
}
.submenu ul li ul li .sub-menu-3 li{
    padding:0px 0px;
}
.submenu ul li ul li .sub-menu-3 li a{
    margin-bottom: 0px;
    display: block;
    text-transform: initial;
    padding:5px 0px;
    font-family: 'SVN-Gotham-Book';
}
.submenu ul li ul li .sub-menu-3 li:hover a{
    background-color: rgba(0, 0, 0, 0.03);
    text-decoration: none;
    color: var(--main-color);
    font-family: 'SVN-Gotham-Book';
}
.submenu.type_menu_0{
    width: initial;
    min-height: initial;
    left: 20%;
    padding:5px 0px;
}
.menu_top ul li .submenu.type_menu_0 ul li{
    width:100%;
}
.menu_top ul li .submenu.type_menu_0 ul li a{
    border-bottom: none;
    font-size:14px;
    display: block;
    padding:10px 0px;
    line-height: 1.3;
    padding:5px 10px;
    display: flex;
    transition: all .25s ease !important;
    align-items: center;
}
.menu_top ul li .submenu.type_menu_0 ul li a i{
    width:25px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    margin-right: 5px;
    font-size:16px;
    transition: all .25s ease !important;
    box-shadow: inset 0px 0px 0px 2px rgba(253, 101, 4, 0);
}
.menu_top ul li .submenu.type_menu_0 ul li a:hover{
    background-color: rgba(0,0,0,0.03);
    color:var(--main-color);
}
.menu_top ul li .submenu.type_menu_0 ul li a:hover i{
    box-shadow: inset 0px 0px 0px 2px var(--main-color);
    border-radius: 3px;
    color:#424242;
}
.footer{
    width:100%;
    overflow: hidden;
    background-color: var(--main-color);
    padding-top: 70px;
}
.memu_footer h3{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    padding-top:10px;
    font-family: 'SVN-Gotham-Bold';
}
.memu_footer ul li{
    margin-bottom: 5px;
}
.memu_footer ul li a{
    font-size: 14px;
    color:#fff;
    display: block;
    position: relative;
    padding-left: 15px;
}
.memu_footer ul li a:before{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #4cb860;
    position: absolute;
    left: 0;
    top: 8px;
}
.memu_footer ul li a:hover{
	text-decoration: underline;
}
.footer_right{
    text-align: center;
}
.footer_right h3{
    font-size: 14px;
    text-transform: uppercase;
    color:#58595b;
    margin-bottom: 20px;
    text-align: right;
}
.footer_right .social{
    text-align: right;
    width: 100%;
}
.footer_right .social a{
    width:35px;
    height: 35px;
    border-radius:17.5px;
    color:#fff;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    line-height: 35px; 
}
.footer_right .social a.facebook{
    background-color: #6081c4;
}
.footer_right .social a.google{
    background-color: #db4437;
}
.footer_right .social a.linkedin{
    background-color: #2797cf;
}
.footer_right .social a.youtube{
    background-color: #f15a4b;
}
.footer_right .social a:hover{
    background-color: #323232;
}

.infomation span{
    margin-right: 40px;
}
.bottom{
    width: 100%;
     font-size: 12px;
    width: 100%;
    color:#58595b;
    margin-top: 10px;
    border-top: 1px rgba(255,255,255,.1) solid;
}
.copyright{
    float:left;
}
.bottom ul{
    float:right;
}
.bottom ul li{
    float:left;
    border-right: 1px solid #fbd2d3;
}
.bottom ul li:last-child{
    border-right:none;
}
.bottom ul li a{
    font-size: 12px;
    color:#58595b;
    padding-left: 10px;
    padding-right: 10px;
}
.bottom ul li a:hover{
	text-decoration: underline;
}
.content_news{
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
}
.left_content{
    width: 75%;
    float: left;
}
.right_content{
    float: right;
    width: 25%;
    padding-left: 30px;
}
.breadcrumbsec{
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.breadcrumbsec h3{
    font-size:24px;
    color:#002e5b;
    font-family: 'SVN-Gotham-Bold';
    text-align: center;
}
.list_post .item{
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0px 0px 5px #ddd;
    height: 404px;
}
.list_post .item a.box_image{
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 250px;
    display: block;
}
.list_post .item a.box_image img{
    height: 100%;
    object-fit: cover;
}
.list_post .item .descritption{
    padding: 20px;
}
.box_date{
    border-top: 1px solid #eee;
    padding: 10px 20px;
    color: #aaa;
    font-size: 13px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.list_post .item .descritption h2 a{
    color: var(--main-color);
    font-weight: 600;
    font-size: 18px;
}
.list_post .item .descritption p{
    color:#fff;
    font-size: 14px;
}
.list_post .item .descritption h2{
   line-height: 20px;
}
.btn_more{
    float:right;
    position: absolute;
    right: 40px;
    bottom: 0px;
}
.sidebar{
    width: 100%;
    overflow: hidden;
}
.sidebar .title{
    font-size:18px;
    color:#002e5b;
    font-weight: 600;
    border-bottom: 1px solid #fbd2d3;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-family: 'SVN-Gotham-Bold';
}

.sidebar ul li a{
    font-family: 'SVN-Gotham-Light';
    color:#002e5b;
}
.sidebar .list_news{
    width: 100%;
    overflow: hidden;
}
.sidebar .list_news .item{
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.sidebar .list_news .item a.box_image{
    width: 35%;
    float:left;
    background-color: #d1d1d1;
    height:70px;
}

.sidebar .list_news .item a.box_image img{
	transition: 0.3s all ease;
}
.sidebar .list_news .item a.box_image img:hover{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.sidebar .list_news .item .descritption{
    width: 65%;
    padding-left: 20px;
    float: left;
}
.sidebar .list_news .item .descritption h4 a{
    font-size:13px;
    font-family: 'SVN-Gotham-Light';
    color:#1c1c1c;
}
.sidebar .list_news .item .descritption h4 a:hover{
	color:#ed1c24;
}
.content_detail p{
    font-size:14px;
    font-family: 'Arial',sans-serif;
    color:#000;
    margin-bottom: 15px;
}
.content_detail h1,.content_detail h2,.content_detail h3,.content_detail h4, .content_detail h5, .content_detail h6{
    margin-bottom: 15px;
    font-family: 'SVN-Gotham-Regular';
}
.content_detail h2{
    font-size: 26px;
    color:#002e5b;
}
.content_detail h3{
    font-size: 22px;
}
.content_detail h4{
    font-size: 20px;
}
.content_detail h5{
    font-size: 18px;
}
.content_detail h6{
    font-size: 17px;
}
.connect{
    width: 100%;
    height: 298px;
    background-image: url(../img/bg_share.jpg);
    background-size: cover;
    padding-top: 60px;
    margin-top: 70px;
}
.list_recent{
    margin-top: 70px;
    overflow: hidden;
}
.list_recent .title{
    font-size: 26px;
    color:#002e5b;
    text-align: center;
    margin-bottom: 20px;
}
.related{
  width: 100%;
}
.related .item{
    box-shadow: 0px 0px 15px #d1d1d1;
    margin: 15px;
    height:360px;
}
.related .item .box_image{
    width: 100%;
    height: 110px;
    overflow: hidden;
    background-color: #ebebeb;
    display: block;
}
.related .item .box_image img{
	    transition: 0.3s all ease;
}
.related .item .box_image img:hover{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.related .item .descritption{
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}

.related .item .descritption h3{
    margin-bottom: 20px;
}
.related .item .descritption h3 a{
    color:#322f31;
    font-size:20px;
    font-family: 'SVN-Gotham-Bold';
    margin-bottom: 20px;
}
.related .item .descritption h3 a:hover{
	color:#ed1c24;
}
.related .item .descritption p{
    font-size: 12px;
}
.related .owl-prev{
    background-color: initial;
    color: #ebebeb;
    font-size: 80px;
    left: -45px;
}
.related .owl-next{
    background-color: initial;
    color: #ebebeb;
    font-size: 80px;
    right: -42px;
}
.box_connect h3{
    text-transform: uppercase;
    font-size: 26px;
    color:#fff;
    font-family: 'SVN-Gotham-Bold';
}
.box_connect p{
    color:#fff;
    font-size:12px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.box_connect .input_email{
    margin-top: 15px;
    border-bottom: 1px solid #9da0a5;
    width: 300px;
    padding-bottom: 3px;
    overflow: hidden;
}
.box_connect .input_email input{
    background-color: inherit;
    border:none;
    float:left;
    color:#fff;
    font-size:12px;
    width: 270px;
}
.btn_view{
    float: right;
}
.share_detail{
    overflow: hidden;
    margin-top: 25px;
}
.share_detail a{
    color:#fff;
    height: 30px;
    width: 30px;
    border:1px solid #fff;
    line-height: 30px;
    text-align: center;
    display: block;
    border-radius: 15px;
    float: left;
    margin-right: 10px;
    font-size:16px;
}
.share_detail a:hover{
    background-color: #ed1c24;
    border:1px solid #ed1c24;
}
.button_share{
    overflow: hidden;
    margin-top: 20px;
}
.button_share a{
    border:1px solid #fff;
    padding: 3px 6px 3px 6px;
    color:#fff;
    font-size: 10px;
    text-transform: uppercase;
    margin-right: 10px;
    display: inline-block;
}
.lastest h3 a{
    font-family: 'SourceSansPro-Light';
    font-size: 26px;
    color:#fff;
    margin-top: 60px;
    display: block;
    margin-bottom: 20px;
}
.bg_lastest{
    padding-left: 30px;
    color:#fff;
}

.bg_lastest p{
    width: 50%;
    font-size: 12px;
    text-align: justify;
}
.bg_lastest p.date{
    margin-bottom: 10px;
    font-size: 14px;
}
.news{
    width: 100%;
    margin-bottom: 70px;
    margin-top: 15px;
}
.slide_news .item a.box_image{
    width: 840px;
    height: 330px;
    padding-top: 25px;
    overflow: hidden;
    display: block;
}
.slide_news .item .description{
    width: 470px;
    height: 290px;
    position: absolute;
    z-index: 99;
    right: 0px;
    top: 0px;
    background-color:#b7b7b7;
    padding-top: 40px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.slide_news .item .description h3{
    font-family: 'SourceSansPro-Light';
    font-size: 26px;
    color:#fff;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.slide_news .item .description h4 a{
    font-family: 'SourceSansPro-Light';
    font-size: 26px;
    color:#fff;
    display: block;
    margin-bottom: 15px;
}
.slide_news .item .description p{
    width: 85%;
    font-size: 12px;
    text-align: justify;
    color:#fff;
}
.slide_news .item .description a.read_more{
    color:#fff;
    font-size:12px;
    text-transform: uppercase;
    margin-top: 20px;
    display: block;
}
.slide_news{
    position: relative;
}
.slide_news .owl-nav{
    display: none;
}
.slide_news .owl-dot{
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #b7b7b7;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.slide_news .owl-dots{
    width: 300px;
    float: right;
    text-align: center;
    z-index: 9999;
    position: absolute;
    bottom: 15px;
    right: 0;
}
.box_banner{
    position: absolute;
    height: 470px;
    z-index: 99;
    color: #002e5b;
    display: flex;
    align-items: center;
    bottom: 0px;
    width:500px;
}
.box_banner h4{
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'SVN-Gotham-Light';
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 80px;
    line-height: 25px;
}
.box_banner h1{
    font-size:30px;
    text-transform: uppercase;
    font-family: 'SVN-Gotham-Bold';
    margin-bottom: 30px;
}
.box_banner .read_more{
    padding: 0px 35px;
    background-color: #4cb860;
    font-size: 12px;
    letter-spacing: .24px;
    color: #fff;
    border-radius: 25px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    display: none;
}
.box_banner .read_more:hover{
    background-color: var(--main-color);
}
.box_career1{
    margin-top: 80px;
    width: 100%;
    overflow: hidden;
}
.title_box_career{
    padding: 60px;
}
.title_box_career h3 a{
    color:#002e5b;
    font-family: 'SVN-Gotham-Bold';
    font-size: 26px;
    text-transform: uppercase;
    line-height: 30px;
}
.title_boxcareer{
    position: absolute;
    z-index: 9999;
    margin-top: -250px;
    text-transform: uppercase;
    font-size: 24px;
    color:#fff;
    padding-right: 250px;
    padding-left: 40px;
    font-family: 'SVN-Gotham-Bold';
}
.box_career2 .title_boxcareer{
    padding-right: 50px;
}
.title_boxcareer a{
    font-size: 24px;
    color:#fff;
}
.title_boxcareer a:hover{
	color:#ed1c24;
}
.box_career2{
    width: 100%;
    background-image: url('../img/bg_map.jpg');
    overflow: hidden;
    background-repeat: no-repeat;
}
.box_career3{
    background-color:#b7b7b7;
    text-transform: uppercase;
    font-size: 24px;
    color:#fff;
    font-family: 'SVN-Gotham-Bold';
    width: 100%;
    height: 320px;
    overflow: hidden;

}
.box_career3 img{
    height: 100%;
    max-width: initial;
}
.padding-right{
    padding-right:0px !important;
}
.padding-left{
    padding-left: 0px;
}
.thongke{
    margin-top: 230px;   
}
.list_career_1 .item{
    background-color: #fff;
}
.list_career_1 .item .title_item h3 a{
    color:#1c1c1c;
    font-size: 18px; 
    font-family: 'SVN-Gotham-Light';
}
.list_career_1 .item .title_item h3 a:hover,.list_post .item .descritption h2 a:hover{
	color:#4cb860;
}
.cate_post{
    position: absolute;
    top: 20px;
    z-index: 9;
    background-color: var(--main-color);
    left: 20px;
    color: #fff;
    border-radius: 3px;
    padding: 2px 10px;
}
.cate_post a{
    color: #fff;
    font-size: 12px;
}
.list_career_1 .item .title_item{
   padding: 20px;
}
.list_career_1 .item{
    box-shadow: 0px 0px 10px #d1d1d1;
    margin: 10px;
}
.list_career_1 .owl-prev {
    background-color: initial;
    color: #ebebeb;
    font-size: 80px;
    left: -45px;
}
.list_career_1 .owl-next {
    background-color: initial;
    color: #ebebeb;
    font-size: 80px;
    right: -42px;
}
.list_recent .career_title h2{
    font-family: 'SVN-Gotham-Regular';
}
.list_career_1{
}
.des_project{
    margin-top: 10px;
}
.des_project a{
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    color: var(--main-color);
}
.thongke{
    width: 100%;
    padding-bottom: 50px;
}
.thongke h4{
    font-size: 50px;
    font-family: 'SVN-Gotham-Regular';
}
.thongke p{
   font-size: 10px;
}
.box_image{
    overflow: hidden;
    width: 100%;
    height: 320px;
}
.box_image img{
    width: 100%;
}
.investor{
    background-image: inherit;
}
.list_business{
}
.owl-dots{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.owl-dots .owl-dot{
    width: 8px;
    height: 8px;
    background-color: #ebebeb;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.owl-dots .active{
    background-color: #0065b8;
}
.list_contact_content{
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}
.list_contact .title h2{
    font-size: 30px;
    font-family: 'SVN-Gotham-Bold';
    text-align: center;
    text-transform: uppercase;
}
.list_contact{
    margin-top: 100px;
    overflow: hidden;
    width: 100%;
}
.list_contact_content h3{
    font-size:18px;
    font-family: 'SVN-Gotham-Bold';
    text-transform: uppercase;
    margin-bottom: 20px;
}
.list_contact_content p{
    width: 100%;
    font-size:11px;
    margin-bottom: 5px;
}
.list_contact_content .item{
    overflow: hidden;
    margin-bottom:80px;
}
.connect_contact{
    margin-bottom: 120px;
}
.list_cate_core{
    position: absolute;
    width: 475px;
    overflow: hidden;
    right: 0;
    top:0;
}
.list_cate_core .item_cat{
    height: 96px;
    background-color: #322f31;
    border-bottom: 1px solid #454547;
    color:#fff;
    transition: 0.3s all ease;
}
.list_cate_core .item_cat span{
    float:left;
    font-size:30px;
    font-family: 'Arial';
    color:#fff;
    line-height: 96px;
    margin-left:45px;
    margin-right: 45px;
}
.banner_core_business{
    position: relative;
}
.list_cate_core .item_cat .cat_name{
    float:left;
    margin-top: 25px;
}
.list_cate_core .item_cat .cat_name a{
    font-family: 'SourceSansPro-ExtraLight';
    font-size: 30px;
    text-transform: uppercase;
    color:#fff;
}
.list_cate_core .item_cat .cat_name p{
    display: none;
}
.list_cate_core .item_cat:hover{
    background-color: #fff;
    border:1px solid #fde1e2;
    height: 110px;
    overflow: hidden;
    width: 500px;
}
.list_cate_core .item_cat:hover span{
    color:#ed1c24;
    line-height: 110px;
}
.list_cate_core .item_cat:hover .cat_name{
    margin-top: 30px;
}
.list_cate_core .item_cat:hover .cat_name p{
    display: block;
    color:#ed1c24;
    margin: 0px;
    text-transform: uppercase;
    font-size: 10px;
}
.list_cate_core .item_cat:hover .cat_name a{
    font-size:20px;
    color:#ed1c24;
    margin-bottom: 0px;

}
.banner_core{
    margin-bottom: 200px;
}
.banner_cate_core{
    background-color: #fff;
}
.core{
    background-color: #ebebeb;
    padding-top: 70px;
}
.content_cate{
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 40px;
    background-color: #fff;
    margin-right: 10px;
    box-shadow: 0px 0px 10px #ebebeb;
    padding-bottom: 40px;
}
.category_core .item .title_item a{
    color:#1c1c1c;
    font-size: 14px;
}
.category_core .item .title_item{
    padding-top: 40px;
}
.category_core .item .box_image{
    height: 220px;
    display: block;
}
.category_core .item .box_image img{
    object-fit: cover;
    height: 100%;
}
.list_item_pro{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.list_item_pro .item_pro{
    width: 19%;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-bottom: 70px;
}
.list_item_pro .item_pro img{
    margin:auto;
    margin-bottom: 40px;
}
.list_propetis h3{
    text-align: center;
    font-size: 20px;
    font-family: 'SVN-Gotham-Regular';
    margin-bottom: 30px;

}
.list_item_pro .item_pro h4{
    font-size:14px;
    font-family: 'SVN-Gotham-Regular';
    margin-bottom: 10px;
}
.list_item_pro .item_pro p{
    font-size: 12px;
    font-family: 'SVN-Gotham-Light';
}
.content_category{
    margin-bottom:80px;
    width: 100%;
    overflow: hidden;
    text-align: justify;
}
.core_sidebar{
    padding-bottom: 70px;
}
.core_sidebar_1{
    width: 100%;
    background-color: #ed1c24;
    height: 220px;
    color:#fff;
    padding-top: 150px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    margin-bottom: 30px;
    font-family: 'SourceSansPro-Light';
}
.core_sidebar_1 a{
    color:#fff;
}
.core_sidebar_2{
    background-color: #fff;
    padding-bottom: 30px;
}
.core_sidebar_2 h5{
    font-size: 16px;
    font-family: 'SourceSansPro-Light';
    margin: 30px;
    margin-bottom: 0px;
}
.core_sidebar_2 h5 a{
    color:#333;
}
.content_cate h1{
    font-size: 36px;
    font-family: 'SVN-Gotham-Regular';
    margin-bottom: 5px;
}
.content_cate h3{
    font-size: 20px;
    font-family: 'SourceSansPro-Light';
    margin-bottom: 40px;    
}
.content_cate p{
    font-size: 15px;
    font-family: 'SourceSansPro-Light';
    text-align: justify;
}
.content_cate img{
    width: 100%;
    margin-top: 50px;
}
.cate_product{
    margin-top: 70px;
}
.cate_product h3{
    font-size: 33px;
    position: relative;
    margin-bottom: 55px;
}
.cate_product h3:before{
    left: 50%;
    margin-left: -25px;
    content: "";
    position: absolute;
    top: calc(100% - -15px);
    width: 50px;
    height: 4px;
    background: var(--main-color);
}
.cate_product .descritption{
    text-align: center;
    width: 80%;
    margin: auto;
    margin-bottom:70px;
}
.list_propetis_pro{
    margin-top:70px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px;
}
.item_propertis{
   margin-bottom: 40px; 
}
.item_propertis .des_pro{
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.item_propertis .des_pro h3{
    font-size: 25px;
    font-family: 'SVN-Gotham-Regular';
    margin-bottom: 20px;
}
.item_propertis .des_pro h3 a{
    font-size: 25px;
    font-family: 'SVN-Gotham-Regular';
    margin-bottom: 20px;
    color:#333;
}
.item_propertis .des_pro p{
    font-size: 15px;
}
.list_post .box_image img{
    height: 100%;
    width: initial;
}
.list_news .box_image img{
    height: 100%;
    width: initial;
}
.box_search{
    float:right;
}
.btn_search{
    background-color: initial;
    border: none;
    margin-top: 28px;
    transition: 0.3s all ease;
}
.langua{
    float: left;
    width: 70px;
    padding-left: 20px;
    margin-top: 15px;
    cursor: pointer;
}
.langua img,.list_lang img{
    margin-right: 5px;
}
.langua span,.list_lang span{
    text-transform: capitalize;
    font-family: 'SVN-Gotham-Light';
    font-size: 14px;
}
.list_lang{
    position: fixed;
    width: 100px;
    top: 52px;
    z-index: 9999;
    background: #fff;
    padding-left: 20px;
    border-top:1px solid #d1d1d1;
    padding-top: 5px;
    display: none;
}
.list_lang a{
    margin-bottom:5px;
    display: block;
    font-family: 'SVN-Gotham-Light';
    color: #002e5b;
}

.banner img{
   width: 100%;
    height: 100%;
    object-fit: cover;
}

.category_core .item .title_item a.txt_viewmore{
    margin-top: 30px;
    display: block; 
    font-size: 12px;
}
.item_propertis .des_pro h3 a.btn_more{
    position: relative;
    float: none;
    right: initial;
    bottom: initial;
    margin-left: 20px;
}
.bre{
    width: 100%;
    box-shadow: 0px 0px 15px #d1d1d1;
    height: 40px;
    margin-top: -10px;
}
.bre ul li,.bre ul li a{
    font-size: 14px; 
    margin-right: 10px;
    color:#333;
    float: left;
    line-height: 40px;
}
.bre ul li a{
    margin-right: 0px;
}
#menu{
}
#page{
    padding-bottom: 0px;
    overflow: hidden;
}
.mh-head{
    width: 40px;
    float:left;
    margin-right: 10px;
    background-color: #212121;
    height: 30px;
    display: none !important;
}
.mh-head .mh-btns-left{
    left: inherit;
    margin-top: 15px;
}
.category_core .item{
    min-height: 340px;
}
.mota_staff h3{
   font-family: 'SVN-Gotham-Bold';
   margin-top:10px;
   margin-bottom: 30px;
}
.mota_staff p{
    font-size: 15px;
    font-family: 'SourceSansPro-Light';
    margin-bottom: 5px;
}
.mota_staff p span{
    width: 49%;
    float:left;
}
.row_staff{
    overflow: hidden;
    width: 100%;
}
.item_product h3{
    text-transform: uppercase;
    font-family: 'SVN-Gotham-Regular';
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 20px;
}
.item_product p{
    font-family: 'SourceSansPro-Light';
    font-size: 14px;
}
.banner{
    position: relative;
    height: 470px;
    overflow: hidden;
}
.padding-bottom{
    height: 30px;
    width: 100%;
}
.form_search{
   position: fixed;
    top: -64px;
    width: 100%;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 99; 
    transition: 0.3s all ease;
}
.form_search input{
    padding-left: 43px;
    padding-right: 43px;
    border-radius: 23px;
    border: 1px solid #ccc;
    width: 100%;
}
.form_search_form{
    width: 100%;
    position: relative;
}
.btn-search{
    border: initial;
    background: initial;
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 18px;

}
.item_search{
    margin-bottom: 30px;
    width: 100%;
}
.item_search h3 a{
    font-size: 18px;
    font-family: 'SVN-Gotham-Regular';
    color:#333;
}
.item_search h3 a:hover{
    color:#ed1c24;
}
.item_search h4{
    font-family: 'SVN-Gotham-Light';
    font-size: 14px;
}
.item_search p a{
    color:#333;
}
.item_search p a:hover{
    color:#ed1c24;
}
.detail_search{
    width: 100%;
    margin-top:50px;
    padding-bottom: 50px;
}
.form_search_form input{
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 23px;
    border: 1px solid #ccc;
    width: 100%;
}
.banner_search{
    background-color: #b7b7b7;
}
    .imghvr-slide-right figcaption{
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
         transform: translateX(0); 
    }
.div_pagination{
    widows: 100%;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.div_pagination a, .div_pagination strong{
    display: inline-block;
    padding:5px 10px 5px 10px;
    border:1px solid #58595b;
    color:#58595b;
    margin-left:2px;
    margin-right:3px;
}
.div_pagination a:hover, .div_pagination strong{
    background-color: #58595b;
    color:#fff;
}
.list_recent_core{
 margin-top:0px;
}
.staff{
margin-bottom:70px;
}
.top{
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    text-align: center;
}
.top a{
    color:#414141;
    font-size: 14px;
    line-height: 50px;
    cursor: pointer;
}
.top span{
    line-height: 50px;
    margin-left: 20px;
    margin-right: 20px;
}
.top a img{
    margin-right: 10px;
}
.slide .owl-dots{
    display: none;
}
.bottom{
    padding-top: 20px;
    padding-bottom: 20px;
}
.bottom h4{
    font-size: 14px;
    font-family: 'SVN-Gotham-Bold';
    text-transform: uppercase;
    color:#fff;
    margin-top: 5px;

}
.bottom p{
    color:#fff;
    margin-top: 5px;
}
.partner{
    width: 100%;
    padding-bottom: 60px;
    padding-top: 60px;
}
.partner .item{
    border: 1px solid #eee;
}
.title_home{
    position: relative;
    margin-bottom: 50px;
}
.title_home h3{
    font-size: 33px;
    font-family: 'SVN-Gotham-Regular';
    color:#404040;
}
.title_home:before {
    content: "";
    position: absolute;
    top: calc(100% - -15px);
    left: 0;
    width: 50px;
    height: 4px;
    background: var(--main-color);
}
.title_home.center h3{
    text-align: center;
}
.title_home.center:before {
    left: 50%;
    margin-left: -25px;
}
.slide_partner {
    margin-top: 60px;
}
.slide_partner .owl-controls{
    display: none;
}
.TESTIMONIALS{
    background-image:url('../img/bg_test.jpg');
    background-size: 100%;
    padding-top: 45px;
    padding-bottom: 60px;
}
.TESTIMONIALS .title_home h3{
    color:#fff;

    padding-top: 15px;
}
.list_testimontial{
    width: 80%;
    text-align: center;
    margin:auto;
}
.list_testimontial h4{
    font-size:100px;
    color:#0065b8;
     margin-bottom: 20px;
}
.list_testimontial .item{
    text-align: center;
}
.list_testimontial p{
    font-size: 18px;
    color:#fff;
}
.list_testimontial p.name_test{
    font-family: 'SVN-Gotham-Bold';
    font-size: 18px;
}
.list_testimontial p.job{
   color:#bebebe;
    font-size: 14px;
    margin-bottom: 0px;
}
.list_testimontial a{
	font-family: 'SVN-Gotham-Bold';
	display: inline-block;
	margin-bottom: 20px;
	color: #0065b8;
}
.list_testimontial img{
   width: 100px;
    margin-top: 30px;
    height: 100px;
    margin-bottom: 15px;
    border-radius: 50px;
    display: inline-block !important;
}
.list_testimontial .owl-nav{
    display: none;
}
.list_product{
    width: 100%;
}
.list_product .item_product{
    width: 100%;
    border:1px solid #dedede;
    height: auto;
    padding: 25px;
    text-align: center;
    margin-bottom:60px;
    height: 385px;
}
.list_product .item_product img.icon_product{
    display: inline-block;
    margin-top: -55px;
    position: absolute;
    margin-left: -25px;
}
.list_product .item_product .title_1{
    font-size: 16px;
    text-transform: uppercase;
    color:#404040;
    font-family: 'SVN-Gotham-Regular';
    margin-top: 10px;
}
.list_product .item_product .title_2{
    font-size: 20px;
    text-transform: uppercase;
    color:#008cff;
    font-family: 'SVN-Gotham-Bold';
    margin-top: 5px;
    margin-bottom: 20px;
}
.list_product .item_product ul{
    width: 100%;
    text-align: left;
}
.list_product .item_product ul p{
    background-image: url(../img/icon_dolla.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    color: #555555;
    font-size: 14px;
    margin-bottom: 5px;
    background-position-y: 5px;
    font-family: 'SVN-Gotham-Light';
}
.list_button{
    width: 100%;
    position: absolute;
    bottom: 90px;
}
.list_button a{
    display: inline-block;
    float:left;
    width: 145px;
    height: 40px;
    text-transform: uppercase;
    background-color: #2cae51;
    text-align: center;
    font-size: 14px;
    font-family: 'SVN-Gotham-Regular';
    color:#fff;
    line-height: 40px;
}
.list_button a:hover{
    background-color:#1a9f40;
}
.list_button button{
   display: inline-block;
    float: right;
    width: 145px;
    height: 40px;
    text-transform: uppercase;
    background-color: #0065b8;
    text-align: center;
    font-size: 14px;
    font-family: 'SVN-Gotham-Regular';
    color: #fff;
    line-height: 40px;
    border: none;
    margin-right: 83px;
}
.list_button button:hover{
    background-color:#015ca7;
}
.slide .owl-dots{
    display: none !important;
}
.modal{
    z-index: 999999999;
}
.modal.in .modal-dialog{
        z-index: 99999999;
}
.modal-content{
    border-radius: initial;
}
.box_dangky{
    padding: 30px;
}
.box_dangky h3{
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color:#404040;
    font-family: 'SVN-Gotham-Regular';
    margin-top: 0px;
}
.box_dangky h4{
        font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #008cff;
    font-family: 'SVN-Gotham-Bold';
    margin-top: 5px;
    margin-bottom: 20px;
}
.form_dangky{
    width: 100%;
}
.form_dangky label{
    font-size: 14px;
    font-family: "SVN-Gotham-Light";
    color:#555555;
    width: 100%;
    margin-top: 15px;
}
.form_dangky label span{
    color:red;
}
.form_dangky input,.form_dangky select{
    width: 100%;
    height: 40px;
    border: 1px solid #e2e2e2;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-left: 15px;
    background-color: #f8f8f8;
}
.form_dangky textarea{
    width: 100%;
    border:1px solid #e2e2e2;
    padding-left: 15px;
    padding-top: 10px;
    background-color: #f8f8f8;
}
.close{
    color: #333;
    opacity: 1; 
    margin-right: 15px;
    font-size:30px;
}
.btn_submit{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.btn_dangkyngay{
    float: right;
    width: 170px;
    height: 50px;
    border:none;
    text-align: center;
    color:#fff;
    text-transform: uppercase;;line-height: 50px;
    font-size: 14px;
    font-family: 'SVN-Gotham-Regular';
    background-color: #0065b8;
    border-radius: 25px;
}
.btn_dangkyngay:hover{
    background-color: #4cb860;
}
.dieukhoan{
    margin-top: 30px;
}
.dieukhoan h5{
    color:#555555;
    font-size: 16px;
    font-family: 'SVN-Gotham-Bold';
}
.list_dieukhoan{
        margin-top: 15px;
    padding-left: 30px;
    margin-bottom: 20px;
}
.list_dieukhoan p{
    margin-bottom: 7px;
}
.g-recaptcha{
    float: left;
}
.form_dangky label.error{
    color: red;
    font-size: 12px;
    margin-top: -42px;
    position: relative;
    width: 100%;
}
.slide a{
        display: block;
    width: 100%;
    text-align: center;
    position: relative;
}
.slide .item_slide{
    position: relative;
}
.slide .owl-carousel .owl-item::before{
    content: '';
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
}
.slide .des_slide{
    position: absolute;
    z-index: 9999;
    color: #fff;
    top: calc(50% - 80px);
    font-size: 40px;
    font-family: 'SVN-Gotham-Bold';
    display: inline-block;
    width: 100%;
}
.slide .des_slide .box_slide{
    width: 40%;
}
.slide .des_slide .box_slide h3{
    font-size: 30px;
    font-family: 'SVN-Gotham-Bold';
    margin-bottom: 15px;
    color: #002e5b;
}
.slide .des_slide .box_slide p{
    font-size: 18px;
    font-family: 'SVN-Gotham-Light';
    font-weight: 600;
    color: #002e5b;
    margin-bottom: 20px;
}
.slide .des_slide .box_slide a{
    padding: 0px 35px;
    background-color: #4cb860;
    font-size: 12px;
    letter-spacing: .24px;
    color: #fff;
    border-radius: 25px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    width: 150px;
}
.slide .des_slide .box_slide a:hover{
    background-color: var(--main-color);
}
.btn_popup_dangky{
    display: inline-block;
    height: 50px;
    text-transform: uppercase;
    background-color: var(--main-color);
    text-align: center;
    font-size: 14px;
    font-family: 'SVN-Gotham-Regular';
    color: #fff;
    line-height: 50px;
    border: none;
    border-radius: 25px;
    padding: 0 35px;
}
.btn_popup_dangky:hover{
    background-color: #4cb860;
}
.list_btn_cat{
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-top: 40px;
}
.content_detail img{
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}
.list_success .title{
    text-align: left;
    font-size: 20px;
    font-family: 'SVN-Gotham-Bold';
    margin-top: 20px;
}
.list_success  ul.listcat li a{
    color:#002e5b;
    line-height: 30px;
    font-size: 14px;
}
.list_success  ul.listcat li a:hover{
    text-decoration: underline;
}
.item_success{
    border: 1px solid #d1d1d1;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    margin-top: 50px;
    padding: 15px;
}
.list_career_1{
    margin-top: 70px;
}
.item_success img{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-top:-65px;

}
.item_success h3{
    font-family: 'SVN-Gotham-Regular';
    font-size: 14px;
    margin-top: 15px;
    color:#322f31;
}
.item_success a{
    font-size: 13px;
    color:#0065b8;
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 5px;
}
@media (min-width: 992px){
    .modal-lg {
        width: 800px;
    }
}
.form_dangky .col-md-6,.form_dangky .col-md-3,.form_dangky .col-md-12,.form_dangky .col-md-4,.form_dangky .col-md-2{
    padding-left: 7px;
    padding-right: 7px;
}
.select_product{
    width: 60%;
    height: 35px;
    margin-bottom: 15px;
    background-color: #f8f8f8;
    border: 1px solid #e2e2e2;
    display: inline-block;
}
.box_img_load_ajax{    
    background: none repeat scroll 0 0 #002e5b;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    overflow: auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 999999999999999999999;
}
.img_load_ajax{
    position: absolute;
    top: 40%;
    left: 48%;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>*{
    color: #000 !important;
    font-weight: 600;
}
.box_select{
    width: 100%;
    text-align: center;
}
.why-us {
    position: relative;
    padding: 80px 0px 30px;
}

.featured-services{
  position:relative;
  padding:80px 0px 30px;
}

.featured-service{
  position:relative;
  margin-bottom:50px; 
}

.featured-service .inner-box{
  position:relative;
  display:block;
}

.featured-service .image-box{
  position:relative;
  display:block;
  overflow:hidden;
}
.featured-service .image-box a{
  display:block;
}

.featured-service .image-box img{
  display:block;
  width:100%; 
}

.featured-service .image-box .caption-box{
  position:absolute;
  left:0px;
  bottom: 0;
  width:100%;
  color:#ffffff;
  background: rgba(0, 0, 0, 0.75);
  padding:15px 15px 15px 80px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.featured-service:hover .image-box .caption-box{
  bottom:-100%; 
}

.featured-service .image-box .caption-box .title{
  font-size:20px;
  color:#ffffff;
  line-height:30px; 
}

.featured-service .image-box .caption-box .title a{
  color:#ffffff;
}

.featured-service .image-box .icon{
  position:absolute;
  left:0px;
  top:0px;
  width:60px;
  height:60px;
  font-size:32px;
  color:#ffffff;
  background: var(--main-color);
  text-align:center;
}

.featured-service .overlay-box{
  position:absolute;
  left:0px;
  bottom:-100%;
  width:100%;
  height:100%;
  color:#ffffff;
  background: rgba(0, 0, 0, 0.75);
  padding:20px 30px 20px 90px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.featured-service:hover .overlay-box{
  bottom:0px; 
}

.featured-service .overlay-box .overlay-inner{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:table;
  vertical-align:middle;
  padding:20px 30px 20px 90px;
}

.featured-service .overlay-box .overlay-content{
  position:relative;
  display:table-cell;
  vertical-align:middle;  
}

.featured-service .overlay-box .title{
  font-size:20px;
  color:#b2dd4c;
  line-height:1.2em;
  margin-bottom:15px;
}

.featured-service .overlay-box .title a{
  color: #fff;
}

.featured-service .overlay-box .text{
  font-size:14px;
  color:#ffffff;
  line-height:1.8em;
}

.featured-service .overlay-box .icon_box{
  position:absolute;
  left:0px;
  top:0px;
  width:60px;
  height:100%;
  font-size:32px;
  color:#ffffff;
  background: var(--main-color);
  line-height:40px;
  text-align:center;
}

.featured-service .overlay-box .icon_box span{
  position:absolute;
  left:0px;
  top:50%;
  margin-top:-20px;
  width:100%; 
}

.service {
  background: #f7f7f7;
}
.service .text{
    margin-bottom: 15px;
}
.service .item {
  position: relative;
  min-height: 366px;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
}
.service .border_right{
    border-right: 1px solid #e8e8e8;
}
.service .item:last-child {
  border-right: 1px solid #e8e8e8;
}

.service .item .icon_box {
  position: absolute;
  width: calc(100% - 30px);
  top: 50%;
  margin-top: -39px;
}

.service .item .icon_box span {
  color: var(--main-color);
  font-size: 40px;
}

.service .item .icon_box h4 {
  font-size: 20px;
  margin-top: 12px;
}


.service .item .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 0;
    visibility: hidden;
    padding: 20px;
}
.service .item:hover .overlay-box {
    height: 100%;
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    visibility: visible;
}
.service .item .overlay-box .icon_box {
    position: relative;
    width: 100%;
    display: block;
    margin: 0;
    top: 0;
    margin-top: 70px;
    margin-bottom: 20px;
}
.service .item .overlay-box p,
.service .item .overlay-box .icon_box h4,
.service .item .overlay-box .default_link,
.service .item .overlay-box .icon_box span {
  color: #fff;
}

.service .item .overlay-box p {
  margin-bottom: 20px;
}
.center {
    text-align: center;
}
.default_link{
  font-size: 14px;
  text-transform: uppercase;
  font-family: "SVN-Gotham-Regular", sans-serif;
  color: var(--main-color);
  font-weight: 500;
}
.sec-padd {
    padding: 70px 0;
}
.latest-project {
  background: #ffffff;
}
.latest-project .section-title {
  margin-bottom: 37px;
}
.latest-project .text {
  margin-bottom: 15px;
}

.project-cta {
  background: #F7F7F7;
  padding: 30px 0;
}
.project-cta h3 {
  margin: 0;
  font-size: 26px;
  color: #333333;
  line-height: 50px;
}
.project-cta .thm-btn {
  padding-left: 25px;
  padding-right: 25px;
  border: none;
  line-height: 50px;
}
.project-cta .thm-btn:hover {
  color: #fff;
  background: #0D0D0D;
  border-color: #0D0D0D;
}

.single-latest-project-carousel .img-box {
  position: relative;
  overflow: hidden;
}
.single-latest-project-carousel .img-box img {
  width: 100%;
}
.single-latest-project-carousel .img-box .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
  transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
}
.single-latest-project-carousel .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-latest-project-carousel .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
}
.single-latest-project-carousel .img-box .overlay .top {
  text-align: center;
  background: initial;
    height: auto;
}
.single-latest-project-carousel .img-box .overlay .top a {
  margin-bottom: 44%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 29px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: background .4s ease, border-color .4s ease;
  transition: background .4s ease, border-color .4s ease;
}
.single-latest-project-carousel .img-box .overlay .top a:hover {
}
.single-latest-project-carousel .img-box .overlay .bottom {
  background: var(--main-color);
  padding: 16px 20px;
  padding-right: 0;
}
.single-latest-project-carousel .img-box .overlay .bottom .title h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  margin-bottom: 7px;
}
.single-latest-project-carousel .img-box .overlay .bottom .title span {
  color: #fff;
  font-family: "Hind", sans-serif;
  font-size: 16px;
}
.single-latest-project-carousel .img-box .overlay .bottom a {
  color: #fff;
  width: 50px;
  height: 40px;
  line-height: 40px;
  border-left: 1px solid #5E80BD;
  display: block;
  position: relative;
  text-align: center;
}
.single-latest-project-carousel .img-box .overlay .bottom a:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #2A5391;
  position: absolute;
  top: 0;
  left: -2px;
}
.single-latest-project-carousel:hover .img-box .overlay {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.latest-project-carousel .owl-nav {
  margin: 0;
  padding: 0;
}
.latest-project-carousel .owl-nav [class*=owl-] {
  color: #999999;
  font-size: 24px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  padding: 0 5px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  position: absolute;
  bottom: 50%;
  margin: 0;
  margin-bottom: 0;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.66);
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin-bottom: -20px;
  color: #fff;
  transition: .5s ease;
}
.latest-project-carousel .owl-nav [class*=owl-]:hover {
  color: #ffffff;
  background: rgba(72, 199, 236, 0.65);
  transition: .5s ease;
}
.latest-project-carousel .owl-nav .owl-next {
  right: 0;
}
.latest-project-carousel .owl-nav .owl-prev {
  left: 0;
}

.single-project-item h3 {
  margin: 0;
}
.single-project-item .img-box {
  position: relative;
  overflow: hidden;
}
.single-project-item .img-box .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(53, 99, 169, 0.9);
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
          transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
}
.single-project-item .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-project-item .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.single-project-item .img-box .overlay .box .content ul.list-inline li a {
  width: 45px;
  height: 45px;
  color: var(--main-color);
  border-radius: 50%;
  text-align: center;
  background: rgba(0, 0, 0, 0.84);
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  -webkit-transition: background .4s ease, color .4s ease;
  transition: background .4s ease, color .4s ease;
}
.single-project-item .img-box .overlay .box .content ul.list-inline li a:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}
.single-project-item:hover .img-box .overlay {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.single-project-item h3 {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  font-family: "Montserrat-Regular", sans-serif;
}
.single-project-item h3:hover {
  color: #3563a9;
}
.single-project-item h3 a {
  color: inherit;
}
.single-project-item span {
  color: #999999;
  line-height: 24px;
}
.single-project-item .text-box {
  margin-top: 25px;
  padding-bottom: 23px;
}

.project-page .masonary-layout {
  margin-bottom: 20px;
}
.blog-section {
}
.default-blog-news {
  position: relative;
  transition: .5s ease-in-out;
  margin-bottom: 50px;
}
.default-blog-news .img-box{
    overflow: hidden;
    height:250px;
}
.default-blog-news .img-box img{
    height: 100%;
    object-fit: cover;
}
.default-blog-news:hover {
  box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.03), 0 0px 82px 0 rgba(0, 0, 0, 0.02);
  transition: .2s cubic-bezier(0.4, 0, 1, 1);
}

.default-blog-news .lower-content{
  position:relative;
  padding: 30px 20px 0px;
  border: 1px solid #f4f4f4;
}

.default-blog-news .lower-content .text p{
    margin-bottom:20px; 
      overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.default-blog-news .lower-content h4 {
  color:#222;
  font-weight: 400;
  margin-bottom: 5px;
}

.default-blog-news .lower-content h4 a{
  color:#222;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.default-blog-news .lower-content h4 a:hover{
  color:var(--main-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-blog-news .lower-content .post-meta{
  color: #848484;
  font-size:16px;
  margin-bottom:10px;
}

/*large blog*/

.large-blog-news {
  position: relative;
  transition: .5s ease-in-out;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #f4f4f4;
}


.large-blog-news .lower-content{
  position:relative;
  padding: 25px 0px 0px;
}

.large-blog-news .lower-content .text p{
  margin-bottom:20px; 
}

.large-blog-news .lower-content h4 {
  color:#222;
  font-weight: 400;
  margin-bottom: 10px;
}
.large-blog-news .lower-content h5 {
  text-transform: uppercase;
  color: var(--main-color);
  font-size: 14px;
  margin-bottom: 15px;
}


.large-blog-news .lower-content h4 a{
  color:#222;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 26px;
}

.large-blog-news .lower-content h4 a:hover{
  color:var(--main-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.large-blog-news .lower-content .post-meta{
  color: #848484;
  font-size:16px;
  margin-bottom: 15px;
}
.large-blog-news .lower-content .thm-btn {
  background: transparent;
  color: var(--main-color);
  border-color: #f4f4f4;
}
.large-blog-news .lower-content .thm-btn:hover {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}
.f-nav{
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 0px 5px #aaa;
}
.top_footer{
    background-image: url('/public/themes/frontend/img/pre_footer_bg.jpg');
    background-size: cover;
    padding: 100px 0px;
}
.box_content{
    width:570px;
    margin: 0 auto;
}
.box_content h4{
    font-size: 40px;
    color: #ffffff;
    line-height: 46px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
}
.box_content h4 strong{
    color:#4cb860;
}
.mt-0{
    margin-top:0px !important;
}
.box_content p{
    margin-bottom: 35px;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
}
.box_content a{
    background-color: #4cb860;
    border-color: #4cb860;
    color: #fff;
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: .24px;
    padding: 16px 34px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50px;
}
.box_content a:hover{
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}
.col-5{
    width: 20%;
}
.pt-70{
    padding-top:70px;
}
.mb-40{
    margin-bottom: 40px !important;
}
.content_detail ul{
    margin-left:25px;
}
.content_detail ul ul{
    margin-top:10px;
    margin-left:25px;
}
.content_detail ul li{
    list-style: inherit !important;
    margin-bottom:10px;
    font-family: 'Arial', sans-serif;
    color: #000;
}