@charset "utf-8";


body {
	 font-family: 'GoogleSans-Regular';
}





input,
button,
select,
textarea {
	outline: none;
}

img {
	max-width: 100%;
}

a:hover,
a:focus {
	text-decoration: none;
}

a {
	color: #333;
}

.owl-theme .owl-nav {
	margin-top: 0px !important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	margin: 0px !important;
	padding: 0px !important;
}

.owl-prev,
.owl-next {
	margin: 0px !important;
	border-radius: 0px !important;
}

.fl-left {
	float: left !important;
}

.fl-right {
	float: right !important;
}



/* css main slider */
	
#slider-home .owl-prev{
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
#slider-home .owl-next{
	
position: absolute;
	
top: 50%;
	
right: 0;
	
transform: translateY(-50%);
}
#slider-home .owl-nav>div{
	background-color: rgba(51, 51, 51, 0.6);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}

.hc-nav-trigger.hc-nav-1{
	display: none!important;
}
.second-nav{
	display: none!important;
}
.logo-menu{
	
    position: relative;
  
   
}
.main-menu>ul{
	padding-left: 0;
	display: inline-block;
	margin-bottom: 0;
	float: right;
}
.main-menu>ul>li{
	float: left;
	list-style: none;
	position: relative;
	padding:0 15px;
}
.main-menu>ul>li.lang{
	padding:0 2px;
}
.main-menu>ul>li>a{
	display: inline-block;
	  font-size: 15px;
	 
	
}

.main-menu>ul>li.active>a{
	    color: #0070c0;
}
.main-menu>ul>li:hover>a{
	color: #0070c0;
}


.main-menu>ul>li:last-child{
	float: right;
}
.main-menu ul li .submenu{
	   padding-left: 0;
    position: absolute;
    z-index: 11;
  
   
    width: 226px;
    list-style: none;
    left: 0;
    top: 30px;
	visibility: hidden;
	opacity: 0;
	    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    text-align: left;
}
a{
	    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
img{
	    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.main-menu ul li .submenu li a{
	    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.main-menu ul li .submenu li {
	      margin-bottom: 1px;
    background: #0070c0;
}
.main-menu ul li .submenu li:last-child{
	border:0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.main-menu ul li:hover .submenu{
	    top: 26px;
	display: block;
	visibility: visible;
	opacity: 1;
}
.main-menu>ul>li.lang1>a{
	padding-left: 35px
}
.logo-menu{
	padding:13px 0;
}
.main-menu{
	    display: inline-block;
    text-align: right;
    width: 100%;
    margin-top: 16px;
}
#slider-home .item{
	position: relative;
}
#slider-home .item .overlay-item{
	    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
#slider-home .item  .overlay-item .title-pr{
	font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    color: #fff;
    margin-top: 0;
    font-size: 50px;
}
#slider-home .item  .overlay-item .title2{
	    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 30px;
    color: #fff;
    margin-top: 0;

}
#slider-home .item  .overlay-item .desc{
	    border-left: 6px solid #018ed4;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
      margin-top: 14px;
}
#slider-home .item  .overlay-item  .readmore{
	background: url('../images/bg1.png');
	    display: inline-block;
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 33px;
    background-size: 100% 100%;
}
.top-content-left .nav-content-left .item{
	width: calc((100% - 30px) / 3);
	display: inline-block;
	float: left;
	margin-right: 15px;
	text-align: center;
	position: relative;
}
.top-content-left .nav-content-left .item:before{
	    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffc600;
    left: 50%;
    transform: translateX(-50%);
    top: -28px;
}
.top-content-left .nav-content-left .item:nth-child(3){
	margin-right: 0
}
.top-content-left .nav-content-left .item .stt{
	     font-family: 'GoogleSans-Bold';
    font-size: 34px;
    color: #ffc600;
}
.top-content-left .nav-content-left .item p{
	margin: 0;
    color: #fff;
    font-size: 14px;
    margin-top: 9px;
}
.top-content-left .nav-content-left{
	border-top: 1px solid #3389c5;
    padding-top: 24px;
  
}
.top-content{
	position: relative;
}
.top-content:before{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	background: #006cb7;
	width: 43%;
	height: 100%;
}
.top-content-left  .title-top{
	    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 34px;
    color: #fff;
    line-height: 43px;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 40px;
    position: relative;
    display: inline-block;
}
.top-content-left  .title-top:after{
	     content: '';
    position: absolute;
    top: 59px;
    right: -122px;
    width: 137px;
    height: 137px;
    border: 8px solid #04abf1;
}
.top-content-left  .title-top span{
	position: relative;
	z-index: 2;
	background: #006cb7;
    padding: 10px 0;
}
.top-content-left   .image{
    margin-top: 30px;
}
.top-content-left   .image img{
	width: 100%;
}
.top-content-left {
	padding-right: 60px;
}
.top-content .top-content-center{
	padding-top: 75px;
}
.top-content .top-content-center p{
	font-size: 15px;
}
.xemchitiet{
	    display: inline-block;
    height: 40px;
    font-size: 16px;
    background: #006cb7;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
    border: 1px solid #006cb7;
}
.xemchitiet:hover{
	background: #fff;
	color: #006cb7;

}
.top-content .top-content-center .xemchitiet{
	margin-top: 30px;
}
.top-content-right .social-right{
	text-align: right;
}
.top-content-right .social-right ul{
	padding:0;
	margin:0;
	display: inline-block;
	    list-style: none;
    background: #006cb7;
    padding: 5px 22px;
}
.top-content-right .social-right ul li{
	float: left;
}
.top-content-right .social-right ul li a{
	display: inline-block;
    color: #fff;
    font-size: 19px;
    padding: 0 10px;
}
.top-content:after{
     content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    background: #04abf1;
    height: 100%;
}
.top-content .img-posible{
	    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
   
}
.top-content .img-posible img{
	width: 280px;
}
.top-content-right .social-right{
	    position: relative;
    z-index: 99;
    margin-top: 130px;
}
.new-home{
       padding: 80px 0 ;
}
.slider-new .item .item-new .item-new-left .date{
        font-size: 15px;
    color: #707070;
        border-bottom: 1px solid #ddd;
}
.slider-new .item .item-new .item-new-left .date .user{
    float: right;
    margin-top: 20px;
}
.slider-new .item .item-new .item-new-left .date .user svg{
    margin-right: 5px;
}
.slider-new .item .item-new .item-new-left .date  .month{
    color: #006cb7;
    font-family: 'GoogleSans-Bold';
    font-size: 38px;
}
.slider-new .item .item-new .item-new-left .title{
        margin: 0;
    font-family: 'GoogleSans-Bold';
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}
.slider-new .item .item-new .item-new-left  .desc{
        font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    margin-bottom: 2px;
}
.slider-new .item .item-new .item-new-left .readmore{
    position: relative;
    display: inline-block;
    width: 100%;
        padding-left: 28px;
    color: #999;
    margin-top: 10px;
}

