* {
    margin: 0;
    padding: 0;
}
.row{
    margin: 0;
}
:root {
    --font-family-main: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --color-main: #0e4a9a;
    --text-font-size: 16px;
    --h1-font-size: 30px;
    --h2-font-size: 20px;
    --h3-font-size: 15px;
    --padding-session: 10px 0px;
        --color1:#fff;
    --color2:transparent;
}

html {
    font-family: var(--font-family-main);
}
body{
    background-color: #fff;
}
.main{
    padding-top: 20px;
}
h4{
    font-size: 1.3rem;
    margin-top: 10px;
    color: #093166;
}
header {
    padding: 0px 0 0px 0;
    transition: all 350ms ease-out;
}

header .header-info-company {
    display: flex;
    text-decoration: none;
    color: #0e4a9a;
}



.header-logo-company img {
    width: 80px;
    height: 80px;
}



.header-text-company h1 {
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 700;
    color: #0e4a9a;
}

.header-text-company p {
    font-size: 0.8em;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 5px;
    color: #0e4a9a;
}


.header-social-company ul{
    display: flex;
    list-style: none;
}


.header-social-company a:hover {
    border: solid 1px black;
}

.header-social-company img {
    width: 40px;
    height: 40px;
}

/*Start Intro*/

.intro{
    padding-top: 3em;
    display: flex;
    margin-top: 3em;
    padding-bottom: 25px;
    color:rgb(17, 35, 134) ;
  }
  .intro a{
    font-weight: 700;
    text-decoration: none;
    font-size: 1.4em;
  }
  .intro p{
      font-weight: 500;
      font-size: 1.2em;
  }

/*START MAIN*/


  


/* footer */
footer {
	background-color: #3f3f3f;
    /* background-image: url(./img_java/nen_java.svg); */
    /* background-size: 32em; */
    background-size: cover;
    background-repeat: no-repeat ;
	color: #d5d5d5;
}
.ft-title h4{
  font-size: 1em;
  color: #fff;
}
.fa-map-marker-alt:before {
    content: "\f3c5";
    color: #fff;
}
.fa-phone-square:before {
    content: "\f098";
    color: #fff;
}
.fa-envelope:before {
    content: "\f0e0";
    color: #fff;
}
.fa-globe-americas:before {
    content: "\f57d";
    color: #fff;
}
.fa-facebook-square:before {
    content: "\f082";
    color: #fff;
}
a {
    color: #093166;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.text-address-company{
    color: #fff;
    font-weight: 500;
    font-size: .8em;
}
.link-phone-company{
  color: #fff;
  font-size: .8em;
}
.link-email-company{
  color: #fff;
  font-size: .8em;
}

  .ggmap{
    max-width: 100px;
    max-height: 100px;
  }
  .ggmap h4{
    font-size: 1em;
    color: #fff;
  }
  .link-nav-search_user ul{
      display: flex;
      list-style: none;
  }
  .link-nav-search_user li{
    flex: 1;
    margin: 10px 10px 0 10px;
}
.img_logo{
    border-radius: 50% ;
    margin-right: 10px;
    margin-left: 10px;
}
.scol-lg-9{
    padding-left: 0;
}

.col-md-3{
    display: inline-block;
    margin-left:-4px;
  }
  .col-md-3 img{
    width:100%;
    height:auto;
  }
  body .carousel-indicators li{
    background-color:rgb(28, 31, 187);
  }






/* Navigation */
.dropdown{
	position: relative;
	display: inline-block;
}
/*sub-menu*/
.dropdown-content{
	display: none;
	position: absolute;
	background-color: #f5f5f5;
	z-index: 1;
	list-style: none;
}

.dropdown:hover .dropdown-content{
	display: block;
}

.dropdown-content a{
	color: black;
	padding: 10px 10px;
	text-decoration: none;
}


.padding {
    padding-bottom: 0rem;
}

@media only screen and (max-width: 480px){
    .header-text-company h1{
        font-size: 1.1em;
    }
  }
  
  @media only screen and (max-width: 480px){
    .header-text-company p{
        font-size: 0.4em;
    }
  }
  @media only screen and (max-width: 400px){
    .navbar-1{
        display: none;
    }
  }
  .btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    margin-left: 1.2em !important;
    margin-top: 0.2em;
}
/* nav */
  .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.nav-link:hover{
    background-color: rgb(238, 230, 230);
    border-radius: 10px;
}
.nav-link{
    margin: 10px 20px;
    padding: 15px 20px;
}
.navbar {
    background: var(--color2);
    box-shadow: 1px 1px 10px 0 rgba(0,0,0,.15);
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 3;
  }
