/**
 * Fonts
 * -----------------------------------------------------------------------------
 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&subset=latin-ext,vietnamese');
/**
/**
* 2.0 - Header
* -----------------------------------------------------------------------------
*/
.header-page {
    float: left;
    width: 100%;
    position: relative;
    z-index: 99;
}
.header-top-page{
    background: #2e3751;
    height: 45px;
}
.content-header {
    float: left;
    width: 100%;
    background: #fff;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; 
    position: relative;
}
.content-header .container{
    position: relative;
}
.logo {
    float: left;
    z-index: 5;
    margin: 10px 5px;
}
.logo img {
}
.content-wrap{
    float: left;
    width: 100%;
}
.left-top-header {
    float: left;
    padding: 11px 0px 8px 0px;
}
.left-top-header p {
    float: left;
    color: #fff;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}
.left-top-header p a{
    color: #fff;
}
.left-top-header span {
    float: left;
    color: rgba(255, 255, 255, 0.44);
    margin-right: 15px;
}
.right-top-header{
    float: right;
    padding: 11px 0px 8px 0px;
}
.right-top-header p{
    float: left;
    color: #fff;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}
.right-top-header p a{
    float: left;
    color: #fff;
}
.right-top-header p a:hover{
    text-decoration: underline;
}
.right-top-header p a i{
    margin-right: 6px;
}
.right-top-header span{
    float: left;
    margin-right: 15px;
    margin-top: -3px;
    color: #fff;
}
.top-header-page{
    float: left;
    width: 100%;
    background: #1f4ca1;
}
.left-top-header p i{
    margin-right: 6px;
}

.box-search-index {
    position: relative;
    z-index: 9;
    margin-right: 0;
    margin-left: 30px;
    margin-top: 12px;
}
.form-text-search {
    position: absolute;
    right: -30px;
    width: 280px;
    background: #1f4ca1;
    padding: 1px 1px;
    top: 54px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; 
}
.st-input-text{
    width: 100%;
    height: 34px;
    padding-left: 10px;
    font-size: 13px;
    border: none;
    background: #1f4ca1;
    color: #fff;
}
input.ion-ios-search-strong {
    position: absolute;
    right: 3px;
    top: 3px;
    background: url(../images/icon_search.png) 8px 6px no-repeat;
    border: none;
    text-indent: -8000px;
    width: 35px;
    background-size: 18px;
    height: 30px;
}
.box-search-index:hover .form-text-search{
    top: 34px;
    opacity: 1;
    visibility: visible;
}
/* End Header*/

/**
* 3.0 - Main menu
* -----------------------------------------------------------------------------
*/
.main-menu{
    float: right;
    margin-top: 35px;
    margin-bottom: 30px;
    display: flex;
}
.main-menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    text-align: right;
}

.main-menu > ul:before,
.main-menu > ul:after {
    content: "";
    display: table;
}

.main-menu > ul:after {
    clear: both;
}

.main-menu > ul > li {
    float: initial;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
}
.main-menu > ul > li a {
        text-decoration: none;
    padding: 11px 0px 5px 0px;
    display: block;
    font-weight: 700;
    font-size: 18px;
    text-transform: initial;
    position: relative;
    font-family: 'Quicksand', 'Open Sans', sans-serif;
    margin: 0px 15px;
    color: #5d5d5d;
}
.main-menu > ul > li:hover > a, .main-menu > ul > li.active > a{
    border-radius: 0px;
    color: #8fb849;
    border-bottom: none;
}
.main-menu > ul > li > a{
}
.main-menu > ul > li:last-child a{
    margin-right: 0px;
}
.main-menu > ul > li:first-child a{
    margin-left: 0px;
}
.main-menu > ul > li:hover {
}
.main-menu > ul > li:hover > ul{
    display: block;
}
.main-menu > ul > li > ul {
    display: none;
    width: 200px;
    background: #fff;
    padding: 0px;
    position: absolute;
    z-index: 99;
    left: 15px;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    text-align: left;
    box-shadow: 0px 2px 3px rgba(154, 142, 142, 0.48);
    margin: 0px;
}
.main-menu > ul > li > ul:before,
.main-menu > ul > li > ul:after {
    content: "";
    display: table;
}

.main-menu > ul > li > ul:after {
    clear: both;
}

.main-menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 100%;
    background: none;
    float: left;
    position: relative;
}

