/* header-footer css*/
	*{
    margin: 0px;
    padding: 0px;
}

.body{
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

a, p, span, h1, h2, h3, h4, h5, h6{
  font-family: "Roboto", sans-serif;
}

a {
    color: #64431b;
}

a:hover{
  text-decoration: none;
  color: #334862;
}
img{
  max-width: 100%;
}

.top-header{
  border-bottom: 1px solid #E5E5E5;
  font-size: 13px;
  color: rgba(102,102,102,0.9);
}

.header-top-left{
  display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.header-top-right{
  display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.menu-top{
  /*border-bottom: 1px solid #b7b7b7;*/
  text-transform: capitalize;
  background-color: #fba646;
  color: #fff;
}

.top-header ul{
  margin-bottom: 0;
}

.top-header ul.top-header-right{
  padding: 5px 0;
}

.top-header ul.top-header-right li:first-child{
  border-left: 0;
}

.top-header ul.top-header-right li{
  float: left;
  list-style-type: none;
  padding: 0 10px;
  border-left: 1px solid #ffffff6b;
}

.top-header ul li a{
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}

.top-header ul li a i{
  margin-left: 5px;
  font-size: 13px;
}

.top-header ul li a:hover{
  color: #3F51B5;
}

.top-header ul li a:hover, .top-header ul li a:focus, .top-header ul li a:active{
  text-decoration: none;
}

.action-header{
  display: flex;
  align-items: center;
}

.action-header .name-company{
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'Noto Serif', serif;
  font-size: 20px;
  font-weight: 600;
}

.action-header .name-company a{
  font-family: 'Noto Serif', serif;
}

.action-header .contact a{
  color: #003082;
  font-weight: 500;
  font-size: 16px;
  margin-left: 20px;
}

.action-header .contact i{
  color: #fba646;
    font-weight: 900;
    font-size: 28px;
    vertical-align: sub;
    margin-right: 3px;
}

.action-header .contact a.c-first{
  border-right: 1px solid #cccccc8c;
    padding-right: 10px;
}

#header .main-header .navbar{
  background: #64431b;
  padding: 5px;
}

#header .navbar ul li a.nav-link{
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 0 15px;
}

#header .navbar ul li a.home{
    padding-left: 0;
}

#header .navbar ul li.nav-item{
  padding: 7px 0 6px;
  color: #fff;
  font-size: 14px;
}

#header .navbar a.nav-link:focus, 
#header .navbar a.nav-link:hover, 
#header .navbar a.nav-link:active, 
#header .navbar a.nav-link.active  {
    color: #fba646;
}

#header .navbar a.nav-link .fa-home{
    font-size: 20px;
    margin-right: 5px;
}

#header .navbar .dropdown:hover .dropdown-level-1{
    display: block;
}

#header .navbar .dropdown-submenu {
    position: relative;
}

#header .navbar .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

#header .navbar .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

#header .navbar .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

#header .navbar .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

#header .navbar .dropdown-submenu.pull-left {
    float: none;
}

#header .navbar .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#header .navbar .dropdown-menu .dropdown-item:focus, 
#header .navbar .dropdown-menu .dropdown-item:hover,
#header .navbar .dropdown-menu .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #64431b;
}

#header .navbar-dark .navbar-toggler {
    border-color: #fff;
}

#header .menu-nav .navbar-toggle{
    border-color: #fff;
    float: left;
    margin-top: 10px;
}

#header .menu-nav .navbar-toggle span{
    background-color: #fff;
}

#header .navbar .nav-item .search{
  position: relative;
  /*margin-left: 30px;*/
}

#header .navbar .nav-item .search input{
  border-radius: 3px;
    width: 260px;
    height: 34px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

#header .navbar .nav-item .search button{
  position: absolute;
  right: 0;
  background-color: #fba646;
  color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 34px;
  width: 34px;
  padding: 0px;
}