.slider-new .item .item-new .item-new-left .readmore:before{
    content: url('../images/icon4.png');
    top: 2px;
    position: absolute;
    left: 0;
}
.slider-new .item .item-new .item-new-left .readmore:after{
 content: '';
    position: absolute;
    background: #ddd;
    height: 1px;
    width: 185px;
    right: 0;
    top: 9px;
}
.slider-new .item .item-new .item-new-right img{
        width: 100%;
    height: 214px;
    object-fit: cover;
}
.slider-new .item .item-new .item-new-right{
    overflow: hidden;
}
.slider-new .item .item-new .item-new-right:hover img{
       -webkit-transform: scale(1.05);
    transform: scale(1.05)
}
.slider-new{
    margin-top: 35px;
}

.slider-new .owl-dot{
        width: 10px;
    height: 10px;
    background: #e5e5e5;
    border-radius: 50%;
    margin: 3px;
    display: inline-block;
    float: left;
}
.slider-new .owl-dot.active{
    background: #72b06f
}
.slider-new .owl-dots{
        position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.slider-new{
    padding-bottom: 65px;
}
.title-primary{
	    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 34px;
    color: #006cb7;
}
.center{
	text-align: center;
}
.slider-new .owl-prev{
	    position: absolute;
    bottom: 0;
    left: 48%;
    transform: translateX(-48%);
}
.slider-new .owl-next{
	    position: absolute;
    bottom: 0;
    right: 48%;
    transform: translateX(-48%);
}
.slider-new .owl-prev svg{
	color: #cdcad4
}
.slider-new .owl-next svg{
	color: #cdcad4
}
.library-law{
	background: url('../images/bg2.png');
	background-size: cover;
	padding:60px 0 80px;
}
.library-law .slider-library {
	margin-top: 30px;
}
.library-law .slider-library  .item .image img{
	    width: 100%;
    height: 240px;
    object-fit: cover;
}
.library-law .slider-library  .item .image{
    overflow: hidden;
}
.library-law .slider-library  .item .image:hover img{
        -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.library-law .slider-library  .item .nav-image{
	    background: #FFE;
    text-align: center;
     padding: 20px 20px 28px 20px;
    position: relative;
    width: 80%;
    margin: auto;
    margin-top: -50px;

}
.library-law .slider-library  .item .nav-image .title{
	    font-family: 'GoogleSans-Bold';
    margin-top: 0;
    font-size: 16px;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    margin-bottom: 5px;
}
.library-law .slider-library  .item .nav-image .desc{
	    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}
.library-law .slider-library  .item .nav-image:before{
	content: url('../images/cham.png');
	    position: absolute;
    left: -29px;
    top: 60px;
}
.library-law .slider-library  .item .nav-image:after{
	content: url('../images/cham.png');
	    position: absolute;
    right: -29px;
    top: 60px;
}

.slider-library .owl-dot{
        width: 10px;
    height: 10px;
    background: #bbd1e0;
    border-radius: 50%;
    margin: 3px;
    display: inline-block;
    float: left;
}
.slider-library .owl-dot.active{
    background: #006cb7
}
.slider-library .owl-dots{
        position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.slider-library {
	padding-bottom: 40px;
}
.library-law .slider-library  .item .nav-image .xemchitiet{
	    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
}
.library-law .slider-library .owl-stage-outer{
	padding-bottom: 20px;
}
.section-staff{
	    background: #006cb7;
    padding: 85px 0;
}
.section-staff  .item{
	background: #fff;
}
.section-staff  .item .nav-img{
	padding:20px;
	border-bottom: 1px solid #04abf1
}
.section-staff  .item .nav-img .title{
	    margin: 0;
    font-family: 'GoogleSans-Bold';
    font-size: 16px;
    padding-bottom: 6px;
}
.section-staff .item .nav-img .desc1{
	    margin: 0;
    font-size: 14px;
    color: #999999;
}
.section-staff  .item {
		border-bottom: 1px solid #004a7e;
		position: relative;
}
.section-staff  .item:after{
	content: url('../images/ar1.png');
	position: absolute;
	bottom: -6px;
	right: 0
}
.section-staff  #exTab1 ul li a{
font-size: 14px;
    background: #3389c5;
    color: #fff;
    border-radius: 0;
        padding: 10px 30px;
}
.section-staff  #exTab1 ul li{
	margin: 0 5px;
	position: relative;
}
.section-staff  #exTab1 ul li.active a{
	background: #fff;
	color: #333;
}
.section-staff  #exTab1 ul li.active a:after{
	content: url('../images/ar2.png');
	    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}
