﻿/*#region Layout */
/*body {
    color: #333;
    font-size: 13px;
    /* font-family: Arial, sans-serif; */
    font-family: 'segoe ui', ubuntu, sans-serif;
    font-weight: 300;
    overflow-y: auto;
    overflow-x: hidden;
    line-height: 22px;
    background: #fff !important;
} */

a {
    cursor: pointer;
    color: #333;
    line-height:22px;
}

    a:hover {
        color: #dd7500;
    }

h1, h2, h3, h4, h5, h6 {
    /* font-family: Roboto Condensed, sans-serif; */
    font-family: 'segoe ui', ubuntu, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

img {
    /* width: 100%; */
    /* max-width: 100%; */
}
.banner-left
{
    margin-top:5px;
}
.logo img {
    width:auto;
}
.image-progress img
{
    width:auto;
}
a:hover, a:active, a:focus, a:visited {
    text-decoration: none;
}


ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.break {
    clear: both;
    margin-top: 30px;
}

.p-left-0 {
    padding-left: 0;
}

.p-right-0 {
    padding-right: 0;
}

#Render-Body {
}
/*#endregion */

/*#region SCROLL BAR */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #FFF;
    -webkit-box-shadow: inset 1px 1px 2px #E0E0E0;
    border: 1px solid #D8D8D8;
}

::-webkit-scrollbar-thumb {
    background: #322f31;
    -webkit-box-shadow: inset 1px 1px 2px rgba(155,155,155,0.4);
}

    ::-webkit-scrollbar-thumb:hover {
        -webkit-box-shadow: inset 1px 1px 10px rgba(0,0,0,0.3);
    }

    ::-webkit-scrollbar-thumb:active {
        background: #888;
        -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
    }
/*#endregion */

/*#region Lên đầu trang */
#go_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    background-color: #dd7500;
    border-color: #dd7500;
}

    #go_top:hover {
        background-color: #e36500;
        border-color: #e36500;
    }
/*#endregion */

/*#region header */
.banner {
    background: #fff;
    padding: 5px 0;
    margin-bottom: 10px;
}

.navbar-default {
    border-color: transparent;
    min-height: 0;
    margin:0;
    border: none;/* Safari 4-5, Chrome 1-9 */
    background-color:transparent;
    /* 
    -webkit-box-shadow: 0px 3px 0px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: 0px 3px 0px 0px rgba(255,255,255,0.2);
    box-shadow: 0px 3px 0px 0px rgba(255,255,255,0.2);
   
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);/* FF3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));/* Chrome,Safari4+ 
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);/* Chrome10+,Safari5.1+
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);/* Opera 11.10+ 
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);/* IE10+
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);/* W3C 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );/* IE6-8 
    */
    background-image:url("Images/Site/menu-bg.png");
    background-repeat:repeat-x;
    background-position:center top;
    background-color: #0cc153;
}

    .navbar-default .navbar-nav > li > a {
        color: #313131;
        text-transform: none;
        font-size: 17px;
        font-weight: 600;
        transition: all 300ms ease;
    }

        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            /*background: #e84807;*/
            color:#E80707;
        }
        
.navbar-default .navbar-toggle .icon-bar {
    background-color: #222;
}
.dropdown-menu {
   
top: 100%;
   
left: 0;
   
display: none;/*bõ cái này ra là rê chuột vô nó xổ xuống luôn */
   
float: left;
   
min-width: 250px;
   
padding: 1px;
   
margin: 2px 0 0;
   
font-size: 14px;
   
text-align: left;
   
list-style: none;
   
background: #fff;
   
-webkit-background-clip: padding-box;
   
background-clip: padding-box;
   
border: 0;
   
border-radius: 0;
   
-webkit-box-shadow: none;
   
box-shadow: none;
   
opacity: 0;
   
-webkit-transition: opacity .25s ease .1s;
   
-moz-transition: opacity .25s ease .1s;
   
-o-transition: opacity .25s ease .1s;
   
-ms-transition: opacity .25s ease .1s;
   
transition: opacity .25s ease .1s;
   
z-index: 9999;
   
margin-left: 0;
}
    .dropdown-menu > li > a {
        display: block;
        padding: 7px 20px;
        clear: both;
        font-weight: 400;
        line-height: 22px;
        color: #2F2F2F;
        white-space: nowrap;
        font-size: 13px;
    }

    .dropdown-menu li {
       border: 1px solid #eee;
         border-top: none;
        -webkit-transition: height .25s ease .1s;
        -moz-transition: height .25s ease .1s;
        -o-transition: height .25s ease .1s;
        -ms-transition: height .25s ease .1s;
        transition: height .25s ease .1s;
        background-color:#fcfcfc;
    }
    
    .dropdown:hover > a
    {
        color:#E80707 !important;
    }
    .dropdown:hover .dropdown-menu 
    {
        opacity: 1;
        display:block;
        position:absolute;
    }