/*Start-float Social*/
.float-social {
    margin-left: 5px;
    position: fixed;
    right: 1%;
    bottom: 1%;
}

.float-social ul {
    list-style: none;
}

.float-social li {
}

.float-social li a {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    background: #eaeaea;
    margin-bottom: 5px;
    border-radius: 31px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.55), 0 2px 3px rgba(0, 0, 0, 0.4);
    background-image: -webkit-linear-gradient(top, #f9f9f9, #0000001f);
}

.float-social img {
    width: 30px;
    height: 30px;
}

/* END_FLOAT_SOCIAL */

  


/* Social-float */
nav {
    position: fixed;
    width: 60px;
    top: 50%;
    transition: all 0.3s linear;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4)
}

nav ul {
    margin-top: 0;
    margin-bottom: 0rem
}

nav li {
    height: 45px;
    position: relative;
}

nav li a {
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 45px;
    padding-left: 25%;
    border-bottom: 0px solid rgba(0, 0, 0, .4);
    transition: all .3s linear;
    text-decoration: none !important
}

nav li:nth-child(1) a {
    background: #4267B2
}

nav li:nth-child(2) a {
    background: #1DA1F2
}

nav li a i {
    position: absolute;
    top: 14px;
    left: 24px;
    font-size: 15px
}

ul li a span {
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase
}

nav a:hover {
    z-index: 1;
    width: 180px;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3)
}

ul li:hover a span {
    padding-left: 30%;
    display: block;
    font-size: 15px
}


.btn-secondary {
    color: #fff;
    background-color: #0E4A9A;
    border-color: #6c757d;
}


/*Start Intro*/

.intro{
    padding-top: 8em;
    padding-bottom: 25px;
    color:rgb(17, 35, 134) ;
  }

/*START MAIN*/
/*Start Section-title*/
@media only screen and (max-width: 480px){
    .infor-title .infor-title-text h2{
        font-size: 1em;
    }
  }
.infor-title .infor-img{
    margin-top: -5px;
}
/*End Section-title*/


.infor-lecturers {
    display: flex;
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 15%);
    border-radius: 20px;
    margin: 10px;
    background-color: fafafa;
    background-image: linear-gradient(
-45deg
, #646464, #fff);
}
.infor-lecturers .img-lecturers img{
    width: 100%;
    height: auto;
    max-width: calc(100% - 70px);
    max-width: calc(100% - 20px);
    border-radius: 20px;
}
.infor-lecturers .img-lecturers img:hover{
    transform: scale(1.2);
}

.infor-text{
    margin: 1.5em;
}
.infor-text h3{
    color:rgb(17, 35, 134) ;
    padding-right: 2em;
}
.infor-text p{
    font-family: 'Times New Roman', Times, serif;
    
}

@media only screen and (min-width: 481px){
    .infor-text h3{
        font-size: 1.5em;
        font-weight: 700;
    }
  }
@media only screen and (max-width: 480px){
    .infor-text h3{
        font-size: 1em;
    }
  }
  @media only screen and (max-width: 480px){
    .infor-text p{
        font-size: 0.8em;
    }
  }

  /* Khóa học */
  .body-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