.section-staff  #exTab1  .tab-content {
	margin-top: 40px;
	text-align: left;
}
.section-staff  #exTab1{
	text-align: center;
	    margin-top: 30px;
}
.section-staff  #exTab1 ul{
	display: inline-block;
}
.section-staff .title-primary{
	color: #fff;
}
.section-staff  .item .overlay-item{
	position: absolute;
    bottom: -10px;
    left: 0;
    background-color: rgba(1, 27, 49, 0.95);
    padding:15px;
    height: 0;
    visibility: hidden;
    opacity: 0;
        -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
img{
	    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.section-staff  .item:hover .overlay-item{
	height: auto;
	bottom: 0;
	visibility: visible;
	opacity: 1
}
.section-staff  .item:hover:after{
	display: none;
}
.section-staff  .item .overlay-item .title1{
	font-size: 16px;
	color: #fff;
	margin:0;
}
.section-staff  .item .overlay-item  .job-name{
    color: #aacbe6;
    font-size: 14px;
    padding-top: 5px;
    margin: 0;
}
.section-staff  .item .overlay-item .information-item .title2{
	    font-size: 14px;
    color: #fff;
}
.section-staff  .item .overlay-item .information-item ul{
	padding:0;
	margin:0;
	list-style: none;
	font-size: 14px;
	color: #fff;
	
}
.section-staff  .item .overlay-item .information-item ul li{
	padding-bottom: 5px;
	position: relative;
	padding-left: 20px;
	margin:0;
}
.section-staff  .item .overlay-item .information-item ul li:before{
	content:'';
	background: #2e8fde;
	width: 6px;
	height: 6px;
	position: absolute;
	top:6px;
	left: 0
}
.section-staff  .item .overlay-item:before{
	    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #04abf1;
    top: 1px;
    left: 0;
}
.section-staff  .item .overlay-item:after{
	content: url('../images/ar1.png');
	    position: absolute;
    top: -20px;
    right: 0;
}
.section-staff  .item .overlay-item .readmore{
	    display: inline-block;
    height: 35px;
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}
.section-staff  .item .overlay-item .readmore span{
	    display: inline-block;
    float: right;
    width: 40px;
    border-left: 1px solid;
    line-height: 33px;
}
.slider-staff  .owl-dot{
        width: 10px;
    height: 10px;
    background: #3389c5;
    border-radius: 50%;
    margin: 3px;
    display: inline-block;
    float: left;
}
.slider-staff  .owl-dot.active{
    background: #fff
}
.slider-staff  .owl-dots{
        position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.slider-staff  {
	padding-bottom: 40px;
}
.operation-fields .item .image{
	position: relative;
}
.operation-fields .item .image img{
	width: 100%
}
.operation-fields .item .image .content-img{
	position: absolute;
    top: 48%;
    left: 0;
    width: 71%;
    transform: translateY(-50%);
}
.operation-fields .item .image .content-img .title{

    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}
.operation-fields .item .image .content-img .desc{
	    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}
.operation-fields .item .image .content-img  .icon img{
	width: auto;
}
.operation-fields .item .image .stt{
	    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 21px;
    font-size: 34px;
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    color: #fff;
}
.operation-fields  .readmore{
	    display: inline-block;
    font-size: 16px;
    height: 37px;
    border: 1px solid #006cb7;
    line-height: 37px;
    color: #006cb7;
    text-transform: uppercase;
    padding: 0 29px;
    margin-top: 30px;
}
.operation-fields  .readmore:hover{
	background: #006cb7;
	color: #fff;
}
.operation-fields{
	padding:15px 0 15px 0;
}
.operation-fields .nav-operation-fields{
	margin-top: 30px;
}
.new-home-page{
	background: #f2f2f2;
	padding:100px 0;
	position: relative;
}
.new-home-page:before{
	    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 21%;
    background: #04abf1;
    height: 100%;
}
.new-home-page .new-home-left .item .image{
	    width: 38%;
    display: inline-block;
    float: left;
}
.new-home-page .new-home-left .item .image img{
	    width: 100%;
    height: 140px;
    object-fit: cover;
}
.new-home-page .new-home-left .item .image:hover img{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.new-home-page .new-home-left .item .image{
	overflow: hidden;
}

.new-home-page .new-home-left .item .nav-image{
	    width: 62%;
    display: inline-block;
    float: right;
    padding-left: 20px;
}
.new-home-page .new-home-left .item .nav-image .title{
	font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    margin: 0;
    font-size: 16px;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
}
.new-home-page .new-home-left .item .nav-image .desc{
	    margin: 0;
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    margin-top: 6px;
}
.new-home-page .new-home-left .item {
	margin-bottom: 38px;
}
.new-home-page .new-home-left .item:last-child{
	margin-bottom: 0
}

 .new-home-right .title-primary{
	     text-align: left;
    margin: 0;
    font-size: 34px;
    border-top: 1px solid #ddd;
    height: 16px;
    position: relative;
    margin-top: 10px;

}
.new-home-right .title-primary .title1{
	    position: absolute;
    top: -17px;
    left: 0px;
    background: #f2f2f2;
    padding-right: 18px;
}
.new-home-right .title-primary .xemchitiet{
	    font-size: 14px;
    font-family: 'GoogleSans-Regular';
    color: #999;
    float: right;
    padding: 0;
    text-transform: capitalize;
    position: absolute;
    right: 0;
    top: -20px;
    background: #f2f2f2;
    padding-left: 15px;
    border:0;
}
.slider-new-feature  .item .title{
	    font-family: 'GoogleSans-Bold';
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 0;
        padding-right: 90px;
}
.slider-new-feature  .item  .image img{
	width: 100%;
	height: 370px;
}
.slider-new-feature  .item  .image:hover img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.slider-new-feature .item  .image{
	overflow: hidden;
}
.slider-new-feature{
	margin-top: 15px;
}
.slider-new-feature  .owl-next{
	    position: absolute;
    top: 0;
    right: 0;
}
.slider-new-feature .owl-prev{
	position: absolute;
    top: 0;
    right: 38px;
}
.contact-footer{
	position: fixed;
	bottom: 26%;
	left: 30px;
	z-index: 999;
}
.contact-footer ul{
	    padding: 0;
	    list-style: none;
	    margin: 0;
	    display: inline-block;
}
.contact-footer ul li{
	margin-bottom: 4px;
}
#btn{
	    position: fixed;
    bottom: 100px;
    right: 40px;
    cursor: pointer;
}

/*css footer */
.footer-1 {
	
	padding-bottom: 45px;
}
.footer-1  .logo-footer{
	padding-top: 25px;
}
.h3-title-ft {
	font-size: 18px;
    color: #0dc1fc;
    text-transform: uppercase;
    line-height: 24px;
    display: inline-block;
    padding-bottom: 12px;
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    position: relative;
    padding-top: 25px;
}
.h3-title-ft1 {
	font-size: 18px;
    color: #0dc1fc;
    text-transform: uppercase;
    line-height: 24px;
    display: inline-block;
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    position: relative;
        margin-bottom: 0;
    padding-bottom: 7px;
}
.h3-title-ft:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 4px;
	background: #2b3d40;
}

.wp-ft a {
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.footer-2>.container {
	margin-top: 35px;
	padding-top: 35px;
	border-top: 1px solid #595959;
	padding-bottom: 45px;
}
.copy-right {
	background: #0093c9;
	padding: 15px 0px;
}


.copy-right a:hover {
	color: #d93438 !important;
}


.mxh-top li i{
	color: #7f7f7f;
}

.h2-title-ft{
	font-size: 20px;
}



.box_mxhft li{
	list-style: none;
	display: inline-block;
	float: left;
}
.box_mxhft li a{
	width: 38px;
	height: 38px;
	margin-right: 5px;
	float: left;
	background: #84bd32;
	text-align: center;
	line-height: 38px;
}

.clearfix-20{
	height: 20px;
	clear: both;
}
.box_mxhft{
	display: inline-block;
	padding-left: 0;
	margin-bottom: 0;
}
.box_formft .left {
    width: 70%;
    display: inline-block;
    float: left:;
}
.box_formft .right {
    width: 28%;
    display: inline-block;
    float: right;
}
.box_formft input {
    border: 0px;
    border-radius: 4px;
    /* padding: 10px; */
    width: 100%;
    height: 39px;
    margin-bottom: 5px;
    padding-left: 10px;
}
.box_formft .right button {
   background: none;
   margin:0;
   padding:0;
   border:0;
}

.box_formft input{
	    border: 0px;
	    width: 100%;
	    height: 34px;
	    margin-bottom: 5px;
	    padding-left: 10px;
}


#footer-site{
	background: #001e32;
	
}
.copy-right{
	    width: 100%;
	    display: inline-block;
	       background-color:#004575;
	    height: 44px;
	    line-height: 44px;
	    text-align: center;
	    font-size: 14px;
	  
	    margin: 0;
	    padding: 0;
}
.copy-right .text-center{
text-align: center;
color: #a3b2c2
}
.copy-right .text-center a{
	color: #a3b2c2
}
.div-list-ft p{
	color: #fff;
}
.copy-right a{
	    color:#a3b2c2
}
.footer-1 ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer-site .wp-ft .title-footer img{
	display: inline-block;
    float: left;
    margin-right: 15px;
}
#footer-site .title-footer{
	    font-family: 'GoogleSans-Bold';
    font-size: 18px;
    color: #f6ca2e;
    text-transform: uppercase;
    line-height: 24px;
        display: inline-block;
    padding-bottom: 12px;
}
#footer-site .wp-ft .desc{
    font-size: 14px;
    color: #fff;
}