/*
    li.active a
    {
        background: none !important;
        color:#E80707 !important;
    }
*/
    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #E80707;
    }



@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#fff;
        background: #009CDE;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1881bd;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #fff;
        background-color: transparent
    }
    .dropdown:hover .dropdown-menu 
    {
        display:none;
    }
}

@media (min-width: 768px)
{
    .navbar-nav>li>a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

/*#endregion */

/*#region index */
.slick-slider {
    margin-bottom: 20px;
    z-index: 0;
}


.slide-caption {
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 13px;
    padding: 2px;
    width:25%;
    margin-bottom:60px;
}
.slide-caption a
{
  color:red;
}

    .slide-caption h2 {
        margin-bottom: 0 !important;
        margin-top: 5px;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
        font-size: 18px;
        text-transform: uppercase;
        padding-bottom: 1px;
    }
    

.btnTab i {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 7px solid #FFF;
    font-size: 36px;
    padding: 12px 12px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    color: #FFF;
    margin-bottom: 10px;
}

.about-index h1 {
    font-size: 26px;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 20px;
    font-weight: 500;
}

.about-index {
    font-family: Roboto Condensed,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #444;
}

    .about-index img {
        width: auto;
    }

.box-slide {
    height: 40px;
    margin-top: -40px;
    background: rgba(21, 114, 166, 0.9);
}

    .box-slide a {
        color: #fff;
        padding-top: 12px;
        display: inline-block;
        padding-left: 20px;
    }

.bs-left {
    background-color: #1881bd;
    width: 100px;
    height: 40px;
    float: left;
}

.arrow-right {
    border-bottom: 40px solid #1881bd;
    border-right: 35px solid transparent;
    float: left;
    height: 0;
    width: 0;
}

.bs-left h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    padding-top: 12px;
    padding-left: 5px;
}

.project-index {
    /*background: #F9F9F9;
    border-top: 1px solid #ddd;*/
    /*border-bottom: 1px solid #ddd;*/
    margin-top: 20px;
    padding: 20px 0;
    padding-bottom: 50px;
}

    .project-index h2 {
        font-size: 26px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 300;
        margin-bottom: 30px;
    }

        .project-index h2 b {
            color: #dd7500;
            font-weight: 600;
        }

    .project-index img {
        width: auto;
        margin-bottom: 15px;
        height:170px;
    }

    .project-index .col-md-20 {
        text-align: center;
    }

    .project-index p {
        font-family: Roboto, sans-serif;
        font-size: 17px;
    }

.col-md-20 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.news-index {
    /*margin-top: 50px;*/
    background-color: #F1F1F1;
    padding-bottom: 50px;
}

    .news-index h2 a {
        background-color: #dd7500;
        display: block;
        padding: 10px 0;
        margin-top: -20px;
        margin-bottom: 10px;
        font-size: 16px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }

    .news-index ul > li.media {
        border-bottom: 1px dashed #CCC;
        margin: 0;
        padding: 12px 0;
    }

        .news-index ul > li.media:last-child {
            border: none;
        }

    .news-index .media-left {
        width: 24%;
    }

    .news-index .media h4 {
        font-size: 18px;
        margin-top: 0px;
        margin-bottom: 10px;
        color: #003866;
    }

    .news-index .media p {
        font-family: Roboto,sans-serif;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
    }

.read-more {
    font-family: Roboto,sans-serif;
    color: #dd7500;
    float: right;
    font-size: 14px;
}

.fb-index {
    margin-top: 20px;
}

/*#endregion */