/* .container {
    max-width: 1250px;
}
@media (min-width: 1200px){
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 992px){
    .container {
        max-width: 960px;
    }
}
@media (min-width: 768px){
    .container {
        max-width: 720px;
    }
}
@media (min-width: 576px){
    .container {
        max-width: 540px;
    }
} */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.filter-desktop {
    display: block;
}
div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}
.filter-field:not(:last-child) {
    border-bottom: .5px solid #c4c4c4;
}
.filter-field {
    padding-bottom: 1.5rem;
}
.md-radio {
    margin-bottom: 1rem;
}
.md-radio input[type=radio] {
    display: none;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.md-radio label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom: 0;
    cursor: pointer;
    line-height: 20px;
    vertical-align: bottom;
    font-size: 1.1rem;
}
.md-radio label:before {
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #3c78e8;
}
.md-radio label:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    transform: scale(0);
    background: #337ab7;
}
.md-radio label:after, .md-radio label:before {
    position: absolute;
    content: '';
    border-radius: 50%;
    transition: all .3s ease;
    transition-property: transform,border-color;
}
.fade:not(.show) {
    opacity: 0;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.fade {
    transition: opacity .15s linear;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
.modal-content {
    margin-top: 80px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}


/* Tin tức */
.site-content {
    padding-top: 128px;
    padding-bottom: 128px;
}

.blog-content:not(.blog-list-3) .column-1-blog-archive {
    padding-bottom: 60px;
}
.blog-content:not(.blog-list-3) .column-1-blog-archive {
    margin-bottom: 60px;
}
.blog-content article {
    position: relative;
    margin-bottom: 40px;
}
.blog-content:not(.blog-list-3) .column-1-blog-archive .entry-top {
    margin-bottom: 33px;
}
.blog-content article .content-inner .entry-top {
    position: relative;
}
.archive .entry-top .post-formats-wrapper, .blog .entry-top .post-formats-wrapper, .search .entry-top .post-formats-wrapper {
    position: relative;
}
.blog-content article .post-image, .blog-content article .thumbnail {
    position: relative;
    overflow: hidden;
}
.blog-content article .post-image img, .blog-content article .thumbnail img {
    -webkit-transition: all 1s;
    -khtml-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.archive .has-post-thumbnail .entry-top .date-meta, .blog .has-post-thumbnail .entry-top .date-meta, .search .has-post-thumbnail .entry-top .date-meta {
    position: absolute;
    bottom: 0;
    left: 0;
}.archive .has-post-thumbnail .entry-top .date-meta, .blog .has-post-thumbnail .entry-top .date-meta, .search .has-post-thumbnail .entry-top .date-meta {
    position: absolute;
    bottom: 0;
    left: 0;
}
.blog-content article .entry-top .entry-date {
    background: #EF8318;
    padding: 5px 5px 5px 30px;
    width: 20%;
}
.archive .entry-top .date-meta, .blog .entry-top .date-meta, .search .entry-top .date-meta {
    width: auto;
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    font-family: inherit;
    z-index: 2;
    display: inline-block;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px 14px 10px;
}
.site-content .blog-content article .entry-header .entry-title {
    text-align: justify;
}
.site-content .blog-content article .entry-header .entry-title {
    font-weight: 500;
}
.site-content .blog-content article .entry-header .entry-title, .site-content .blog-content article .entry-header .entry-title a, .page-content article .content-inner .entry-title {
    font-size: 24px;
    padding:5px;
    text-decoration: none;
}
.blog-content article .entry-button-meta {
    display: flex;
    align-items: center;
}
.site-content .blog-content article .entry-meta, .site-content .page-content article .entry-meta {
    font-family: Montserrat;
}
.column-1-blog-archive .entry-button-meta .entry-meta {
    font-size: 14px;
    margin-bottom: 25px;
}
.blog-content article .entry-meta {
    min-width: fit-content;
}
.archive .entry-button-meta .entry-meta span i, .blog .entry-button-meta .entry-meta span i, .search .entry-button-meta .entry-meta span i {
    margin-right: 12px;
}
.entry-content .entry-button-meta .entry-meta i {
    color: #EF8318;
}
.site-content .blog-content article .entry-button-meta .entry-meta span a, .site-content .blog-content article .entry-summary p {
    color: #292929;
}
.archive .entry-button-meta .entry-meta span a, .blog .entry-button-meta .entry-meta span a, .search .entry-button-meta .entry-meta span a {
    font-size: 16px;
    color: #747474;
    padding-right: 15px;
    font-weight: 300;
    text-transform: capitalize;
    position: relative;
}
.content-area .entry-meta span:last-child {
    padding-right: 0;
}
.archive .entry-button-meta .entry-meta span i, .blog .entry-button-meta .entry-meta span i, .search .entry-button-meta .entry-meta span i {
    margin-right: 12px;
}
.entry-content .entry-button-meta .entry-meta i {
    color: #5dc2a7;
}
.site-content .blog-content article .entry-button-meta .entry-meta span.meta-category a:nth-child(2) {
    display: inline-block;
}
.blog-content:not(.blog-list-3) .column-1-blog-archive .entry-summary {
    margin-bottom: 32px;
}
.site-content .blog-content article .entry-summary, .site-content .blog-content article .entry-summary p {
    font-size: 16px;
    font-weight: 400;
}
.blog-content article .entry-summary {
    line-height: 1.63;
    margin-bottom: 24px;
    font-weight: 400;
}
.site-content .blog-content article .entry-summary, .site-content .blog-content article .entry-summary p {
    font-size: 16px;
    font-weight: 400;
    color: #292929;
}
.blog-content article .entry-button-meta {
    display: flex;
    align-items: center;
}
.blog-content article .readmore, .blog-content article.post_format-post-format-audio iframe, .blog-content article.post_format-post-format-video iframe {
    width: 100%;
}
.archive .entry-button-meta .readmore a, .blog .entry-button-meta .readmore a, .search .entry-button-meta .readmore a {
    font-size: 16px;
    padding: 10px 56px;
    border-radius: 30px;
    text-transform: uppercase;
    color: #292929;
    font-weight: 400;
    transition: all .5s;
}
.blog-content article .readmore a {
    border: 1px solid #EF8318;
    padding: 10px 56px;
    border-radius: 30px;
    text-transform: uppercase;
    color: #292929;
    font-weight: 400;
    transition: all .5s;
    text-decoration: none;
}
.blog-content article .readmore a:hover {
    background-color: #EF8318;
    color: #fff;
}
.archive .entry-top .date-meta, .blog .entry-top .date-meta, .search .entry-top .date-meta {
    width: auto;
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    font-family: inherit;
    z-index: 2;
    display: inline-block;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px 14px 10px;
}
.loop-pagination {
    margin: 0;
    text-align: center;
}
.loop-pagination li {
    display: inline-block;
    list-style: none;
}
.loop-pagination li .page-numbers.current, .loop-pagination li .page-numbers:hover {
    background: #EF8318;
}
.loop-pagination li .page-numbers.current, .loop-pagination li .page-numbers:hover {
    border-color: transparent;
    color: #fff;
}
.loop-pagination li .page-numbers {
    display: inline-block;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 38px;
    margin: 0 5px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .3px;
    color: #a4a4a4;
    cursor: pointer;
    transition: all .3s;
    border-radius: 0;
}
.widget-area aside.widget .bp-element>.title, .widget-area aside.widget .widget-title {
    font-size: 18px;
    color: #292929;
    font-family: inherit;
    margin-bottom: 40px;
    font-weight: 500;
    text-transform: uppercase;
}
.widget-area aside.widget .widget-title:before, .widget-area aside.widget .bp-element > .title:before {
    color: #5dc2a7;
}
.widget-area aside.widget .bp-element>.title:before, .widget-area aside.widget .widget-title:before {
    content: '|';
    width: 3px;
    height: 100%;
    color: #f8b944;
    position: relative;
    top: 0;
    margin-right: 12px;
}
.widget-area aside.widget.widget_tag_cloud .tagcloud a {
    color: #7c7c7c;
    font-weight: 300;
    font-size: 16px!important;
    height: 34px;
    border: 1px solid #EF8318;
    padding: 0 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    line-height: 34px;
    transition: all .5s;
    text-decoration: none;
}
.widget-area aside.widget.widget_tag_cloud .tagcloud a:hover {
    background-color: #EF8318;
    text-decoration: none;
    color: #fff;
}
.widget-area aside.widget .search-form label .search-field {
    line-height: 24px;
    font-size: 14px;
    width: 100%;
    transition: all .3s ease-in-out;
    padding-bottom: 8px;
    border: none;
    border-bottom: 1px solid #eee;
    font-family: inherit;
    font-style: italic;
    background: 0 0;
    padding:5px;
}
.widget-area aside.widget .search-form label .search-field {
    padding: 0 60px 0 0;
    background-clip: padding-box;
}
.widget-area aside.widget .search-form .search-submit {
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    z-index: 2;
    background: 0 0!important;
    border-radius: 0;
    line-height: 42px;
    height: 42px;
    color: #888;
    font-size: 0;
    font-weight: 700;
    text-transform: uppercase;
}
[role=button], a, area, button, input, label, select, summary, textarea {
    touch-action: manipulation;
}

.widget-area aside.widget {
    margin-bottom: 50px;
}
.widget-area aside.widget .search-form {
    position: relative;
    border: none;
}
.widget-area aside.widget .search-form label {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    margin: 0;
}
.widget-area aside.widget .search-form label .search-field {
    line-height: 24px;
    font-size: 14px;
    width: 100%;
    transition: all .3s ease-in-out;
    padding-bottom: 8px;
    border: none;
    border-bottom: 1px solid #eee;
    font-family: inherit;
    font-style: italic;
    background: 0 0;
    padding:5px;
}
.widget-area aside.widget .search-form:after {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 42px;
    text-align: center;
    line-height: 42px;
}


.blog-content article .post-image img, .blog-content article .thumbnail img{
    width: 100%;
    height: auto;
}
.fa-user:before {
    content: "\f007";
    color: #EF8318;
}
