.social-bottom ul li{
	display: inline-block;
	float: left;
}
.social-bottom ul li a{
	width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    color: #001e32;
    font-size: 16px;
    margin-right: 5px;
    display: inline-block;
}
.social-bottom ul li a.fb{
	background:#5675ac;
}
.social-bottom ul li a.tw{
	background:#66bbf2;
}
.social-bottom ul li a.gg{
	background:#e45745;
}
.social-bottom ul li a.in{
	background:#517fa6;
}
.social-bottom ul li a.fb{
	background:#5675ac;
}
.social-bottom ul li a.yo{
	background:#d92e27;
}
.social-bottom{

    display: inline-block;
    margin-top: 12px;
}
.footer-1  p{
	font-size: 14px;
	color: #fff;
}
.footer-1  p span{
	color: #858785;
}
#footer-site .div-list-ft{
	margin-top: 15px;
}
#footer-site .div-list-ft iframe{
	    width: 100%;
    height: 157px;
}

#footer-site  .social-bottom .title2{
	    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 14px;
    color: #fff;
    padding-bottom: 4px;
    margin-top: 4px;
}
.register-footer{
	background: #006cb7;
    padding: 30px 20px;
    border-radius: 0 0 5px 5px;
    position: relative;
        margin-top: -4px;
}
.register-footer:before{
	content: url('../images/ar3.png');
	position: absolute;
    top: -9px;
    left: -6px;
}
.register-footer .title{
	    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 18px;
    color: #fff;
    margin-top: 0;
    padding-bottom: 7px;
}
.register-footer .phone-tuvan{
	position: relative;
	margin-bottom: 10px;
}
.register-footer .phone-tuvan img{
	width: 100%
}
.register-footer .phone-tuvan .title1{
	    position: absolute;
    top: 5px;
    font-size: 12px;
    left: 49px;
}
.register-footer .phone-tuvan .call-phone{
	    font-size: 18px;
    position: absolute;
    top: 20px;
    left: 51px;
    color: #ff4200;
    font-weight: bold;
}
.register-footer form .row{
	margin-left: -5px;
	margin-right: -5px;
}
.register-footer form .row .col-md-6{
	padding-left: 5px;
	padding-right: 5px;
}
.register-footer form  input[type=text]{
	width: 100%;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.register-footer form textarea{
	width: 100%;
	height: 80px;
	border: 1px solid #fff;
	padding:10px;
}
.register-footer form  input[type=submit]{
	background: #04abf1;
    color: #fff;
    font-size: 14px;
   font-family: 'GoogleSans-Bold';
    height: 35px;
    border: 1px solid #04abf1;
    padding: 0 22px;
    border-radius: 4px;
    margin-top: 10px;
    text-transform: uppercase;
}
.footer-1  .list-ft li{
	padding-bottom: 10px;
}
.footer-1  .list-ft li svg{
	color: #0dc1fc;
	margin-right: 10px;
}
.header-mobile{
	display: none;
}
.banner-child img{
	width: 100%;
}
.banner-child{
	position: relative;
}
.banner-child .overlay-banner{
	position: absolute;
	width: 100%;
	left: 0;
	top:50%;
	transform: translateY(-50%);
	text-align: center;
}
.banner-child .overlay-banner .title-pr{
	    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    margin: 0;
    font-size: 50px;
    color: #fff;
}
.banner-child .overlay-banner  .bres ul{
	padding:0;
	margin:0;
	display: inline-block;
}
.banner-child .overlay-banner  .bres ul li{
	display: inline-block;
	float: left;
	color: #fff
}
.banner-child .overlay-banner  .bres ul li a{
	color: #fff;
	display: inline-block;
	padding:3px;
}
.main-info .top-content:after{
	display: none;
}
.main-info .top-content{
	padding-bottom: 70px;
}
.main-staff #exTab1 .item{
	margin-bottom: 30px;
}
.main-staff .section-staff{
	background: none
}
.main-staff .section-staff {
	position: relative;
	padding-top:0;
}
.main-staff .section-staff:before{
	    content: '';
    position: absolute;
    width: 100%;
    height: 298px;
    background: #006cb7;
}
.modal-nhansu .modal-dialog{
	    width: 1000px;
}
.modal-nhansu .modal-dialog .modal-header{
	border:0;
}
.modal-nhansu .modal-dialog .modal-header .close{
    text-shadow: inherit;
    opacity: 1;
    width: 40px;
    height: 40px;
    background: #006cb7;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 2px;
    z-index: 99;}