/*#region footer */
footer {
    background-color: #eee;
    color: #fff;
    font-family: Roboto,sans-serif;
    font-size: 14px;/* Safari 4-5, Chrome 1-9 *//* Safari 5.1, Chrome 10+ *//* Firefox 3.6+ *//* IE 10 *//* Opera 11.10+ */
    border-top: 1px solid #dedede;
    margin-top: 20px;
}

    footer .f-content {
        padding-top: 20px;
        color: #6F6D6D;
        line-height: 24px;
    }

.footer-ribbon {
    position: absolute;
    margin: -70px 0 0 0;
    padding: 10px 20px 6px 20px;
    color: #00435A;
    font-size: 1.6em;
    background: #BFC5CC;
}
.footer-ribbon:before {
        left: -10px;
        border-right: 10px solid #4C4C4C;
        border-top: 16px solid transparent;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        top: 0;
        width: 7px;
    }
footer h4 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #222;
}

ul.contact-details li {
    line-height: 28px!important;
}

ul.contact-details i {
    text-align: center;
    width: 16px;
    top: -2px;
    margin: 7px 6px 0 0;
    font-size: 1.2em;
}

ul.contact-details span {
    display: block;
    /* padding-left: 25px; */
    line-height: 18px;
    padding-bottom: 10px;
    margin-top: -21px;
}

.tag-footer li {
    float: left;
}

.tag-footer li a {
        border: 1px solid #ccc;
        padding: 3px;
        border-radius: 3px;
        margin: 5px;
        display: block;
        color: #fff;
        font-size: 13px;
    }

.tag-footer li a:hover {
            background: #F58220;
            border-color: #F58220;
        }

.subs-news {
    background: #BFC5CC;
    padding: 5px 5px 10px;
    overflow: auto;
    text-align: center;
}

    .subs-news p {
        color: #004B8B;
        font-size: 15px;
        margin-bottom: 10px;
        font-family: Roboto,sans-serif;
    }

    .subs-news a {
        float: right;
        margin-right: 1%;
        border-radius: 0;
        outline: none;
        border: none;
        background: #08618f;
        width: 98%;
        color: #fff;
        margin-top: 10px;
        padding: 5px 20px;
    }

    .subs-news .input-content {
        width: 48%;
        float: left;
        background-color: #fff;
        border: none;
        padding: 5px 10px;
        font-size: 13px;
        font-family: 'Roboto Condensed','Lucida Sans Unicode','Lucida Grande',sans-serif;
        color: #444;
        margin: 1%;
        outline: none;
        height: 30px;
    }

.c-right {
    background: #383838;
    /* height: 30px; */
    /* margin-top: 20px; */
    padding: 10px 0px 10px 0px;
}

    .c-right span {
        display: block;
        float: left;
        font-size: 12px;
        padding-top: 5px;
    }
    .c-right a{
      color:Yellow;
}

/*#endregion */


/* NGUYỄN VĂN VIỆT THÊM VÀO */

/* Partner session */
#partner {
  background: url(Images/Site/partner_bg.png) 50% 50% no-repeat;
  background-size: cover;
  padding:30px 0px 40px 0px;
}

#partner {
  color: #fff;
  text-align: center;
}

#partner h2, 
#partner h3 {
  color: #fff;
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width:100%;
  text-align:center;
}

.partners ul li{
  display: inline-block;
  padding:10px 20px 10px 20px;
}
.partners ul li img
{
    height:80px;
    width:auto;
}

/***********************
********* Footer ******
************************/
#bottom {
  background: #f5f5f5;
  padding:30px 0px 40px 0px;
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
  padding-top:20px;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  height: 25px;
  padding: 5px 0;
  overflow: hidden;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #c52d2f;
}

#bottom .widget {
  margin-bottom: 0;
}

/* Các icon ngôn ngữ */
.Menu
{
    position:relative;
}
/* right column */
.col-md-4
{
    float:left;
}

.box-right h3 {
    background: #1881BD;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 10px;
}

