@font-face {
    font-family: 'FWDCircularVietWeb';
    src: url(../fonts/FWDCircularVietWeb-Medium.woff) format('woff');font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'FWDCircularVietWeb';
    src: url(../fonts/FWDCircularVietWeb-Bold.woff) format('woff'); font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'FWDCircularVietWeb';
    src: url(../fonts/FWDCircularVietWeb-Book.woff) format('woff');  font-weight: 300;
    font-display: swap;
}

body{
    font-family: Arial, sans-serif !important;
    overflow-x: hidden;
    font-size: 17px;
    font-weight: 100;
    line-height: 1.52857;
}
a{
    color: #ED7D31;
    transition: .25s;
}
a:hover{
    transition: .25s;
    color: #ED7D31;
}
.d-inline{
    display: inline-block;
}
[class*=" col-"], [class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.mobile-menu-bg {
    position: fixed;
    top: 46px;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.mobile-menu-wrap {
    width: 280px;
    position: fixed;
    top: 46px;
    left: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    visibility: hidden;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}

.mobile-menu-wrap.animate {
    transition: all 0.35s ease;
}

.mobile-menu-wrap .logo {
    text-align: center;
    padding: 0 10px;
}

.mobile-menu-wrap .logo img {
    height: 25px;
    width: auto;
}

.mobile-menu-wrap .menu {
    background-color: #fff;
    height: auto;
    overflow: auto;
}

.mobile-menu-wrap .mfooter {
    background-color: #fff;
    height: 30px;
    padding: 10px;
    text-align: center;
    color: #777;
}

.mobile-menu-toggle-btn {
    cursor: pointer;
    background: none;

    text-align: center;
    font-size: 30px;
    display: none;
    margin-right: 10px;
    z-index: 999;
    color: #E87722;

}

.mobile-menu-toggle-btn:hover {
    background: none;
}


@media (max-width: 767.98px) {
    .mobile-menu-toggle-btn {
        display: inline-block;
        vertical-align: middle;
    }

    .open-menu .mobile-menu-bg {
        display: block;
    }

    .open-menu .mobile-menu-wrap {
        visibility: visible;
        opacity: 1;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
    }
}
.header-top{
	padding: 20px 0;
}
.logo img{
	width: 100%;
	height: auto;
}
.d-flex-center{
	display: flex;
	align-items: center;
}
.d-none{
    display: none;
}
.form-control{
	box-shadow: none;
	border-radius: 0;
	padding: 10px 16px;
    font-size: 15px;
    height: auto;
}
.headerSearch{
	border-radius: 0;
}
.headerSearch .btn .fa{
    margin-right: 0;
}
.btn{
	border-radius: 6px;
    font-size: 16px;
    padding: 10px 24px;
    height: auto;

}
.btn-default{
    background-color: #fff;
    transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    color: rgb(232, 119, 34);
    position: relative;
    border:none;
    animation: 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s 1 normal none running hecmEn;
}


.btn-default:hover, .btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 8px 0px;
    background-color: rgb(255, 255, 255);
    color: rgb(232, 119, 34);
}
#nv-block-login{
    left: auto;
    white-space: nowrap;
    right: 0;
    padding: 5px;
    transform: unset;
}
.wrap_login .btn {
    font-size: 14px;
    padding: 0 10px;
    white-space: nowrap;
}
.signed {
    background: #fff;
    box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    padding: 20px;
    width: 250px;
    right: 0;
    left: auto;
}
.nv-info {
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    background-color: #f7f7f7;
    color: #333;
    padding: 10px;
}

.main-menu-box{
	position: relative;
    height: 71px;
    line-height: 70px;
    background: #fff;
    border-top: 1px solid #ed7d31;
    border-bottom: 1px solid #ed7d31;
}
.main-menu{
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}
.main-menu .home{
    display: block;
    font-size: 40px;
}
.main-menu li{
	position: relative;
}
.main-menu li.mega{
	position: static;
}
.main-menu li a{
	color: #000;
	text-transform: uppercase;
    font-size: 15px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    font-weight: 600;
    padding: 0 10px;
    cursor: pointer;
}
.main-menu li a .fa{
    margin-left: 5px;
}
.main-menu>li>a:hover{
   color: #ed7d31;
}
.main-menu li a::before {
    width: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    z-index: -1;
    left: 0;
    height: 0;
    
    transition: 0.4s all;
}