@media only screen and (max-width: 989px){    
  #header .menu-nav ul li a{
    padding: 5px 0 0 20px;
  }
}

@media only screen and (max-width: 576px){
    #header .navbar ul li a.nav-link{
        border-right: 0;
    }

    #header .navbar .nav-item .search input{
      width: 100%;
    }

    #header .navbar ul li a.home {
      padding-left: 15px;
    }

    #header .logo{
      text-align: center;
    }

    #header .main-header .navbar{
      padding: 0;
    }

    #header .main-header .navbar-toggler{
      position: absolute;
      top: -65px;
      border: 0;
      color: #fba646;
    }

    .header-top-left{
      padding: 5px;
      align-items: center;
    }
}

#footer{
  background-color: #64431b;
  color: #fff;
}

#footer .main-footer{
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer h6{
  margin-top: 10px;
  line-height: 1.5;
}

#footer p{
  margin-bottom: 5px;
  font-size: 15px;
}

#footer p strong{
  font-weight: 500;
}

#footer ul{
  padding-left: 20px;
}

#footer ul li{
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
}

#footer ul li a{
  color: #fff;
}

#footer ul li a:hover{
  color: #fba646;
}

#footer .contact{
  border: 1px dashed #fff;
    border-radius: 3px;
    background: #0a409c;
    font-size: 14px;
    padding: 10px;
    margin: 20px 0;
}

#footer .contact p{
  margin-bottom: 0;
}

#footer button{
  width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    padding: 6px;
    font-weight: 400;
}

#footer button.btn-defaul{
  color: #666;
  background-color: #fff;
}

#footer button.btn-warning{
  color: #fff;
  background-color: #fba646;
}

#footer .footer-bottom{
  background-color: #fba646;
  color: #fff;
  padding: 15px;
  font-weight: 500;
}


/* end header-footer css*/
#carousel-top-1 img{
  width: 100%;
}

/*css home*/
.section-title.section-title-center{
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.section-title.section-title-center hr{
  display: block;
  flex: 1;
  height: 2px;
  opacity: .1;
  background-color: currentColor;
}

h3.section-title.section-title-center span{
  color: #000d67;
  margin: 0 15px;
  text-align: center;
  text-transform: uppercase;
}

.news-new .row-slide{
  margin-left: -30px;
  margin-right: -30px;
}

.news-new .card-product .card-header{
  padding: 0;
  border-bottom: 0;
    height: auto;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 0;
}

.news-new .card-product .card-header img{
    width: 100%;
    object-position: 50% 50%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.news-new .card-product .card-content{
  background-color: #00267f;
  color: #f1f1f1;
  padding: 10px;
  text-align: center;
}

.news-new .card-product .card-content p{
  margin-bottom: 0;
}

.news-new .card-product:hover .card-header img{
  transform: scale(1.1);
  transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}

@media only screen and (max-width: 576px){
  h3.section-title.section-title-center{
    font-size: 20px;
  }

  .news-new{
    margin-top: 20px !important;
  }

  .news-new .card-product .card-content p{
    font-size: 13px;
  }
}

.intro{
  background-color: #faeded;
  padding: 35px 0;
}

.intro #pills-tab{
  background: #003082;
}

.intro #pills-tab .nav-link{
  font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.intro #pills-tab .nav-link:hover, .intro #pills-tab .nav-link:focus, 
.intro #pills-tab .nav-link.active, .intro #pills-tab .nav-link:active{
  background-color: transparent;
  color: #fba646;
}

.intro #pills-1{
    padding: 20px 40px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
}

.intro #pills-1 strong{
  font-weight: 500;
}

.intro #pills-2, .intro #pills-3{
  border-left: 1px solid #ddd;
}

.intro #pills-2 .card, .intro #pills-3 .card{
  padding: 20px 10px;
    border-radius: 0;
    border-width: 0 1px 1px 0;
}