.main-menu > ul > li > ul > li a {
    color: #777;
    padding: 11px 15px 8px 15px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(204, 204, 204, 0.63);
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    margin: 0px;
}
.main-menu > ul > li > ul > li a:hover{
    color: #000;
    background: rgba(235, 235, 235, 0.72);
}
.main-menu > ul > li > ul > li > a{
    color: #000;
    font-weight: 600;
} 
.main-menu > ul > li > ul > li > ul {
    padding: 0;
    margin: 0px;
    list-style: none;
    box-sizing: border-box;
    position: absolute;
    left: 130%;
    min-width: 210px;
    background: #fff;
    top: 0px;
    box-shadow: 0px 0px 5px #ccc;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s; 
    visibility: hidden;
    opacity: 0;
}
.main-menu > ul > li > ul > li:hover > ul{
    left: 100%;
    visibility: visible;
    opacity: 1;
}
.main-menu > ul > li > ul > li > ul:before,
.main-menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.main-menu > ul > li > ul > li > ul:after {
    clear: both;
}

.main-menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 0px 0;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
}

.main-menu > ul > li > ul > li .fa-caret-right{
    position: absolute;
    right: 11px;
    top: 12px;
}
.main-menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.main-menu > ul > li > ul.normal-sub {
    width: 200px;
    left: auto;
    padding: 5px 20px 9px 20px;
    background: rgba(8, 132, 57, 0.78);
    border-top: 5px solid #178544;
}
.main-menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.main-menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}
.main-menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 9px 0px;
    border-bottom: 1px solid rgba(226, 222, 222, 0.31);
    color: #dad1d1;
}
.main-menu > ul > li > ul.normal-sub > li a:hover{
    color: #fff;
}
.main-menu > ul > li > ul.normal-sub > li:last-child a{
    border-bottom: none;
}
.main-menu > ul > li:last-child > ul {
    right: 0px;
    left: initial;
}
.normal-sub li a:before {
    content: "•";
    line-height: 0;
    margin-right: 10px;
    font-size: 19px;
    position: static;
    color: #27AE61;
    margin-top: 9px;
    float: left;
}
.main-menu > ul > li:hover > a:before {
    width: 50%;
    border-radius: 0;
    -moz-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    display: none;
}
.main-menu > ul > li:hover > a:after {
    width: 50%;
    border-radius: 0;
    -moz-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    display: none;
}
.main-menu > ul > li > a:after {
    content: "";
    height: 1px;
    position: absolute;
    right: 20px;
    width: 0;
    top: 75%;
    margin-top: 0px;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #ccc;
    display: none;
}
.main-menu > ul > li > a:before {
    content: "";
    height: 1px;
    position: absolute;
    left: 20px;
    width: 0;
    top: 75%;
    margin-top: 0px;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    display: none;
    background: #ccc;
}
.main-menu > ul > li.active > a:before, .main-menu > ul > li.active > a:after{
    width: 50%;
}
/*End main menu*/