.main-menu li a:hover::before {
    height: 100%;

}
.main-menu .sub-menu{
	display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    width: 100%;

    align-items: baseline;
    padding: 0;
    margin: 0;
    min-width: 250px;
    border: 1px solid #ddd;
}
.main-menu .sub-menu li a{
	padding: 10px;
    text-transform: none;
    font-size: 14px;
    color: #000;
    position: relative;
    display: block;
    line-height: 22px;
    font-weight: 500;
}
.main-menu .sub-menu li a:hover{

    color: #ed7d31;
}
.main-menu .mega .sub-menu > li a {
    padding: 10px;
    text-transform: unset;
    font-size: 14px;
    color: #000;
    position: relative;
    display: block;
    line-height: 22px;
    font-weight: 500;
}

.main-menu .sub-menu > li a:hover::before {
    height: 100%;
}
.main-menu li.mega:hover .sub-menu{
	display: flex !important;
    flex-wrap: wrap;
}
.main-menu li:hover .sub-menu{
	display: block;
}
.main-menu .mega-wrapper {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    background: #fff;
    min-height: 320px;
    max-height: 100vh;
}
.main-menu .mega-wrapper li {
    width: 25%;
}
.main-menu .mega-wrapper>li>a{
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    display: inline-block;
    line-height: 22px;
    font-weight: 700 !important;
    padding: 0 20px;
    padding-bottom: 10px;
    color: #ed7d31;
}.main-menu .mega-wrapper>li>a:before{
	width: 50px;
    height: 2px;
    background: #ed7d31;
    top: 26px;
    left: 20px;
    content: "";
}
.main-menu .mega-wrapper>li>a:hover{
	color: #e5aa16;
}
.main-menu .mega-wrapper ul{
	padding: 0;
	margin: 0;
}
.main-menu .mega-wrapper ul a{
	text-transform: unset;
	padding: 0 0 0 20px;
	font-weight: 700;
}
.main-menu .mega-wrapper ul a:hover{
	color: #e5aa16;
}
.main-menu .mega-wrapper ul a:before{
	display: none;
}
.owl-slider {
    margin-bottom: 40px;
}
.owl-slider .item-slider{
    height: 550px;
    position: relative;
    color: #fff;
}
.owl-slider .banner-info{
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}
.owl-slider .banner-info .title-1{
    font-size: 60px;
    margin-bottom: 20px;
    font-weight: 700;
}
.owl-slider .banner-info .title-2{
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 30px;
}
.owl-slider .banner-info .title-2:after{
    content: '';
    width: 100px;
    height: 3px;
    display: inline-block;
    background: #ED7D31;
    position: absolute;
    left: 0;
    bottom: 0;
}
.owl-slider .owl-nav{
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
}
.owl-slider .owl-nav .owl-prev, .owl-slider .owl-nav .owl-next{
    padding: 30px 10px;
    color: #fff;
}
.owl-slider .owl-nav .owl-prev{
    position: absolute;
    left: 0;
    opacity: 0;
    transition: .35s;
}
.owl-slider:hover .owl-nav .owl-prev{
    position: absolute;
    left: 11%;
    opacity: 1;
    transition: .35s;
}
.owl-slider .owl-nav .owl-next{
    position: absolute;
    right: 0;
    opacity: 0;
    transition: .35s;
}
.owl-slider:hover .owl-nav .owl-next{
    position: absolute;
    right: 11%;
    opacity: 1;
    transition: .35s;
}
.owl-slider  .btn{
    margin-top: 80px;
    font-size: 17px;
    text-transform: uppercase;
}
.owl-slider .owl-dots{
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
}
.owl-slider .owl-dot{
    margin: 0 5px;
    width: 20px;
    height: 3px;
    display: inline-block;
    background: #acacac;
}
.owl-slider .owl-dot.active{
    background: #fff;
}
footer{
	position: relative;
    margin-top: 30px;
    width: 100%;
    background-color: #595959;

}
.copyright-box {
    padding: 20px 0;
    background: #595959;
    color: #A8ADAC;
    border-top: 1px solid #C2C9C7;
    text-align: center;
}
footer h2 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 25px;
}
footer, footer a{
    color: #fff;
}
footer ul {
    padding: 0;
    margin: 0;
}
footer li {
    margin-bottom: 10px;
}
footer p{
    margin-bottom: 0;
}
.block-footer-heading {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 26px;
    padding-top: 5px;
}
.footer-top{
    padding-top: 40px;
    padding-bottom: 10px;
}