.modal-nhansu .modal-dialog  .nav-image .title{
	font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 24px;
    color: #006cb7;
    margin-top: 0;
}
.modal-nhansu .modal-dialog  .item .title2{
	font-family: 'GoogleSans-Bold';
    font-size: 16px;
}
.modal-nhansu .modal-dialog  .item {
	padding-bottom: 15px;
}
.modal-nhansu .modal-dialog  .item  p{
	margin-bottom: 5px;
}
.modal-nhansu .modal-dialog  .item  p a{
	text-decoration: underline;
	color: #006cb7;
}
.modal-nhansu .modal-dialog  .modal-content{
	    border-radius: 0;
}
.modal-nhansu .modal-dialog  .modal-content .image img{
	width: 100%
}
.main-operation-fields .operation-fields{
	padding-top: 0px;
}
.main-operation-detail .operation-fields-left .call-operation{
	display: inline-block;
    font-size: 16px;
    background: #006cb7;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-top: 10px;
}
.main-operation-detail .operation-fields-left  .title-pr{
	    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 34px;
    color: #006cb7;
}
.main-operation-detail  .operation-fields{
	padding-top: 10px;
}

.slider-new1 .item .item-new .item-new-left .date{
        font-size: 15px;
    color: #707070;
        border-bottom: 1px solid #ddd;
}
.slider-new1 .item .item-new .item-new-left .date .user{
    float: right;
    margin-top: 20px;
}
.slider-new1 .item .item-new .item-new-left .date .user svg{
    margin-right: 5px;
}
.slider-new1 .item .item-new .item-new-left .date  .month{
    color: #006cb7;
    font-family: 'GoogleSans-Bold';
    font-size: 38px;
}
.slider-new1 .item .item-new .item-new-left .title{
        margin: 0;
    font-family: 'GoogleSans-Bold';
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}
.slider-new1 .item .item-new .item-new-left  .desc{
        font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    margin-bottom: 2px;
}
.slider-new1 .item .item-new .item-new-left .readmore{
    position: relative;
    display: inline-block;
    width: 100%;
        padding-left: 28px;
    color: #999;
    margin-top: 10px;
}