/**
* 4.0 - Footer
* -----------------------------------------------------------------------------
*/
footer.flw{
    float: left;
    width: 100%;
    background: url(../images/bg-footer.jpg) 0 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
} 
.ht-footer {
    padding: 0px 0 30px 0;
    color: #fff;
    margin-top: 40px;
}
.widget {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.widget_text .textwidget {
    float: left;
    width: 100%;
}
.footer-col {
    float: left;
    width: 100%;
}
.footer-desc .logo {
    margin-bottom: 20px;
    margin-top: -50px;
}
.footer-content {
    float: left;
    width: 100%;
}
#text-3 a {
    color: #fff;
    font-size: 14px;
}
#text-3 a:hover{
    text-decoration: underline;
}
#text-3 {
    float: left;
    width: 100%;
    margin-top: 5px;
    padding-left: 0px;
}
.footer-content p a{
    color: #fff;
    margin-left: 12px;
}
#text-3 p{
    color: #fff;
    line-height: 23px;
    font-size: 14px;
}
#text-3.color17 a{
    color: #fff;
}
.footer-content p a:hover {
    color: #fff;
    text-decoration: none;
}
.widget_text .textwidget p {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin-top: 0px;
}
.footer-contact-info li {
    position: relative;
    line-height: 21px;
    font-size: 14px;
    padding: 8px 0 8px 30px;
    color: #fff;
}
.ht-footer li {
    list-style: none;
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
.ht-footer li a i{
    margin-right: 7px;
}
.ht-footer p i{
    margin-right: 7px;
}
.widget-title {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    padding-bottom: 0px;
    margin-bottom: 6px;
    margin-top: 7px;
    position: relative;
}
.footer-email-input {
    height: 50px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 50px;
    background: rgba(0, 0, 0, 0);
    border: 0;
    color: #fff;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #686868;
    font-family: Roboto;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.footer-email-submit {
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.footer-box-split {
    position: relative;
    overflow: hidden;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}
.footer-box-split a {
    margin-bottom: 15px;
    display: block;
}
.footer-box-split img {
    width: 100%;
}
.fw-main-row{
    float: left;
    width: 100%;
}
.footer-contact-info span {
    position: absolute;
    left: 0;
    margin-top: 4px;
    color: #fff;
}
.footer-popular-post dt {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}
.footer-popular-post a {
    line-height: 18px;
    color: #636363;
    font-size: 15px;
}
.footer-popular-post a:hover{
    color: #fff;
}
.footer-popular-post dd {
    float: left;
    width: 100%;
    border-bottom: 1px solid #272727;
    font-size: 12px;
    padding-bottom: 12px;
    margin-bottom: 14px;
}
.footer-popular-post dd:before {
    font-size: 14px;
    margin-right: 5px;
}
.footer-popular-post dd i{
    font-size: 14px;
    margin-right: 5px;
}
.footer-email p{
    color: #fff;
    font-weight: 400;
}
.footer-email-submit{
    background: #27AE61;
}
.footer-email-submit:hover {
    background: #181818;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.footer-email-label:before {
    position: absolute;
    right: 19px;
    top: 14px;
    color: #686868;
    font-size: 20px;
}
.footer-email-label{
    position: relative;
    margin-top: 15px;
}
.copyright {
    background: #1f4ca1;
    padding: 5px 0 3px 0px;
    position: relative;
    min-height: 20px;
    color: #fff;
}
.left-copyright {
    float: left;
    margin: 7px;
    font-size: 12px;
    text-align: left;
    line-height: 24px;
}
.scroll-to-top {
    background: #888;
    color: #000;
    font-size: 24px;
    width: 34px;
    height: 34px;
    text-align: center;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
}
.right-copyright {
    float: right;
}
.copy-right-social li {
    display: inline-block;
    margin: 3px;
}
.copy-right-social a {
    display: block;
    text-align: center;
    color: #fff;
    margin-right: 11px;
    padding-top: 14px;
}
.copy-right-social a:hover{
    color: #fff;
    border: 1px solid #fff;
}
.left-copyright .site-name {
    font-weight: 500;
    color: #aba6a6;
    margin-left: 5px;
}
.left-copyright .designed-by {
    font-weight: 900;
    color: #636363;
}
.left-copyright span{
    color: #827b7b;
}
/*End footer*/



.menu-left{
    float: left;
}
.logo{
    position: absolute;
    width: 190px;
    height: 160px;
    margin: 0;
    background: url(../images/bg-logo.png) 0px -12px no-repeat;
    text-align: center;
    background-size: 100%;
}
.logo a{
    display: inline-block;
    padding-top: 11px;
}

.form-text-search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.form-text-search ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.form-text-search :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.form-text-search :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.section-1-index{
    float: left;
    width: 100%;
}
.item-slider-index{
    position: relative;
}
.item-slider-index .title {
    position: absolute;
    top: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    display: table;
}
.item-slider-index .title .vertical{
    display: table-cell;
    vertical-align: middle;
}

.item-slider-index .title .vertical h2{
    font-size: 45px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.item-slider-index .title .vertical p{
    font-size: 25px;
    color: #fff;
    font-weight: 900;
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}
.item-slider-index .title .vertical .view{
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    margin-top: 5px;
    background: #1f4ca1;
    height: 50px;
    display: inline-block;
    width: 160px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transition-duration: 1.3s;
    -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
.item-slider-index .title .vertical .view:hover{
    background: #8fb849;
}

.owl-item.active .item-slider-index .title .vertical h2{
    visibility: visible;
    opacity: 1;
}
.owl-item.active .item-slider-index .title .vertical p{
    visibility: visible;
    opacity: 1;
}
.owl-item.active .item-slider-index .title .vertical .view{
    visibility: visible;
    opacity: 1;
}

.banner-slider-index .owl-dots{
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.banner-slider-index .owl-dots .owl-dot{
    background: #ccc;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0px 5px;
}
.banner-slider-index .owl-dots .owl-dot.active{
    background: #1f4ca1;
}
.banner-slider-index .owl-nav{
    position: absolute;
    top: 43%;
    width: 100%;
}
.banner-slider-index .owl-nav .owl-prev{
    height: 40px;
    width: 30px;
    line-height: 0px !important;
}
.banner-slider-index .owl-nav .owl-next{
    height: 40px;
    width: 30px;
    line-height: 0px !important;
    float: right;
}
.banner-slider-index .owl-nav .owl-prev span{
    font-size: 60px;
    color: #fff;
}
.banner-slider-index .owl-nav .owl-next span{
    font-size: 60px;
    color: #fff;
}
.section-2-index{
    float: left;
    width: 100%;
    margin-top:40px;
}
.news-event{

}
.title-standard{
    float: left;
    width: 100%;
    border-bottom: 2px solid #1f4ca1;
    margin-bottom: 30px;
}
.title-standard h2{
    float: left;
    background: #1f4ca1;
    color: #fff;
    font-size: 23px;
    padding: 13px 25px 12px 25px;
    margin: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.list-news-event{
    float: left;
    width: 100%;
}
.item-news-event{
    float: left;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
.item-news-event .img{
    width: 175px;
    float: left;
    text-align: center;
}
.item-news-event .title{
    float: left;
    width: Calc(100% - 175px);
    padding-left: 30px;
}
.item-news-event .title h3{
    margin: 10px 0px 12px 0px;
}
.item-news-event .title h3 a{
    font-size: 20px;
    color: #494949;
}
.item-news-event .title h3 a:hover{
    color: #8fb849;
}
.item-news-event .title span{
    color: #878787;
    font-size: 12px;
}
.item-news-event .title span i{
    margin-right: 5px;
}
.item-news-event .title p{
    font-family: 'Roboto';
    font-size: 14px;
    color: #6b6b6b;
}
.view-detail{
    float: left;
    width: 110px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #8fb849;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
}
.view-detail:hover{
    background: #1f4ca1;
}
.list-news-event .item-news-event:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.gochoctap {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 14px #2e4ad821;
    border-radius: 45px;
}
.title-full-icon{
    border-bottom: #8fb849;
}
.title-full-icon h2 {
    float: left;
    width: 100%;
    background: #8fb849;
    color: #fff;
    font-size: 23px;
    padding: 18px 25px 12px 25px;
    margin: 0;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    text-align: center;
}
.title-full-icon h2 img {
    margin-right: 10px;
    display: inline-block;
    margin-top: -13px;
}

.gochoctap .list-news-event {
    padding: 0px 20px;
}
.gochoctap .list-news-event .item-news-event .img {
    width: 91px;
    float: left;
}
.gochoctap .item-news-event .title {
    float: left;
    width: Calc(100% - 91px);
    padding-left: 10px;
}
.gochoctap .item-news-event .title h3 a {
    font-size: 16px;
}
.gochoctap .item-news-event .title h3 a:hover{
    color: #8fb849;
}
.gochoctap .item-news-event .title h3 {
    margin: 0px 0px 5px 0px;
    font-size: 16px;
}
.gochoctap .item-news-event .title p {
    margin: 5px 0;
}
.btn-view-more{
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 14px;
    padding-top: 1px;
}
.btn-view-more a{
    display: inline-block;
    width: 100%;
}
.section-3-index{
    float: left;
    width: 100%;
    background: url(../images/bg-index.jpg);
    margin-top: 70px;
    border-top: 4px solid #8fb849;
    padding-bottom: 40px;
}
.title-hot-news {
    text-align: center;
    margin-top: -35px;
}
.title-hot-news h2{
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    background: #8fb849;
    color: #fff;
    padding: 20px 45px;
    border-radius: 50px;
    margin: 0;
}
.tab-hot-news{
    float: left;
    width: 100%;
    text-align: center;
}
.tab-hot-news ul{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 50px 0;
}
.tab-hot-news ul li{
    display: inline-block;
    margin: 11px 10px;
}
.tab-hot-news ul li a {
    color: #1f4ca1;
    background: #fff;
    font-weight: 700;
    padding: 6px 15px;
    border-radius: 50px;
}
.tab-hot-news ul li a:hover{
    background: #8fb849;
    color: #fff;
}

.item-index-hot{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 12px #1f1c1c;
}
.item-index-hot .img{
    padding: 34%;
    position: relative;
}
.item-index-hot .img a{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.item-index-hot .img a img{
    object-fit: cover;
    height: 100%;
    object-position: center;
    width: 100%;
}
.item-index-hot .title{
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
}
.item-index-hot .title h3 {
    margin: 0px 0px 10px 0;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 21px;
}
.item-index-hot .title h3 a {
    font-size: 16px;
    color: #494949;
}
.item-index-hot .title span{
    color: #878787;
    font-size: 12px;
}
.item-index-hot .title span i{
    margin-right: 5px;
}
.item-index-hot .title p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 83px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.section-4-index{
    float: left;
    width: 100%;
    padding-top: 50px;
}
.event-no-border{
    box-shadow: none;
    margin-bottom: 30px;
}
.event-no-border .list-news-event {
    padding: 0px 0px;
}

.album-index{
margin-bottom: 30px;
}
.album-index .title-standard h2{
    background: #8fb849;
}
.album-index .title-standard{
    border-bottom: 2px solid #8fb849;
}
.album-index .row{
    margin: 0px -7px;
}
.item-album-index {
    float: left;
    width: 33.3333%;
    padding: 0px 7px;
    margin-bottom: 15px;
}
.item-album-index a {
    padding: 43%;
    position: relative;
    float: left;
    border-radius: 7px;
    overflow: hidden;
    min-width: 100%;
}
.item-album-index a img{
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    height: 100%;
    min-width: 100%;
}

.fanpage img, .fanpage iframe{
    width: 100%;
}
.logo-footer{
    text-align: center;
    margin-bottom: 15px;
}
.notice-fb a{
    margin-left: 15px;
    color: #fff;
}


.contact-page .title-1 {
  margin-bottom: 30px;
}
.contact-page .title-1:before {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.contact-page .title-1:after {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.contact-info {
  color: #474646;
  float: left;
}
.contact-info h3 {
  color: #045bc4;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.contact-info p {
  margin-bottom: 12px;
}
.contact-info p strong {
  float: left;
}
.contact-info p span {
  margin-left: 70px;
  display: block;
}
.form-contact{
    padding: 20px;
    float: left;
    width: 100%;
}
.contact-form{
    margin-bottom: 30px;
}
.contact-form .input-contact {
  height: 44px;
  border: 1px solid #cccccc;
  font-size: 13px;
  padding: 10px 15px;
  width: 100%;
  outline: 0;
}
.contact-form .input-contact ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7f7d7d;
}
.contact-form .input-contact ::-moz-placeholder {
  /* Firefox 19+ */
  color: #7f7d7d;
}
.contact-form .input-contact :-ms-input-placeholder {
  /* IE 10+ */
  color: #7f7d7d;
}
.contact-form .input-contact :-moz-placeholder {
  /* Firefox 18- */
  color: #7f7d7d;
}
.contact-form .input-contact:focus {
  border-color: #b3cded;
}
.contact-form .paragraph-contact {
  height: 162px;
  width: 100%;
  border: 1px solid #cccccc;
  font-size: 13px;
  padding: 10px 15px;
  width: 100%;
  outline: 0;
  display: block;
}
.contact-form .paragraph-contact ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7f7d7d;
}
.contact-form .paragraph-contact ::-moz-placeholder {
  /* Firefox 19+ */
  color: #7f7d7d;
}
.contact-form .paragraph-contact :-ms-input-placeholder {
  /* IE 10+ */
  color: #7f7d7d;
}
.contact-form .paragraph-contact :-moz-placeholder {
  /* Firefox 18- */
  color: #7f7d7d;
}
.contact-form .paragraph-contact:focus {
  border-color: #b3cded;
}
.contact-form .submit-contact {
  height: 44px;
  border: 0;
  outline: 0;
  color: #fff;
  background-color: #8fb849;
  font-size: 13px;
  font-weight: bold;
  line-height: 44px;
  padding: 0 30px;
  display: inline-block;
  vertical-align: top;
}