.title-social {
    color: #A8ADAC;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
}
.social ul {
    margin: 0;
    padding: 0;
}
.social li {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0 !important;
    text-align: center;
    line-height: 25px !important;
}
.social a {
    color: #ddd !important;
    font-size: 14px;
    text-align: center;
    transition: .25s;
    width: 25px;
    height: 25px;
    line-height: 23px !important;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #ddd;
}
.social img {
    width: 14px;
    height: 14px;
}
.social .fb-like {
    margin-top: 15px;
    display: inline-block;
}

.menu-footer {
    padding: 0;
    margin: 0;

}
.gioi-thieu-box {
    padding: 30px;
    background: #FAE4D3;
    border-radius: 20px 20px 0 20px;
    margin-right: 80px;  
    margin-top: 80px;
}
.title-block-home {

    font-size: 35px;
    font-weight: 700;

    margin-bottom: 10px;
}
.des-block-home{
    text-align: justify;
}
.img-block-home {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.gt-box-img {
    box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    position: absolute !important;
    top: -280px;
    right: -170px;
    left: 40px;
    border-radius: 20px 20px 0 20px;
    overflow: hidden;
}
.gt-box-img img {
    width: 100%;

}

.btn .fa {
    margin-right: 10px;
}
.mrg-t-40{
    margin-top: 40px;
}
.goi-dv {
    padding: 40px 40px 20px 40px;
    background: url(../images/bg-1.jpg) no-repeat center;
    border-radius: 20px;
    background-size: cover;
}
.goi-dv-content {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    height: 97px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    
}
.goi-dv-content a{
    color: #ED7D31;
}


.block-home-left, .block-home-right, .goi-dv-info-box {
    display: flex;
    align-items: center;
}
.block-home-left, .block-home-right, .goi-dv-info-box, .gioi-thieu-box .row{
    margin-right: -40px;
    margin-left: -40px;
}
.block-home-left [class^=col-],.block-home-right [class^=col-] ,.goi-dv-info-box [class^=col-], .gioi-thieu-box [class^=col-]{
    padding-left: 40px;
    padding-right: 40px;
}
.goi-dv .row{
    margin-right: -15px;
    margin-left: -15px;
}
.goi-dv [class^=col-]{
    padding-left: 15px;
    padding-right: 15px;
}
.block-box{
    margin-bottom: 90px;
}
.bg-image .block-box{
    margin-bottom: 0;
}
.block-home-3 .title-block-home, .block-home-3 .des{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}
.block-home-3 .des{
    font-size: 28px;
}
.block-home-3 h4{
    font-size: 16px;
    color: #ED7D31;
    text-align: center;
}
.block-home-3 h4 .fa{
    margin-left: 10px;
}

.hidden-md{
    display: none;
}
.contact-header{
    padding: 0;
    display: flex;
    margin-bottom: 5px;
    vertical-align: top;
}
.contact-header li{
    text-align: center;
}
.contact-header a{
    color: #ED7D31;
    font-size: 16px;
}
.contact-header .btn{
    margin-top: 5px;
}
a.btn{
    color: rgb(232, 119, 34);
}
.btn-sm{
    padding: 5px 25px;
    font-size: 13px;
}
.bg-image{
    padding: 80px 0;
    background: #DBDFE1;
    background-size: cover;
    background-position: center center;
    color: #636363;
    position: relative;
    margin-bottom: 80px;
}

.home footer{
    margin-top: 0;
}
textarea{
    resize: vertical;
}
.search-mobile {
	display: flex;
	justify-content: center;

}

.search-button {
	background-color: #fff;
	color: #ED7D31;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
    border-radius: 5px;
}

.search-form {
	position: fixed;
    top: 20%;
    left: 15px;
    right: 15px;
}

#search-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 999;
}

.close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: transparent;
	color: white;
	border: none;
	cursor: pointer;
}
.bg-gray{
    background: #FEF9F4;
    padding: 80px 0;
}
.bg-gray .title-block-home{
    color: #e87722y;
}
.img-16-9{
    width: 100%;
    padding-top: 52.65%;
    position: relative;
    overflow: hidden;
}
.img-4-3{
    width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}