.intro #pills-2 .card img, .intro #pills-3 .card img{
  width: 90px;
  height: 90px;
  float: left;
  object-position: 50% 50%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    margin: auto;
}

.intro #pills-2 .card .card-content, .intro #pills-3 .card .card-content{
  padding-left: 105px;
}

.intro #pills-2 .card .card-content h6, .intro #pills-3 .card .card-content h6{
  font-size: 15px;
    color: #0a0a0a;
    margin-bottom: 10px;
    line-height: 1.3;
    height: 39px;
    overflow: hidden;
}

.intro #pills-2 .card .card-content p, .intro #pills-3 .card .card-content p{
  color: #333;
    font-size: 0.9rem;
    height: 40px;
    overflow: hidden;
    direction: ltr;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
}

.intro #pills-4{
  border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px;
}

.intro #pills-4 ol{
  padding-left: 20px;
  margin-bottom: 0;
}

.intro #pills-4 ol li{
  font-family: "Roboto", sans-serif;
  padding: 6px 0;
}

.intro .contact .title-contact{
  background: #003082;
  color: #fff;
  padding: 8px 10px;
  text-align: center; 
}

.intro .contact .title-contact h4{
  font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.intro .contact .content{
  background-color: #fff;
  border: 1px solid #ddd;
}

.intro .contact .content .box-contact{
  padding: 10px 0;
}

.intro .contact .content .box-contact img{
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 10px;
}

.intro .contact .content p{
  margin-bottom: 0;
}

.intro .contact .content p.name{
  color: #ff6600;
  font-weight: 600;
}

.intro .contact .content img{
  width: 100%;
}

.pt-35{
  padding-top: 35px;
}

.pb-35{
  padding-bottom: 35px;
}

.faq .title-faq{
  background: #003082;
  color: #fff;
  padding: 8px 20px;
}

.faq .title-faq h4{
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.faq .content-faq{
  background-color: #fff;
  border: 1px solid #ddd;
}

.faq .content-faq .list-ques{
  padding: 10px 15px;
  border-right: 1px solid #ddd;
}

.faq .content-faq .list-ques .card-img-left{
  padding: 10px;
}

.faq .content-faq .list-ques .card-img-left img{
  width: 70px;
  height: 55px;
  float: left;
  margin-right: 10px;
}

.faq .content-faq .list-ques .card-img-left .content h6{
  font-size: 15px;
    color: #0a0a0a;
    margin-bottom: 3px;
    line-height: 1.3;
    height: 39px;
    overflow: hidden;
}

.faq .content-faq .list-ques .card-img-left .content p{
    color: #777;
    font-size: 12px;
    overflow: hidden;
    direction: ltr;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    white-space: nowrap;
}

.faq .content-faq .form-registered{
  padding-right: 30px;
  padding-top: 5px;
}

.faq .content-faq .form-registered p{
  font-size: 15px;
    margin: 15px 0 20px;
}

.faq .content-faq .form-registered form input,
.faq .content-faq .form-registered form textarea{
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  transition: color .3s, border .3s, background .3s, opacity .3s;
  border-radius: 0;
  border-color: #ddd;
  font-family: "Roboto", sans-serif;
}

.faq .content-faq .form-registered form input:focus,
.faq .content-faq .form-registered form textarea:focus{
  box-shadow: 0 0 5px #ccc;
  border-color: #ddd;
}

.faq .content-faq .form-registered form input:hover,
.faq .content-faq .form-registered form textarea:hover{
  box-shadow: inset 0 -1.8em 1em 0 transparent;
}

.faq .content-faq .form-registered form button{
  background-color: #003082;
  color: #fff;
  box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
  border-color: rgba(0,0,0,0.05);
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.procedure .nav-tabs .nav-item.show .nav-link, .procedure .nav-tabs .nav-link.active {
    color: #003082;
    background-color: #fff;
    border-color: #003082 #dee2e6 #fff;
    border-radius: 0;
    border-top-width: 2px;
    text-transform: uppercase;
    font-weight: 500;
}

.procedure .nav-tabs .nav-link {
    border: 1px solid transparent;
    color: #848484;
    text-transform: uppercase;
    border-radius: 0;
    background-color: rgba(0,0,0,0.04);
    border-width: 2px 1px 0 1px;
    border-color: #ddd;
    padding: 8px 10px;
    margin-right: 1px;
}

.procedure .tab-content{
  border: 1px solid #ddd;
  border-top: 0;
  padding: 10px;
}

.procedure .tab-content #nav-1 ol{
  padding-left: 0px;
  list-style-type: none;
}

.procedure .tab-content #nav-1 ol li{
  counter-increment: step-counter;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.procedure .tab-content #nav-1 ol li::before{
  content: counter(step-counter);
    color: #fba646;
    display: inline-block;
    width: 30px;
    margin-left: 0;
    float: left;
    line-height: 60px;
    font-size: 25px;
    font-weight: 400;
    margin-top: -15px;
}

.procedure .tab-content #nav-1 ol li:last-child{
  border-bottom: 0;
  padding-bottom: 0;
}