.slider-new1 .item .item-new .item-new-left .readmore:before{
    content: url('../images/icon4.png');
    top: 2px;
    position: absolute;
    left: 0;
}
.slider-new1 .item .item-new .item-new-left .readmore:after{
 content: '';
    position: absolute;
    background: #ddd;
    height: 1px;
    width: 185px;
    right: 0;
    top: 9px;
}
.slider-new1 .item .item-new .item-new-right img{
        width: 100%;
    height: 214px;
    object-fit: cover;
}
.slider-new1 .item .item-new .item-new-right{
    overflow: hidden;
}
.slider-new1 .item .item-new .item-new-right:hover img{
       -webkit-transform: scale(1.05);
    transform: scale(1.05)
}
.main-list-Event .slider-new1 .item .item-new {
	margin-bottom: 50px;
}
.pagenavi {
       padding-bottom: 20px;
    border-top: 1px dashed #ddd;
    padding-top: 30px;
  

}

.pagenavi ul {
  padding-left: 0;
}

.pagenavi ul li {
  display: inline-block;
}

.pagenavi ul a {
  height: 27px;
  display: inline-block;
  background: #f2f2f2;
  text-align: center;
  line-height: 27px;
  border: 1px solid #dddddd;
  padding: 0 10px;
}
.pagenavi ul a.active {
  background: #006cb7;
  color: #c5eaf8;
}