.img-square{
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.img-16-9 img, .img-4-3 img, .img-square img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.news-list-large{
    position: relative;
}
.news-list-large .date, .news-list-mn .date{
    padding: 2px 25px;
    background: #F2F2F2;
    color: #000;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 3;
}
.news-list-mn .date{
    padding: 2px 15px;
    background: #F2F2F2;
    color: #000
}
.news-list-large .date .day{
    font-size: 25px;
    font-weight: 700;
}
.news-list-mn .date .day{
    font-size: 20px;
    font-weight: 700;
}
.news-list-large .date .month{
    font-size: 14px;
}
.news-list-mn .date .month{
    font-size: 12px;
}
.news-list-large h3{
    padding: 20px;
    background: #fff;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
}
.news-list-large h3:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #ffffff;
    border-left: 16px solid transparent;
    position: absolute;
    top: -27px;
    margin: 0 auto;
    z-index: 9999;
    display: inline-block;
    left: 0;
    right: 0;
}
.news-list-large h3 a{
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
}
.news-list-mn .img-16-9{
    width: 206px;
    flex-basis: 206px;
    flex-shrink: 0;
    height: 116px;
    margin-right: 30px;
    padding-top: 0;
}
.news-list-mn{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
}
.news-list-mn h3{
    position: relative;
    flex-grow:auto;
}
.news-list-mn h3:before{
    content: '';
    border-top: 12px solid transparent;
    border-right: 12px solid #ffffff;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -53px;
}
.news-list-mn h3 a{
    color: #000;
    text-transform: uppercase;
}
.hidden-md{
    display: none;
}
.headerSearch button{
    border: solid 1px #dcdcdc;
    padding: 8px 15px 10.5px 15px;
    border: solid 1px #dcdcdc;
}
.mobile-menu-toggle-btn i{
    font-size: 25px;
}
.ky_gui_trong_menu{
    padding: 5px 20px;
    border: solid 1px rgb(232, 119, 34);
    color: rgb(232, 119, 34) !important;
}
.box_ky_gui{
    padding-top: 10px;
}
.footer-top h3{
    font-size: 14px;
}
.footer-top ul > li{
    font-size: 12px;
}
.tru_so h2{
    font-size: 36px;
    margin-bottom: 0;
}
.tru_so h3{
    margin-bottom: 10px;
}
.tru_so ul{
    padding-left: 15px;
}
.tru_so li{
    font-size: 12px;
    list-style: disc;
    line-height: 10px;
}
.tru_so{
    padding-left: 15px !important;
}
.bottom_dau_tien h3{
    line-height: 30px;
}
.h2_footer{
    margin-bottom: 0px;
}
.tru_so a{
    font-size: 12px;
}
.footer_thu_2 li{
    line-height: 15px;
}
.news-list-mn:hover {
    background: #e87722;
}
.news-list-mn:hover h3:before {
    border-right: 12px solid #e87722;
}
.news-list-mn:hover h3 a{
    color: #fff !important;
}