.quotation li {
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px dashed #D5DBDD;
}

    .quotation li:before {
        content: "";
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f101";
        padding-right: 5px;
    }

    .quotation li a {
        text-transform: uppercase;
        font-size: 13px;
    }

    .box-right .media-list {
        padding-top: 10px;
    }
    .box-right ul.media-list > li {
        border-bottom: 1px #dedede dotted;
        margin: 0;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .box-right ul.media-list > li:last-child, .quotation li:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .box-right ul.media-list .media-left {
        width: 40%;
    }
     .box-right ul.media-list .media-left img{
        max-height:120px;
    }

    .box-right ul.media-list h4 {
        /* margin-top: -5px; */
    }

    .box-right ul.media-list h4 a {
        font-size: 14px;
        color: #333;
    }
  .post-info {
      color: #999;
      margin-top: 5px;
      display: block;
      font-size: 13px;
      font-family: 'Roboto Condensed','Lucida Sans Unicode','Lucida Grande',sans-serif;
      font-weight: normal;
  }
  .container {
       position:relative;
    }
  
/* login form in home */

    
.MemberForm
{
    position:absolute;
    top:250px;
    left:200px;
    z-index:5001;
    padding:20px 20px 20px 20px;
    border-radius: 8px;
    border-radius: 8px !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#08618F), to(#2F2727));/* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #A5B2B9, rgba(212, 212, 212, 0.4));/* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #A5B2B9, rgba(212, 212, 212, 0.4));/* IE 10 */
    background: -ms-linear-gradient(top, #A5B2B9, rgba(212, 212, 212, 0.4));/* Opera 11.10+ */
    background:-o-linear-gradient(top, #A5B2B9, rgba(212, 212, 212, 0.4));
    opacity: 0.8;
    color:White;
    width:200px;
}
.ul-register
{
    display:block;
    margin-top:30px;
}
.MemberForm li
{
    list-style:none;
    margin-left:3px;
    background:url(Images/Icons/play-white.png) no-repeat;
    background-position: 0px 1px;
    padding-left: 20px;
    margin-top:5px;
}
.MemberForm li a
{
  color:White;
}

.btn-login
{
    float:left;
    height: 30px;
    width:100%;
    padding: 0px 20px 0px 20px;
    line-height: 30px;
    vertical-align: middle;
    text-transform: none;
    font-size: 14px;
    color: #000;
    background: #eee;
    border-radius: 5px !important;
    border:0px;
    text-align:center;
}

p.divider {
    height: 0.5px;
    margin: 3px 0 6px;
    border: none;
    background-color:White;
    float:left;
    width:100%;
}



.dropdown-menu-right {
    
    top: 100%;
    right: 0;
    display: none;    
    float: left;
    min-width: 150px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background: #E9E9E9;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px 0px 5px 5px; 
    /* border: #FFFFFF 1px solid; */
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
    z-index: 9999;
    margin-left: -1px;
}
    .dropdown-menu-right > li > a {
        display: block;
        padding: 7px 20px;
        clear: both;
        line-height: 22px;
        color: #000;
        white-space: nowrap;
        font-size: 13px;
        font-family: Roboto Condensed,sans-serif;
    }

    .dropdown-menu-right li {
        border-top: 1px solid #fff;
        -webkit-transition: height .25s ease .1s;
        -moz-transition: height .25s ease .1s;
        -o-transition: height .25s ease .1s;
        -ms-transition: height .25s ease .1s;
        transition: height .25s ease .1s;
    }
    .dropdown-right:hover > .dropdown-menu-right 
    {
        display:block;
        position:absolute;
    }

    .dropdown-right:hover .dropdown-menu-right {
        opacity: 0.9;
    }

    .dropdown-menu-right > li > a:focus, .dropdown-menu-right > li > a:hover {
        color: #222;
        text-decoration: none;
        background-color: #1881bd;
    }
.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    
}
/*slide-program*/
.hl-circle {
    background: url("../images/circle.png") no-repeat scroll center center transparent;
    display: table;
    /* height: 120px; */
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    /* width: 120px; */
    
    border-radius: 60%;
}
.hl-icon2 {
    /*background: url("../images/icon2.png") no-repeat center center;*/
    display: block;
    height: 150px;
    text-indent: -9999px;
    width: 150px;
}
#flexiselDemo3 .thumbnail > .caption
{
    background: none repeat scroll 0 0 #f2f2f2;
    margin-top: -70px;
    padding-top: 90px;
    text-align: center;
}
#flexiselDemo3 .thumbnail
{
    border:none;    
}
#flexiselDemo3 .thumbnail:hover .program0
{
    background: #8DC63F; 
}
#flexiselDemo3 .thumbnail:hover .program1
{
    background: #eb5bab;
}
#flexiselDemo3 .thumbnail:hover .program2
{
    background: #f59409; 
}
#flexiselDemo3 .thumbnail:hover .program3
{
    background: #1D9AD6; 

}
#flexiselDemo3 .thumbnail:hover .program4
{
    background: #e30e0e; 
}
#flexiselDemo3 .thumbnail:hover .program5
{
    background: #C25BEB; 
}
.titleCard
{
    
    margin-bottom:10px;
}
.titleCard a
{
  color:#222;
  text-transform:uppercase;
  font-size: 14px;
  font-weight: 600;
}
#flexiselDemo3 .thumbnail:hover a,#flexiselDemo3 .thumbnail:hover p
{
  color:#fff;
}
/*end slide-program*/
#content
{
    background:#fff;
    margin-bottom:20px;
    border-radius: 5px;
}
/*tin tức nhóm tin*/
.info-items{
  
overflow: hidden;
  
margin: 15px 0;
}
.info-items-left
{
  width:40%;
  float:left;
  margin-right: 10px;
}
.info-items-right
{
  padding-top: 0px;
}
.info-items-right a
{
  /* text-transform:uppercase; */
  color: rgba(21, 20, 20, 0.87);
  font-size: 17px;
  font-weight: 500;
}
.info-items-left img
{
  border-radius:5px;
}
.info-items-right a:hover
{
  color:#e36500;
}
.info-title
{
  margin-bottom: 5px;
  overflow: hidden;
  height: 45px;
}
.info-date
{
  margin-bottom:5px;
  color: #989797;
  font-size: 12px;
  margin-top: -5px;
}
.info-items-right .info-brief
{
  overflow:hidden;
  height:58px
}
.info-items-right .info-brief h3
{
  font-size: 13px;
  line-height: 20px;
}
/*end tin tức ở trang chủ*/
/*tin tức home*/
.accordion h2{
  margin-bottom: 25px;
}
.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title>a{
  color: #4e4e4e;
  
}
h3.panel-title>a:hover
{
    color:#252020 !important;
}
.active>h3.panel-title>a:hover
{
    color:#fff !important;
}
.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #1f1f20;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -34px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #c52d2f;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #c52d2f;
  color: #fff;
}

.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}