.main-list-newpage .new-home .content-new .item .nav-image{
	       background: #fff;
    padding: 30px;
    width: 90%;
    margin-top: -50px;
    z-index: 11;
    position: relative;
    -webkit-box-shadow: 0px 2px 11px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 11px -6px rgba(0,0,0,0.75);
box-shadow: 0px 2px 11px -6px rgba(0,0,0,0.75);
}
.main-list-newpage .new-home .content-new .item .image img{
	    width: 100%;
    height: 240px;
    object-fit: cover;
}
.main-list-newpage .new-home .content-new .item .image{
    overflow: hidden;
}
.main-list-newpage .new-home .content-new .item .image:hover img{
     -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.main-list-newpage .new-home .content-new .item .nav-image .title{
	    font-family: 'GoogleSans-Bold';
    font-size: 16px;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    margin-top: 0;
        margin-bottom: 0;
}
.main-list-newpage .new-home .content-new .item .nav-image  .line img{
    width: auto!important;
}
.slider-new .item .nav-image .date {
	margin: 0;
    color: #999;
    font-size: 14px;
    margin-top: 20px;
}
.main-list-newpage .new-home .content-new .item .nav-image .date  .arow-right{
	    border: 1px solid #999;
    width: 30px;
    height: 30px;
    display: inline-block;
    float: right;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    border-radius: 50%;
    margin-top: -8px;
}
.main-list-newpage .new-home .content-new .item .nav-image .date{
    margin: 0;
    color: #999;
}
.main-list-newpage .new-home .content-new .item{
    margin-bottom: 30px;
}
.main-list-newpage .new-home .content-new .slider-new-other .item .nav-image .title{
    margin-bottom: 10px;
}
.main-list-newpage .new-home .content-new .slider-new-other .item .nav-image .date{
    margin-top: 10px;
}
.other-new   .new-home{
    padding-top: 10px;
}
.other-new .title-other{
        font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 20px;

}
.main-new-detail .other-new  {
    padding-top: 10px;
}
    
.slider-new-other   .owl-prev{
position: absolute;
top: 27%;
left: 0;
transform: translateY(-27%);
}
.slider-new-other  .owl-next{
    
position: absolute;
    
top: 27%;
    
right: 0;
    
transform: translateY(-27%);
}
.slider-new-other  .owl-nav>div{
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.content-new-detail .title-pr{
font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 32px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #006cb7;
}
.content-new-detail  .date{
    color: #999;
}
.main-new-detail  .content-new-detail {
    padding-top: 30px;
}
.main-document .content-document table{
    width: 100%;
    margin-bottom: 30px;
}
.main-document .content-document table tr td{
    border: 1px solid #ddd;
    padding:5px;
}
.main-document{
    padding-bottom: 50px;
}
.main-document .opening-schedule{
    padding-top: 0
}
.main-document .content-document table tr:first-child{
    background: rgba(1,95,173,1);
background: -moz-linear-gradient(left, rgba(1,95,173,1) 0%, rgba(79,187,214,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,95,173,1)), color-stop(100%, rgba(79,187,214,1)));
background: -webkit-linear-gradient(left, rgba(1,95,173,1) 0%, rgba(79,187,214,1) 100%);
background: -o-linear-gradient(left, rgba(1,95,173,1) 0%, rgba(79,187,214,1) 100%);
background: -ms-linear-gradient(left, rgba(1,95,173,1) 0%, rgba(79,187,214,1) 100%);
background: linear-gradient(to right, rgba(1,95,173,1) 0%, rgba(79,187,214,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015fad', endColorstr='#4fbbd6', GradientType=1 );
}
.main-document .content-document table tr.tr2{
    background: #f5f5f5;
}
.main-document{
    padding-top: 80px;
}
/*css contact*/
p.thank-you {
    font-size: 14px;
    color: #747474;
    font-style: italic;
}
h1.title-contact {
    
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0;
}
.adress-contact li{
    font-size: 14px;
    list-style: none;
    padding-bottom: 7px;
}
.adress-contact li span{
    color: #999999;
}
.adress-contact{
    padding-left: 0;
}
.map-contact iframe{
    width: 100%;
    height: 390px;
}

.form-contat p.desc{
    font-size: 14px;
    line-height: 23px;
}
.form-contat input[type=text]{
    border: 1px solid #d5d5d5;
    background: #fafafa;
    width: 100%;
    height: 45px;
    padding-left: 10px;
    border-radius: 0px;
    margin-bottom: 10px;
}
.form-contat textarea{
          width: 100%;
    height: 136px;
    background: #fafafa;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #ddd;
}


.send-contact .item input[type=submit]{
             height: 40px;
       background: rgba(1,95,173,1);
    background: -moz-linear-gradient(left, rgba(1,95,173,1) 0%, rgba(79,187,214,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,95,173,1)), color-stop(100%, rgba(79,187,214,1)));
    background: -webkit-linear-gradient(left, rgba(1,95,173,1) 0%, rgba(79,187,214,1) 100%);
    background: -o-linear-gradient(left, rgba(1,95,173,1) 0%, rgba(79,187,214,1) 100%);
    background: -ms-linear-gradient(left, rgba(1,95,173,1) 0%, rgba(79,187,214,1) 100%);
    background: linear-gradient(to right, rgba(1,95,173,1) 0%, rgba(79,187,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015fad', endColorstr='#4fbbd6', GradientType=1 );
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid;
    border-radius: 0;
    font-family: 'GoogleSans-Bold';
    margin-top: 7px;
    width: 100%;
}
.send-contact .item img{
    padding-top: 4px;
}



#main-contact{
    padding:75px 0;
}
#main-contact .title-primary1{
    margin-bottom: 40px;
}
#main-contact  .title-contact{
            font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    margin: 0;
    font-size: 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.adress-contact li svg{
        color: #f37022;
    margin-right: 10px;
}
#main-contact .form-contat .row{
    margin-left: -5px;
    margin-right: -5px;
}
#main-contact .form-contat .row .col-md-6{
padding-left: 5px;
padding-right: 5px
}
.top-contact{
    text-align: center;
}
.top-contact  .title-pri{
        font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 50px;
    margin: 0;
}
.top-contact .desc1{
        color: #999999;
    font-size: 22px;
}
.top-contact .nav-top-contact .item{
     border: 1px solid #ddd;
    padding: 20px;
}
.top-contact .nav-top-contact .item .desc{
    margin:0;
}
.top-contact .nav-top-contact .item .title{
     font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
     font-size: 16px;
     text-transform: uppercase;
}
.top-contact  .nav-top-contact{
    padding-top: 30px;
}
.top-contact {
    padding-bottom: 50px;
}
.main-staff #exTab1 .item .image img{
    width: 100%;
}
.top-content:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    background: #04abf1;
    height: 100%;
}
.pagenavi ul li.uk-active a {
    background: #00a4e0;
    color: #c5eaf8;
    border: 1px solid #00a4e0;
}

.main-menu ul li .input-hover-1 {
    border-radius: 8px;
    position: absolute;
    top: 100%;
    right: 0;
    width: 250px;
    background-color: #006cb7;
    padding: 20px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}
.main-menu ul li .input-hover-1 form {
    height: 35px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
}
.main-menu ul li .input-hover-1 form input {
    /*text-transform: uppercase;*/
    height: 35px;
    width: calc(100% - 35px);
    background: none;
    outline: none;
    border: none;
    padding-left: 5px;
    font-size: 13px;
}
.main-menu ul li .input-hover-1 form button {
    width: 30px;
    font-size: 16px;
    color: #18309e;
    background: none;
    outline: none;
    border: none;
}
.main-menu ul li:hover .input-hover-1 {
    opacity: 1;
    visibility: visible;
    transition: all .5s;
}
.top-search {
    display: none;
}
@media (max-width: 480px){
    .section-staff .item .nav-img .desc1{
        font-size: 12px;
    }
}