.procedure .tab-content #nav-1 ol li h6{
  font-size: 15px;
    color: #0a0a0a;
    margin-bottom: 3px;
    line-height: 1.3;
    height: 39px;
    overflow: hidden;
}

.procedure .tab-content #nav-1 ol li p{
    color: #777;
    font-size: 12px;
    overflow: hidden;
    direction: ltr;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    white-space: nowrap;
}

.list-card-img-top{
  margin-right: -10px;
  margin-left: -10px;
}

.procedure .tab-content #nav-2{
  margin-top: 10px;
}

.procedure .tab-content #nav-2 .card-img-top{
  padding: 0 10px 10px;
}

.procedure .tab-content #nav-2 img{
    width: 100%;
    object-position: 50% 50%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 90px;
    margin-bottom: 10px;
}

.procedure .tab-content #nav-2 h6{
    font-size: 15px;
    color: #0a0a0a;
    margin-bottom: 3px;
    line-height: 1.3;
    height: 60px;
    overflow: hidden;
}

@media only screen and (max-width: 576px){
  .procedure .tab-content #nav-2 h6{
    height: auto;
  }

  .procedure .tab-content #nav-2 img{
    height: auto;
  }
}

.scrolltop {
  display:none;
  width:100%;
  margin:0 auto;
  position:fixed;
  bottom:20px;
  right:10px; 
}
.scroll {
  position:absolute;
  right:20px;
  bottom: 0px;
  background:transparent;
  border-radius: 50%;
  border: 2px solid #000;
  padding:5px 9px;
  text-align: center;
  margin: 0 0 0 0;
  cursor:pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;    
}
.scroll:hover {
  background:#64431b;
  border-color: #64431b;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;    
}
.scroll:hover .fa {
  padding-top:-10px;
  color: #fff;
}
.scroll .fa {
  font-size:22px;
  margin-top:-5px;
  margin-left:1px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;  
}

.hotline{
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: #64431b;
  color: #fff;
  border-radius: 25px;
  padding: 5px 15px;
  box-shadow: 0px 5px 10px black;
}

.hotline .phoneNumber{
  font-size: 22px;
  font-weight: 600;
}
/*home*/
#main-home .news .new-post .post-item .img{
    width: 125px;
    height: 80px;
}

#main-home .news .new-post .post-item .content{
    height: 80px;
}

#main-home .news .new-post{
    background-color: #f0f9fe;
}

#main-home .news .new-post a:hover h6{
    color: #4d89c7;
}

#main-home .news .new-post .title-new-news i, #main-home .list-women-design .title-women-design i,
#main-home .list-men-design .title-men-design i, #main-home .list-kid-design .title-kid-design i{
    background: #64431b;
    color: #fff;
    padding: 10px;
}