.news-list-large:hover h3{
    background: #e87722;
}
.news-list-large:hover h3:before {
    border-bottom: 12px solid #e87722;
}
.news-list-large:hover h3 a{
    color: #fff !important;
}
.goi-dv-content:hover{
    background: #e87722;
    
}
.goi-dv-content:hover a{
   color: #fff !important;
}
.breadcrumbs-wrap {
	position: relative;
	margin-bottom: 40px;
    background: url('https://hips.hearstapps.com/hmg-prod/images/champagne-beach-espiritu-santo-island-vanuatu-royalty-free-image-1655672510.jpg?crop=1.00xw:0.755xh;0,0.173xh&resize=1200:*') no-repeat center center;
    background-size: cover;
    padding: 70px 0;
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.breadcrumbs-wrap .display {
	overflow: hidden;
    font-size: 18px;
}
.breadcrumbs {
	display: inline-block;
}
.breadcrumbs li {
	float: left;
	margin: 0 .5em 0 1em;
	position: relative;
}
.breadcrumbs li:first-child{
	margin-left: 0
}
.breadcrumbs a, .show-subs-breadcrumbs {
	float: left;
	text-decoration: none;
	color: #fff;
	position: relative;
}
.breadcrumbs a:hover, .show-subs-breadcrumbs:hover {
}
.breadcrumbs a:hover:before {
}
.breadcrumbs li:after, .show-subs-breadcrumbs:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: -1em;
}
.breadcrumbs li:last-child:after {
	content: "";
}
.breadcrumbs a:hover:after, .show-subs-breadcrumbs:hover:after {
}
.subs-breadcrumbs {
	margin: 0;
	padding: 0;
	background-color: #fff linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.1) 100%);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	position: absolute;
	left: 0;
	top: 40px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	border-top: none;
	box-shadow: 0 0.063em 0.25em rgba(7, 20, 34, 0.25);
	display: none;
	z-index: 999999;
}
.subs-breadcrumbs.open {
	display: block;
}
.subs-breadcrumbs li:last-child, .subs-breadcrumbs li:last-child a, .subs-breadcrumbs {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.subs-breadcrumbs li, .subs-breadcrumbs a {
	display: block;
	float: none;
}
.subs-breadcrumbs a {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding: 0 10px;
}
.subs-breadcrumbs li:not(:last-child) a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 0, 0, 0.1);
}
.subs-breadcrumbs a:hover {
	background-color: rgba(0, 0, 0, 0.1)
}
.subs-breadcrumbs a em {
	display: inline-block;
	margin-right: 5px;
	color: #707070;
}
.show-subs-breadcrumbs {
	padding-right: 5px;
	margin-right: 7px;
	width: 30px;
	text-align: center;
}
.news-list-large1{
    margin-bottom: 30px;
}
.news-list-large2{
    margin-bottom: 20px;
}
.news-list-large1 a, .news-list-large2 a{
    color: #ED7D31;
}
.news-list-large1 h3 , .news-list-large2 h3{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-list-large1 .img{
    padding-top: 88.5%;
    position: relative;;
}
.news-list-large1 .img img{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover
}
.news-list-large1 .des, .news-list-large2 .des{
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
}
.text-muted{
    padding: 0;
    margin: 0;
    font-size: 12px;
}
.text-muted li{
    display: inline-block;
    margin-right: 15px;
}
.news-list{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border: 1px solid #777;
}
.news-list .image{
    width: 300px;
    height: 180px;
    flex-basis: 300px;
    position: relative;

}
.news-list .image img{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover
}
.news-list .info{
    flex: 1;
    padding: 0px 20px;
}
.news-list h3{
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 10px 0px;
    font-size: 20px;
    text-transform: capitalize;
}
.news-list .des {
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
    font-size: 15px;
}

.panel-body .title_banner {
    padding: 30px 280px;
    background: #f3f5f8;
    text-align: center;
}

.panel-body .title_banner h2 {
    font-size: 28px;
    text-transform: capitalize;
}

.title_banner p {
    font-size: 20px;
}

.title_banner h2 {
    font-size: 25px;
}
.title-about-home {
    color: #d36e2b;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.button-block {
    padding: 20px;
    width: 100%;
    border: 1px solid #d36e2b;
    color: #000 !important;
    border-radius: 10px;
    justify-content: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.button-block:hover {
    color: #fff !important;
    background: #d36e2b;
}
.button-block:hover .fa {
    color: #fff;
}
.button-block .fa {
    font-size: 35px;
    margin-left: 15px;
    color: #d36e2b;
}
.about .btn-color{
    background: #d36e2b;
    color: #fff;
}
.about .title-block-home{
    color: #d36e2b;
}
.fr-content-3 .des{
    text-align: justify;
}
.fr-content-3 h3{
    
    margin-bottom: 10px;
    text-align: center;
    font-size: 22px;
}
.title-quote:before{
    content: '"';
    font-size: 40px;
    color: red;
    margin-right: 5px;
}
.bg-dark{
    background: #999;
    padding: 80px 0;

    background-size: cover;
    background-position: center center;
    color: #fff;
    position: relative;

}
.bg-dark .title-block-home{
    color: #fff !important;
}
.news-grid{
    margin-bottom: 30px;
}
.news-grid h3{
    margin: 10px 0;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
}
.news-grid .des{
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.owl-nav{
    position: absolute;
    top: 50%;
    transform: scaleY(-50%);
    left: 0;
    right: 0;
}
.owl-nav .owl-prev, .owl-nav .owl-next{
    background: #999;
    padding: 30px 10px;
    color: #ED7D31;
}
.owl-nav .owl-prev{
    position: absolute;
    left: 0;
}
.owl-nav .owl-next{
    position: absolute;
    right: 0;
}
.btn-gray{
    background: #ddd;
}
.about .breadcrumbs-wrap{
    display: none;
}
.title-page{
    height: 500px;
    background: url(../images/bg-title-page-about.png) no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 120px;
}
.title-page .container{
    height: 500px;
}
.title-page .title{
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    border-radius: 20px;
    z-index: 9;
    position: absolute;
    bottom: -60px;
    background: #ed7d31;
    display: inline-block;
    padding: 10px 30px;
}