.nav-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav-stacked>li+li{
  margin-top: 0;
}

.nav-tabs>li>a:hover{
  background: #1f1f20;
  color:#fff;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #1f1f20;
  position: relative;
}

.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top:0;
}

.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px;
}

.tab-content h2{
  margin-top: 0;
}

.tab-content img{
  border-radius: 4px;
}
.change-lang
{
   height:28px;
   float:right;
   padding-top:5px;
}
.change-lang ul
{
    list-style:none;
    margin:0;
    padding:0;
}
.change-lang ul > li
{
    display:inline-block;  
}
.img-right
{
   
   max-width:210px !important;
}
.skill h2 {
    margin-bottom: 25px;
    padding-top: 5px;
}
.skill a {
    /* color: #252020; */
    /* padding-top: 2px; */
    line-height: 30px;
}
.skill a:hover {
    color: #dd7500;
}
.skill img {
    margin: 0px 20px 20px 0px;
}
.img-left
{
    max-width:300px !important;
    border-radius: 5px;
}
.skill h3 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
}
.title-lastnew
{
    
display: block;
    
max-width: 500px !important;
    
overflow: hidden;
    
height: 24px;
    
line-height: 24px;
}
.media-body a 
{
    color:#1F1F20;
}
.media-body a:hover 
{
    color:#c52d2f;
}
/*end tin tức ở home*/
/*map*/
.contactus-map
{
    float:left;
    height:400px;
    margin-bottom: 20px;
}
@media (max-width:768px)
{
    .contactus-map
    {
        height:300px;    
    }
}
@media (max-width:320px)
{
    .contactus-map
    {
        height:200px;    
    }
}
/*end map*/