#main-home .news .new-post .title-new-news h4, #main-home .list-women-design .title-women-design h4,
#main-home .list-men-design .title-men-design h4, #main-home .list-kid-design .title-kid-design h4{
    border-bottom: 1.5px solid #64431b;
    /*background-color: #f0f9fe;*/
    text-transform: uppercase;
    color: #64431b;
}

#main-home .news .hot-new-post h4{
    color: #64431b;
}
.hot-new-post{
  overflow: hidden;
}
#main-home .news .hot-new-post .summary{
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 100%;
    height: 45px; /* Fallback for non-webkit */
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*css news*/
#main-news a, #main-home .news a, 
#main-home .list-women-design a, #main-home .list-men-design a, #main-home .list-kid-design a{
    color: #404040;
}

#main-news a:hover, #main-home .news a:hover, 
#main-home .list-women-design a:hover, #main-home .list-men-design a:hover, #main-home .list-kid-design a:hover{
    text-decoration: none;
}

#main-news p, #main-home .news p, 
#main-home .list-women-design p, #main-home .list-men-design p, #main-home .list-kid-design p{
    margin-bottom: 0;
}

#main-news img, #main-home .news img, 
#main-home .list-women-design img, #main-home .list-men-design img, #main-home .list-kid-design img{
    width: 100%;
}

#main-news .meta, #main-home .news .meta, 
#main-home .list-women-design .meta, #main-home .list-men-design .meta, #main-home .list-kid-design .meta {
    color: #777;
    font-size: 14px;
}

#main-news .meta span, #main-home .news span, 
#main-home .list-women-design span, #main-home .list-men-design span, #main-home .list-kid-design span{
    margin-right: 10px;
}

#main-news ul li, #main-home ul li, 
#main-home .list-women-design ul li, #main-home .list-men-design ul li, #main-home .list-kid-design ul li{
    list-style-type: none;
}

.hot-new-post .summary{
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 100%;
    height: 95px; /* Fallback for non-webkit */
    margin: 0 auto;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-post .post-item {
    clear: both;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.post-item:first-child{
    padding-top: 0;
}

.post-item:last-child{
    border-bottom: 0;
}

.new-post .post-item .img{
    width: 150px;
    height: 95px;
    float: left;
    margin-right: 10px;
}

.new-post .post-item .content{
    height: 95px;
}

.new-post .post-item .title{
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 100%;
    max-height: 60px; /* Fallback for non-webkit */
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-item {
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.post-item .img{
    width: 300px;
    height: 185px;
    float: left;
    margin-right: 20px;
}

.post-item .content{
    height: 185px;
}

.post-item p.summary{
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 100%;
    /*height: 90px;*/ /* Fallback for non-webkit */
    margin: 0 auto;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 576px){
    .post-item .img{
        float: none;
        margin-bottom: 10px;
    }

    #main-news{
        padding-left: 15px !important;
    }

    .hot-new-post{
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }
}

@media screen and (max-width: 576px){
    .send-email .form-inline input.form-control {
        width: 250px;
    }
}
/*css video*/
#main-home .title-list-book h3, #main-home .title-list-video-study h3{
    color: #64431b;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#main-home .list-video-study .video-study-item a:hover{
    text-decoration: none;
}

#main-home .list-video-study .video-study-item .img-header{
    position: relative;
    margin-bottom: 10px;
}

#main-home .list-video-study .video-study-item .btn-play{
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 50px;
    border: 3px solid #fff;
    border-radius: 50%;
    top: 28%;
    left: 30%;
    text-align: center;
}

#main-home .list-video-study .video-study-item .content h5{
    color: #64431b;
    font-weight: 600;
    font-size: 18px;
}

#main-home .list-video-study .video-study-item a:hover h5{
    color: #4d89c7;
}

#main-home .list-video-study .video-study-item .content p.meta{
    color: #777;
    margin-bottom: 0;
}

#main-home .list-video-study .video-study-item .content p.summary{
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 100%;
    height: 45px; /* Fallback for non-webkit */
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #404040;
}
@media only screen and (max-width: 576px){

    #main-home .list-video iframe{
        height: auto;
    }

    #main-home .list-video-study .video-study-item{
        margin-bottom: 20px;
    }
}
/*detail-news*/
.content-news{
  border: 1px solid #ddd;
  padding: 15px;
  /*text-align: justify;*/
  font-size: 15px;
}

.content-news strong{
  font-weight: 500;
}

.content-news .head{
  font-size: 15px;
}

.content-news .head a{
  color: #fba646;
}

.content-news .head a:hover{
  color: #111;
}

.content-news .head span{
  color: gray;
}

.content-news .meta span{
  margin-right: 20px;
  color: gray;
  font-size: 15px;
}

.content-news h4.special{
  border-radius: 3px;
  background: #dff7ff;
  border: 1px dashed #1c617b;
  text-align: justify;
  font-size: 15px;
  line-height: 23px;
  padding: 10px;
  margin: 20px 0;
}

.content-news .social-link li{
    display: inline;
}

.content-news .social-link .fa {
    font-size: 17px;
    width: 32px;
    height: 32px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    margin: 10px 0;
    border-radius: 50%;
    border: 2px solid silver;
    color: silver;
}

.content-news .social-link li a.fa-facebook:hover{
  background-color: #3a589d;
  color: #fff;
  border: 2px solid #3a589d;
}

.content-news .social-link li a.fa-twitter:hover{
  background-color: #2478ba;
  color: #fff;
  border: 2px solid #2478ba;
}

.content-news .social-link li a.fa-envelope-o:hover{
  background-color: #111;
  color: #fff;
  border: 2px solid #111;
}

.content-news .social-link li a.fa-pinterest:hover{
  background-color: #cb2320;
  color: #fff;
  border: 2px solid #cb2320;
}

.content-news .social-link li a.fa-google-plus:hover{
  background-color: #dd4e31;
  color: #fff;
  border: 2px solid #dd4e31;
}

.content-news .social-link li a.fa-linkedin-square:hover{
  background-color: #0072b7;
  color: #fff;
  border: 2px solid #0072b7;
}

.btn-req{
  background: #fba646;
  border: 1px solid #fba646;
}

.btn-req:hover{
  background: #003082;
  border: 1px solid #003082;
}

.content-news .card-img-top{
  padding: 10px;
}

.content-news .list-card-img-top img{
    width: 100%;
    object-position: 50% 50%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 130px;
    margin-bottom: 10px;
}

.content-news .list-card-img-top h6{
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.3;
    height: 60px;
    overflow: hidden;
    color: #0a0a0a;
}

.content-news .list-card-img-top p{
  color: #777;
    font-size: 12px;
    overflow: hidden;
    direction: ltr;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    white-space: nowrap;
}

.reply form label{
  font-weight: 600;
  color: #222;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.reply form input,
.reply form textarea{
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  transition: color .3s, border .3s, background .3s, opacity .3s;
  border-radius: 0;
  border-color: #ddd;
  font-family: "Roboto", sans-serif;
}

.reply form input:focus,
.reply form textarea:focus{
  box-shadow: 0 0 5px #ccc;
  border-color: #ddd;
}

.reply form input:hover,
.reply form textarea:hover{
  box-shadow: inset 0 -1.8em 1em 0 transparent;
}

.reply form button{
  background-color: #003082;
  color: #fff;
  box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
  border-color: rgba(0,0,0,0.05);
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
}

@media only screen and (max-width: 576px){
  .content-news .list-card-img-top h6{
    height: auto;
  }

  #side-bar{
    padding-left: 15px !important;
  }

  #side-bar .study-abroad .list-card-img-top img{
    height: auto;
  }

  #side-bar .study-abroad .list-card-img-top h6{
    height: auto;
  }
}