/*
Theme Name: C5group
Theme URI: https://c5group.com.vn/
Author: C5group
Author URI: 
Description:
Version: 10.0.0
License: GPLv3 or later
License URI: 
Text Domain: C5group
Tags:
*/

/* --------------------------------------
=========================================
    General Body
=========================================
-----------------------------------------*/
body{
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 21px;
    color: #747474;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0;
}
@font-face {
font-family:Roboto;
src:url('inc/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
font-weight:normal;
 font-style:normal;
}
@font-face {
font-family:Roboto Bold;
src:url('inc/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
font-weight:normal;
 font-style:normal;
}
body{font-family:Roboto !important;}
body img {
    display: block;
    max-width: 100%;
    height: auto;
}
iframe{
    max-width:100% !important;
	width:100% !important;
}
.fb_iframe_widget_fluid_desktop iframe{
	width:100% !important;
}
header {
    position: relative;
     width: 100%;
}
.bannerchild-slider{
    width: 100%;
    display: block;
    max-height: 400px;
    overflow: hidden;
}
.bannerchild-slider > img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.site-description {
    display: none;
}
div.wpcf7-mail-sent-ok{
    display: none;
}
.title-section {
    font-family: Roboto Bold;
    font-size: 35px;
    color: #05881c;
    line-height: 35px;
    text-align: center;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.des-section {
    max-width: 680px;
    margin: 0 auto;
    color: #555555;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 25px;
}
.des-section p{
   color: #555555; 
   line-height: 25px;

}
.line-section{
    display: block;
    margin-bottom: 40px;
}
.line-section img{
    margin: 0 auto;
}
.caption-section{
    color: #f49c37;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.title-single {
    font-family: Roboto;
    font-size: 18px;
    color: #333333;
    line-height: 35px;
    text-align: center;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#navbar_primary_left > ul li.unset_link > a {
    pointer-events: none;
}
#navbar_primary_left > ul li.unset_link:hover > a{
    color: #05881c;
}
#navbar_primary_right > ul li.unset_link > a {
    pointer-events: none;
}
#navbar_primary_right > ul li.unset_link:hover > a{
    color: #05881c;
}
#mobilenav ul.mobile-menu li.unset_link > a {
    pointer-events: none;
}
#mobilenav ul.mobile-menu li.unset_link:hover > a{
    color: #05881c;
}
#navbar_primary_right .navbar-nav{
    float: right;
}
#navbar_primary_left {
    padding: 0;
}
#navbar_primary_right {
    padding: 0;
}
.is-sticky .navbar-default .navbar-nav > li > a{
    padding: 20px 15px;
}
.is-sticky .navbar-default .navbar-nav > .active > a,.is-sticky .navbar-default .navbar-nav > .active > a:hover{
    padding: 20px 15px;
}
.is-sticky .navigation-logo > a > img {
    display: block;
    max-width: 150px;
    margin: 0 auto;
    max-height: 80px;
}
.is-sticky .navigation-logo > a{
    margin: -5px auto;
}
.navigation-logo {
    position: relative;
    width: 100%;
    display: block;
    z-index: 99;
}
.navigation-logo > a {
    display: block;
    width: 100%;
    position: relative;
    margin-top: -45px;
    margin-bottom: -50px;
}
.navigation-logo > a > img {
    display: block;
    max-width: 140px;
    margin: 0 auto;
    max-height: 150px;
}
.navbar-default .navbar-nav > li > a > .caret{
    display: none;
}
.navbar-default .navbar-nav > .active > a > .caret, .navbar-default .navbar-nav > li:hover > a > .caret{
    display: block;
    height: 3px;
    margin-left: 0px;
    width: 60%;
    border: 0;
    background: #05881c;
    border-radius: 10px;
    margin-top: 6px;
    position: absolute;
    bottom:15px;
    left: 0;
	right:0px;
	margin:0 auto;
	text-align:center;
}
#navbar-homemobile{position:absolute;top:15px;left:15px;z-index:5;display: block;}
#navbar-homemobile > i{
    font-size: 20px;
    color: #333;
}
/* --------------------------------------
=========================================
   section schools  Css
=========================================
-----------------------------------------*/
#section-schools .background-overlay{
   padding: 60px 0;
   background: #f6f6f6;
}
.item-schools {
    display: block;
    margin: 0 auto;
    padding: 4px;
    background: #fff;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}
.img-schools{
    position: relative;
    overflow: hidden;
    height: 270px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}
.img-schools img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    height: 100%;
    object-fit: cover;
}
.img-schools:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.info-schools{
    position: relative;
    padding: 15px 10px;
    background: #05881c;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.info-schools::before{
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: url('images/icon-naviright.png');
    width: 100%;
    text-align: center;
    opacity: 0;
	display:none;
}
.info-schools .name-schools{
    color: #fff;
    font-family: Roboto Bold;
    font-size: 16px;
    line-height: 25px;
    display: block;
height: 50px;
overflow: hidden;
margin: 10px 0;
text-transform: uppercase;
text-align: center;
}
.item-schools:hover .info-schools{
    background: #f2754a;
}
.item-schools:hover .name-schools{
    color: #fff;
}
.item-schools:hover .info-schools::before{
   opacity: 1;
}
#section-schools .owl-carousel .owl-nav [class*="owl-"] {
    background: transparent;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    opacity: 1;
}
#section-schools .owl-carousel .owl-nav [class*="owl-"]:hover{
    opacity: 1;
    background: transparent;
    color: #717171;
}
#section-schools .owl-carousel .icon-starview > img{
    width: auto;
}
#section-schools .owl-carousel .owl-nav .owl-prev{
    position: absolute;
    left: -50px;
    top: 45%;
    padding: 0px;
    padding-top: 10px;
}
#section-schools .owl-carousel .owl-nav .owl-next{
    position: absolute;
    right: -50px;
    top: 45%;
    padding: 0px;
    padding-top: 10px;
}
#section-schools .owl-carousel .owl-nav i.arrow-left{
     width: 40px;
     height: 40px;
     position: relative;
     display: block;
     background: url('images/icon-arrow-left2.png')center center no-repeat;
     background-size: contain;
}
#section-schools .owl-carousel .owl-nav i.arrow-right{
     width: 40px;
     height: 40px;
     position: relative;
     display: block;
     background: url('images/icon-arrow-right2.png')center center no-repeat;
     background-size: contain;
}
/* --------------------------------------
=========================================
   section news  Css
=========================================
-----------------------------------------*/
#section-news .background-overlay{
    padding-bottom: 60px;
    background: #f6f6f6;
}
.catename-news{
	display: block;
	height:55px;
	font-size:13px;
	color: #ffa500;
}
.header-categorires {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 10px;
   margin-bottom: 30px;
}
.item-categorires:first-child{
    background: #05881c;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.item-categorires:first-child .name-categorires{
    color: #fff;
    border-bottom: solid 0px #05881c;
    display: block;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 25px;
}
.item-categorires .name-categorires:hover{
    color: #05881c;
}
.item-categorires {
    width: 16.6%;
    float: left;
    text-align: center;
}
.name-categorires {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    color: #555555;
    border-bottom: solid 2px #05881c;
    padding-bottom: 5px;
}
#section-news .title-section::before{
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    z-index: 1;
    height: 21px;
    content: "";
}
#section-news .title-section > span{
   position: relative;
   z-index: 2;
    background: #f6f6f6;
    padding: 10px 20px;
}
.item-bignews{
    margin-bottom: 30px;
}
.item-smallnews{
    margin-bottom: 15px;
}
.excerpt-news {
    height: 110px;
    margin: 0;
    overflow: hidden;
    color: #666;
}
.time-news{
    color: #999999;
    font-size: 14px;
}
.time-news > i{
    margin-right: 5px;
}
.item-bignews .box-news{
    padding: 10px;
}
.item-bignews .img-news{
    height: 270px;
}
.item-bignews .info-news .name-news{
    font-size: 14px;
}
.box-news {
    display: flex;
    width: 100%;
    clear: both;
    background: #fff;
    padding: 5px;
}
.img-news{
    position: relative;
    overflow: hidden;
    width: 50%;
    margin-right: 10px;
    height: 125px;
}
.img-news img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    height: 100%;
    object-fit: cover;
}
.img-news:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.info-news {
    width: 50%;
    padding: 0px 10px;
}
.info-news .name-news {
    color: #333;
    font-family: Roboto Bold;
    font-size: 12px;
    line-height: 21px;
    display: block;
    height: 44px;
    overflow: hidden;
    margin: 5px 0;
    text-transform: uppercase;
}
.readmore-news{
    display: block;
    color: #05881c;
    font-size: 14px;
}


.tit-featured {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #05881c;
    margin-bottom: 5px;
}
.featured-news{
    border-bottom: solid 1px #ddd;
    padding-bottom: 30px;
    display: block;
    margin-bottom: 30px;
}
.box-featurednews{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;
    margin-right: 10px;
    display: block;
}
.box-featurednews > a{
    display: block;
}
.box-featurednews img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    height: 100%;
    object-fit: cover;
}
.box-featurednews:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.name-featurednews {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 10px 5px;
    color: #fff;
    background: #05881c;
    margin: 0;
    text-align: center;
    font-size: 16px;
}
/* --------------------------------------
=========================================
   section student  Css
=========================================
-----------------------------------------*/
#section-student .background-overlay{
   padding: 60px 0;
}
#section-student .title-section::before{
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 38.7%;
    z-index: 1;
    height: 21px;
    content: "";
}
#section-student .title-section::after{
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 38.7%;
    z-index: 1;
    height: 21px;
    content: "";
}
#section-student .title-section > span{
   position: relative;
   z-index: 2;
   padding: 0;
}
.item-student {
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 300px;
    padding: 15px;
    padding-bottom: 120px;
}
.img-student{
    position: relative;
    overflow: hidden;
    height: 255px;
    width: 255px;
    border-radius: 100%;
    border: solid 2px #05881c;
    margin: 0 auto;
}
.img-student img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    height: 100%;
    object-fit: cover;
}
.img-student:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.item-student .info-student {
    height: 150px;
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 0px;
    transition: .5s ease;
    border-top-left-radius: 60px;
    border-top-right-radius: 20px;
    background: #fff;
    box-shadow: 0px 2px 5px 3px rgba(0,0,0,.1);
    margin: 12px;
}
.item-student:hover .info-student{
    height:95%;
}
.info-student .name-student{
    color: #111111;
    font-family: Roboto Bold;
    font-size: 16px;
    line-height: 25px;
    display: block;
margin: 10px 0;
text-transform: uppercase;
text-align: center;
}
.info-student .name-student > span{
   display: block;
   font-size: 14px;
   color: #05881c;
   text-transform: none;
}
.excerpt-student{
   height: 0;
   position: relative;
   overflow: hidden;
   margin: 0;
   padding: 0;
	max-height:200px;
	overflow-y: scroll;
scrollbar-width: thin;
}
.excerpt-student::-webkit-scrollbar{
width:5px;
background-color:#cfcfcf;
border-radius:10px;
} 
.excerpt-student::-webkit-scrollbar-thumb{
background-color:#05881c;
border-radius:10px;
}
.excerpt-student::-webkit-scrollbar-thumb:hover{
background-color:#05881c;
border:1px solid #333333;
}
.excerpt-student::-webkit-scrollbar-thumb:active{
background-color:#05881c;
border:1px solid #333333;
} 
.excerpt-student::-webkit-scrollbar-track{
border:0px gray solid;
border-radius:10px;
} 
.excerpt-student > li{
  display: block;
  text-align: left;
  position: relative;
  padding-left: 25px;
}
.excerpt-student > li::before {
    position: absolute;
    left: 10px;
    top: 10px;
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    font-size: 5px;
    background: #05881c;
    width: 5px;
    height: 5px;
}
.item-student:hover .info-student .excerpt-student{
   height: auto;
}
.item-student:hover .imgbox-student {
    position: relative;
    margin-top: 0px;
    margin-bottom: 5px;
}
.imgbox-student {
    position: relative;
    margin-top: -10px;
    margin-bottom: 15px;
}
.imgbox-student > img{
    width: 100%;
    height: 100%;
}
.position-student {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    top: 16px;
    font-size: 17px;
    text-transform: uppercase;
    color: #f2754a;
    font-weight: bold;
    font-family: Arial;
}
#section-student .owl-carousel .owl-nav [class*="owl-"] {
    background: transparent;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    opacity: 1;
}
#section-student .owl-carousel .owl-nav [class*="owl-"]:hover{
    opacity: 1;
    background: transparent;
    color: #717171;
}
#section-student .owl-carousel .icon-starview > img{
    width: auto;
}
#section-student .owl-carousel .owl-nav .owl-prev{
    position: absolute;
    left: -50px;
    top: 45%;
    padding: 0px;
    padding-top: 10px;
}
#section-student .owl-carousel .owl-nav .owl-next{
    position: absolute;
    right: -50px;
    top: 45%;
    padding: 0px;
    padding-top: 10px;
}
#section-student .owl-carousel .owl-nav i.arrow-left{
     width: 40px;
     height: 40px;
     position: relative;
     display: block;
     background: url('images/icon-arrow-left2.png')center center no-repeat;
     background-size: contain;
}
#section-student .owl-carousel .owl-nav i.arrow-right{
     width: 40px;
     height: 40px;
     position: relative;
     display: block;
     background: url('images/icon-arrow-right2.png')center center no-repeat;
     background-size: contain;
}
/* --------------------------------------
=========================================
   section register  Css
=========================================
-----------------------------------------*/
#section-register .background-overlay {
    background: #f6f6f6;
    position: relative;
    z-index: 9;
}
.home #section-register .background-overlay{
     padding-top: 60px;
}
#section-register .title-section{
    text-align: left;
    font-size: 26px;
    margin-bottom: 0px;
}
#section-register .boxform-register .txt-register{
    font-size: 14px;
    color: #333;
}
#section-register .boxform-register{
    display: flex;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    position: relative;
    margin-bottom: -200px;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 5px 10px 5px rgba(0,0,0,.3);
    padding: 20px 30px;
    border-radius: 15px;
}
.boxform-register .image-register {
    width: 40%;
    padding: 30px 0px;
}
.image-register > img{
    margin: 0 auto;
}
.boxform-register .infor-register {
    width: 60%;
}
#section-register .form-group p{
    margin-bottom: 0;
}
#section-register .form-group {
    margin-bottom: 0px;
}
#section-register .form-group .form-control{
    background-color: #fafafa;
    padding-left: 35px;
    border-radius: 0;
    height: 40px;
    font-size: 14px;
    color: #000;
}
#section-register .form-group textarea.form-control{
    box-shadow: unset;
    height: 80px;
}
.row-form_register .wpcf7-form-control-wrap.your-phone{
    margin-right: 10px;
}
.row-form_register .wpcf7-form-control-wrap.your-name{
    margin-right: 10px;
}
#section-register .form-group .wpcf7-form-control-wrap::before{
   background: transparent;
}
#section-register .form-group .wpcf7-submit:hover{
   background: #f2754a;
}
#section-register .form-group .wpcf7-submit {
    background: #05881c;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 10px;
    margin-bottom: 0px;
}
/* --------------------------------------
=========================================
   Post sidebar Css
=========================================
-----------------------------------------*/
.sidebar-post {
    display: grid;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.sidebar-post li{
    display: block;
    width: 100%;
    clear: both;
    position: relative;
}
.sidebar-post li .img-sidebarpost{
    position: relative;
}
.sidebar-post li .img-sidebarpost img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    object-fit: cover;
height: 100% !important;
}
.sidebar-post li:hover .img-sidebarpost img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.sidebar-post li .img-sidebarpost img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sidebar-post li .name-sidebarpost a{
    display: block;
    height: 44px;
    overflow: hidden;
    line-height: 22px;
}
.sidebar-post li .post-time{
    display: block;
    color: #aaa;
    font-size: 12px;
}
.sidebar-post li:hover .name-sidebarpost a{
    color: #4db2ec;
}
.post-style-1{

}
.post-style-1 li:first-child .name-sidebarpost{
  position: absolute;
bottom: 0;
padding: 0 10px;
margin-bottom: 15px;
z-index: 1;
width: 100%;
}
.post-style-1 li:first-child .name-sidebarpost a{
color: #fff;
text-transform: uppercase;
}
.post-style-1 li:first-child .img-sidebarpost{
     height: 180px;
     width: 100%;
}
.post-style-1 li:first-child .img-sidebarpost::before {
    bottom: 0;
    top: auto;
    content: "";
    display: block;
    height: 80%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
}
.post-style-1 .img-sidebarpost{
    width: 30%;
    float: left;
    height: 60px;
    overflow: hidden;
}
.post-style-1 .name-sidebarpost{
   width: 70%;
    float: left;
    padding-left: 10px;
}

.post-style-2 .img-sidebarpost{
    width: 30%;
    float: right;
    height: 60px;
    overflow: hidden;
}
.post-style-2 .name-sidebarpost{
   width: 70%;
    float: left;
    padding-left: 10px;
}
.post-style-2 li:first-child .name-sidebarpost{
  position: absolute;
bottom: 0;
padding: 0 10px;
margin-bottom: 15px;
z-index: 1;
width: 100%;
}
.post-style-2 li:first-child .name-sidebarpost a{
color: #fff;
text-transform: uppercase;
}
.post-style-2 li:first-child .img-sidebarpost{
     height: 180px;
     width: 100%;
}
.post-style-2 li:first-child .img-sidebarpost::before {
    bottom: 0;
    top: auto;
    content: "";
    display: block;
    height: 80%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
}

.post-style-3 .img-sidebarpost{
    width: 100%;
    float: left;
    height: 180px;
    overflow: hidden;
}
.post-style-3 .name-sidebarpost{
   width: 100%;
    float: left;
    padding: 0px 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 11;
    text-transform: uppercase;
}
.sidebar .widget .post-style-3 .name-sidebarpost a{
    color: #fff;
}
.post-style-3 li .img-sidebarpost::before {
    bottom: 0;
    top: auto;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background:rgba(0,0,0,0.6);
}
.post-style-4 li .img-sidebarpost{
display: none;
}
.post-style-4 li:first-child .img-sidebarpost{
display: block;
}
.post-style-4 li:first-child .name-sidebarpost{
  position: absolute;
bottom: 0;
padding: 0 10px;
margin-bottom: 15px;
z-index: 1;
}
.post-style-4 li:first-child .name-sidebarpost a{
color: #fff;
text-transform: uppercase;
}
.post-style-4 li:first-child .img-sidebarpost::before {
    bottom: 0;
    top: auto;
    content: "";
    display: block;
    height: 80%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
}
.post-style-4 .img-sidebarpost{
    width: 100%;
    float: left;
    height: 180px;
    overflow: hidden;
}
.post-style-4 .name-sidebarpost{
   width: 100%;
    float: left;
    padding-left: 32px;
    position: relative;
}
.post-style-4 .name-sidebarpost::before {
    content: url('images/dot.png');
    position: absolute;
    left: 5px;
    top: 10px;
}
.post-style-4 li:first-child .name-sidebarpost::before{
    display: none;
}
.post-style-4 li .post-time{
    display: none;
}
.sidebar .widget .post-style-4 li{
    border-bottom: dashed 1px #ddd;
    padding: 2px 0px;
    margin-bottom: 8px;
    background: #eff1f2;
}
/* --------------------------------------
=========================================
   Customer posts
=========================================
-----------------------------------------*/
.related-post{
    padding-top: 60px;
}
.related-post .colums-posts{
    margin-bottom: 0px;
}
.related-post .title-related{
    display: block;
    position: relative;
    border-bottom: solid 2px #e0a37b;
    color: #333333;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.related-post .title-related > span{
    background: #f6f6f6;
    padding: 10px 20px;
    padding-left: 0px;
    position: relative;
    bottom: -10px;
}
.colums-posts{
    margin-bottom: 30px;
}
.colums-posts .box-posts{
    padding:10px;
    background-color: #ffffff;
    border-radius: 10px;
    max-width: 360px;
    margin: 0 auto;
}
.info-posts{
padding: 0px;
position: relative;
}
.info-posts .details-posts {
    position: relative;
    margin-top: -20px;
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    padding: 0px 30px;
    z-index: 99;
}
.info-posts .details-posts .time-posts{
    width: 50%;
    display: block;
    text-align: center;
    padding: 10px 5px;
    background: #05881c;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: solid 1px #fff;
    color: #fff;
}
.info-posts .details-posts .time-posts > i{
    margin-right: 5px;
}
.info-posts .details-posts .readmore-posts{
    width: 50%;
    display: block;
    text-align: center;
    padding: 10px 5px;
    background: #05881c;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
}
.info-posts .details-posts .time-posts:hover{
    background: #f2754a;
}
.info-posts .details-posts .readmore-posts:hover{
    background: #f2754a;
}
.img-posts{
    position: relative;
    overflow: hidden;
    height: 230px;
}
.img-posts img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    height: 100%;
    object-fit: cover;
}
.img-posts:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.info-posts .name-posts{
    color: #4d4d4d;
    font-family: Roboto Bold;
    font-size: 16px;
    line-height: 25px;
    display: block;
height: 50px;
overflow: hidden;
margin: 10px 0;
text-transform: uppercase;
}
.info-posts:hover .name-posts{
    color: #05881c;
}
.excerpt-posts{
    color: #333333;
    font-family: Roboto;
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
height: 66px;
overflow: hidden;
}
/* --------------------------------------
=========================================
   RegisterForm Css
=========================================
-----------------------------------------*/
.popup-register {
    bottom: 2%;
    position: fixed;
    right: 12px;
    text-align: center;
    z-index: 9999;
}
.popup-register > a{
    display: block;
    position: relative;
}
.popup-register > a > span{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 5px;
    color: #fff;
    font-size: 16px;
    font-family: Roboto;
    text-transform: uppercase;
}
#registerForm{
    top: 10%;
}
.fixed-hotline {
    bottom: 12%;
    position: fixed;
    right: 12px;
    text-align: center;
    z-index: 9999;
}
.fixed-hotline > a{
    display: block;
    position: relative;
}
.fixed-hotline > a > span{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 8px;
    color: #fff;
    font-size: 14px;
    font-family: Roboto;
}
span.wpcf7-not-valid-tip{
    position: absolute;
    right: 10px;
    top: 10px;
}
/* --------------------------------------
=========================================
   modal-popup Css
=========================================
-----------------------------------------*/
.modal-dialog .modal-content{
    background: #f2f2f2;
    font-family: Roboto;
    border: 0;
    box-shadow: unset;
    border-top: 3px solid #a40000;
}
.modal-dialog .modal-content .modal-header {
    border-bottom: 0px solid #e5e5e5;
}
.modal-dialog .modal-content .form-group{
    padding: 0px 50px;
    margin-bottom: 0;
}
.modal-dialog .modal-content .modal-title {
    text-align: center;
    font-size: 24px;
    color: #344654;
    font-family: Roboto;
    text-transform: uppercase;
    margin: 15px 0px;
    line-height: 20px;
}
.modal-dialog .modal-content .modal-title span {
    border-left: solid 2px #ff3d00;
    padding-left: 10px;
    line-height: 20px;
    display: inline-block;
}
.modal-dialog .modal-content .modal-description{
    text-align: center;
    color: #666666;
    font-size: 14px;
    padding: 0px 50px;
    margin-bottom: 0;
}
.modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: -5px;
    top: -5px;
    color: #0a2e63;
    opacity: 1;
    background: #fff;
    width: 25px;
    height: 25px;
}
.modal-dialog .modal-content .wpcf7-form-control.wpcf7-submit {
    height: auto;
    float: none;
    color: #fff;
    background-color: #f00703;
    border-radius: 0px;
    border-width: 0;
    padding: 10px 0px;
    text-transform: uppercase;
    font-family:Roboto;
    font-size: 14px;
    display: inline-block;
width: 100%;
margin-top: 10px;
position: relative;
}
.modal-dialog .modal-content .wpcf7-form-control.wpcf7-submit:hover{
    background-color: #f39a2e;
}
.modal-dialog .modal-content .form-group .form-control{
border: 0px;
}
.modal-dialog .modal-content .form-group textarea{
border: 0px;
box-shadow: unset;
}
.modal-dialog .modal-content .form-group .wpcf7-form-control-wrap.your-phone{
    margin-right: 10px;
}
.modal-dialog .modal-content .form-group .wpcf7-form-control-wrap.your-name{
    margin-right: 10px;
}
/* --------------------------------------
=========================================
   form-group Css
=========================================
-----------------------------------------*/
.icon-register > img{
    width: auto;
    margin: 0 auto;
}
.form-group .form-control{
height: 44px;
padding-left: 50px;
margin-bottom: 0px;
}
.form-group .wpcf7-submit{
    margin-bottom: 10px;
    border: 0;
}
.form-group .wpcf7-form-control-wrap{
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.form-group .wpcf7-form-control-wrap::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    color: #40443a;
    background: #e4e2e2;
    padding: 10px;
    width: 35px;
    height: 100%;
    text-align: center;
}
.form-group .wpcf7-form-control-wrap.your-product::before {
    content: "\f23d";
    font-family: "Font Awesome 5 Brands";
}
.form-group .wpcf7-form-control-wrap.your-tour::before{
content: "\f1d8";
}
.form-group .wpcf7-form-control-wrap.your-name::before{
content: "\f007";
}
.form-group .wpcf7-form-control-wrap.your-phone::before{
content: "\f3cd";
font-weight: 900;
 font-size: 18px;
}
.form-group .wpcf7-form-control-wrap.your-address::before{
content: "\f3c5";
font-weight: 900;
}
.form-group .wpcf7-form-control-wrap.menu-location::before{
content: "\f0ac";
font-weight: 900;
}
.form-group .wpcf7-form-control-wrap.your-email::before{
content: "\f0e0";
}
.form-group .wpcf7-form-control-wrap.your-message::before {
    content: "\f303";
    font-weight: 900;
}
.form-group textarea{
height: 80px;
box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
padding-left: 50px;
}
.row-form_register {
    display: flex;
    width: 100%;
}
div.wpcf7 .ajax-loader{
    display: none;
}
/* --------------------------------------
=========================================
   SuccessfulForm Css
=========================================
-----------------------------------------*/
#SuccessfulForm{
    top: 15%;
}
#SuccessfulForm .modal-body{
  background-color: #fff;
  text-align: center;
}
#SuccessfulForm .modal-body img{
    margin: 0 auto;
}
#SuccessfulForm .modal-body .close {
    position: absolute;
    right: 0px;
    top: 2px;
    color: #fff;
    opacity: 1;
    background: rgba(0,0,0,0.4);
    width: 35px;
    height: 35px;
    border-radius: 0;
}
#SuccessfulForm .title-successful{
color: #11519b;
font-size: 26px;
text-transform: uppercase;
font-family: Roboto Bold;
}
#SuccessfulForm .des-successful{
color: #333;
font-size: 14px;
font-family: Roboto;
}
#SuccessfulForm .des-successful a{
  color: #ff0000;
font-size: 14px;
font-family: Roboto;  
}
#SuccessfulForm .back-homepage a{
    border: solid 1px #11519b;
    display: inline-block;
}
#SuccessfulForm .back-homepage a span{
    padding: 10px 30px;
    background: #11519b;
    border: solid 1px #fff;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-family: Roboto;
}
#SuccessfulForm .icon-check{
    text-align: center;
}
#SuccessfulForm .icon-check i.fa{
    font-size: 40px;
    color: #11519b;
    background: #fff;
}
/* --------------------------------------
=========================================
   Social-ring
=========================================
-----------------------------------------*/
.fa-facebook-messenger::before {
    content: "\f39f";
    font-family: "Font Awesome 5 Brands" !important;
}
.social-ring i.fa-zalo {
    font-size: 18px;
    padding: 3px 5px;
}
.social-ring .call-icon{
    margin-bottom: 20px;
}
.social-ring .call-icon i.fa{
    background: rgb(103, 182, 52);
    color: #fff;
}
.social-ring .zalo{
    margin-bottom: 20px;
}
.social-ring .mes{
    margin-bottom: 20px;
}
.social-ring .mes i.fa{
    background-color: #365899;
    color: #fff;
    padding: 8px;
}
.social-ring .mes i.fa img{
    max-width: 25px;
}
.social-ring .mes .alo-circle-fill{
    background-color: rgba(11, 75, 99, 0.5);
}
.social-ring .mes .alo-circle{
    border-color: #365899;
}
.social-ring .call-icon .alo-circle-fill{
    background-color: rgba(20, 164, 11, 0.5);
}
.social-ring .call-icon .alo-circle{
    border-color: #109316;
}
.social-ring .mes:hover > span{
    background-color: #365899;
 }
.social-ring .zalo:hover > span{
    background-color: #43a1f3;
 }
.social-ring a.zalo span:before {
border-color: transparent rgb(5, 144, 199) transparent transparent;
}
.social-ring a.mes span:before {
border-color: transparent rgb(54, 88, 153) transparent transparent;
}
.social-ring{
  display: inline-grid;
    position: fixed;
    bottom: 15px;
    left: 30px;
    min-width: 45px;
    text-align: center;
    z-index: 99999;
}
.social-ring-main{
    display: block;
}
.social-ring-content{
  display: inline-grid;   
}
.social-ring a {padding:8px 2px;cursor: pointer;position: relative;}
.social-ring i{
  width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 22px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}
.social-ring span{
  display: none;
}
.alo-circle {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: zoomIn;
    width: 50px;
    height: 50px;
    top: 3px;
    right: -3px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}
.alo-circle-fill {
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: pulse;
    width: 60px;
    height: 60px;
    top: -2px;
    right: -8px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75;
}
.call-icon:hover > span, .mes:hover > span, .sms:hover > span, .zalo:hover > span{display: block}
.social-ring a span {
    border-radius: 2px;
    text-align: center;
    background: rgb(103, 182, 52);
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 9px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}
@-webkit-keyframes "headerAnimation" {
    0% { margin-top: -70px; }
    100% { margin-top: 0; }
}
@keyframes "headerAnimation" {
    0% { margin-top: -70px; }
    100% { margin-top: 0; }
}
.social-ring a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent rgb(103, 182, 52) transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}
/*---------------------------------------
   Header Contact Details 
-----------------------------------------*/
.header-top-info-1{
    float: none;
    position: relative;
    background: #05881c;
    border-bottom: 0px solid #05881c;
    z-index: 10;
    padding: 6px 0;
}
.header-top-info-1 .info {
    padding-left: 0;
    margin: 0;
    padding-top: 4px;
}
.header-top-info-1 .info li {
    font-size: 13px;
    padding-right: 0;
    display: inline-block;
}
.header-top-info-1 .info li i {
    color: #747474;
    margin-right: 6px;
}
.header-top-info-1 .info li a {
    font-size: 13px;
    margin-right: 10px;
}

/*---------------------------------------
    Social Icons    
-----------------------------------------*/
.header-top-info-1 .social {
    padding: 0px 0;
    margin: 0;
    line-height: 20px;
    padding: 0;
}
.header-top-info-1 .social li {
    font-family: 'Awesomefont';
    margin-right: 4px;
        display: inline-block;
}
.header-top-info-1 .social li {
    position: relative;
}
.header-top-info-1 .social li a {
    display: table;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
     overflow: hidden;
}
.header-top-info-1 .social li a i {
    background: transparent;
    border-radius: 0px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    width: 22px;
    height: 22px;
    font-size: 16px;
}
.header-top-info-1 .social li a i:hover {
    color: #f6921e;
}
.header-contact{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
}
.header-contact li:first-child{
    margin-right: 10px;
}
.header-contact li{
    display: inline-block;
    color: #fff;
}
.header-contact li i{
    padding-right: 3px;
}
.header-contact li a{
    color: #fff;
    font-size: 14px;
}
.header-contact li a span{
   color: #f8ac00;
}

/*---------------------------------------
 Slider
-----------------------------------------*/
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 16px;
    margin: 5px;
    padding: 8px 17px;
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-carousel .owl-controls .owl-dot{
    display: inline-block;
}
.owl-carousel .owl-controls .owl-dots{
    text-align: center;
    margin-top: 10px;
}
.owl-carousel .owl-controls .owl-dot.active span{
    background: #c95d65;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
/* --------------------------------------
=========================================
    Latest Blog Section
=========================================
-----------------------------------------*/
/*---------------------------------------
    Search Form
-----------------------------------------*/
#searchform {
    
    float: right;
    padding: 0;
    margin: 0;
    max-width: 320px;
    width: 100%;
}
#languages{
float: right;
max-width: 60px;
padding-top: 8px;
}
#searchform .form-group{
    margin: 0px;
    position: relative;
}
#searchform .form-control {
    border-radius: 3px;
    height: 33px;
    background: transparent;
    border:0;
    color: #fff;
    margin-bottom: 0;
    width: 100%;
    font-family: Roboto;
    padding: 0px 10px;
    padding-right: 50px;
    text-align: right;
}
#searchform .form-control::placeholder{
    color: #fff;
}
#searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    border-radius: 0px;
    height: 33px;
    padding: 0px 10px;
    width: 40px;
    background: transparent;
    color: #fff;
    font-family: Roboto;
    font-weight: bold;
    font-size: 14px;
    border-left: solid 1px #aaa;
}
#searchsubmit:hover{
    background: #ff9c30;
}
#searchsubmit img {
    filter: brightness(0) invert(1);
}
/* --------------------------------------
=========================================
    Footer Section
=========================================
-----------------------------------------*/
.footer-sidebar{position:relative;padding-bottom:100px}
.footer-sidebar:after{
    display:block;
    content:"";
    width:100%;
    height:50px;
    background:url(/wp-content/uploads/2024/03/footer_WEBSITE-03-scaled.jpg) no-repeat center center;
    background-size:100% 100%;
    position:absolute;
    bottom:10px;
    left:0
}
.box-widgetfooter {
    display: flex;
    width: 100%;
    clear: both;
    border-bottom: solid 2px #fff;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.logo-footer {
    width: 25%;
}
.txt-widgetfooter{
     width: 75%;
}
.title-widgetfooter{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    padding-left: 20px;
    margin-bottom: 0px;
    padding-top: 10px;
}
.footer-sidebar .social {
    padding: 0px;
    margin-bottom: 0;
    list-style: none;
    margin: 0px;
}
.footer-sidebar .social li {
    font-family: 'Awesomefont';
    margin: 0;
    display: inline-block;
   padding: 0px 3px;
    line-height: 20px;
    width: auto;
}
.footer-sidebar .social li a i {
    background: #f49c37;
    border-radius: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 20px;
}
.footer-sidebar .social li a i:hover{
    background-color: #e48a23;
}
.footer-sidebar .social li a span {
    padding-left: 10px;
    display: none;
}
.footer-sidebar .social li a{
    color: #fff;
}
.footer-sidebar .info_contact p i {
    padding-right: 10px;
    color: #f2754a;
    padding-top: 2px;
    font-size: 16px;
}
.footer-sidebar .info_contact p {
    color: #fff;
    display: flex;

}
.footer-sidebar p {
    color: #fff;
}
.footer-sidebar .background-overlay {
    bottom: 0;
    height: 100%;
    z-index: 3;
    padding-top: 100px;
    position: relative;
    background: transparent;
}
.footer-sidebar .widget-title-followus {
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #e7eaf1;
    line-height: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.footer-sidebar .widget .form-group .wpcf7-form-control-wrap::before{
   display: none;
}
.footer-sidebar .widget .form-group .form-control{
   padding-left: 10px;
   background: rgba(68, 68, 68, 0.3);
   color: #bcbcbc;
   border-radius: 10px;
   margin-bottom: 0px;
} 
.footer-sidebar .widget .form-group .form-control option{
    background: #333;
    position: relative;
}
.footer-sidebar .widget .form-group .wpcf7-form-control-wrap.your-phone{
   margin-left: 10px;
}
.footer-sidebar .widget .form-group .wpcf7-form-control-wrap.number-product{
   margin-left: 10px;
}
.footer-sidebar .widget .form-group .wpcf7-form-control-wrap.your-address .form-control{
    height: 80px !important;
    width: 100% !important;
}
.footer-sidebar .widget .form-group .wpcf7-form-control-wrap{
    margin-bottom: 10px;
}
.footer-sidebar .widget .form-group .wpcf7-submit{
font-size: 14px;
color: #fff;
background: #8dbd3a;
border-radius: 50px;
margin-left: 10px;
margin-bottom: 10px;
border: 0px;
}
/*---------------------------------------
    Footer Copyright
-----------------------------------------*/
.footer-copyright{
    background: #f2754a;
}
.footer-copyright p, .footer-copyright p a {
    color: #4d4d4d;
    line-height: 22px;
text-align: left;
margin: 0;
padding: 8px 0px;
}
.footer-copyright .widget-title {
    margin: 0;
}
.footer-copyright ul {
    margin: 0;
padding: 5px 0;
list-style: none;
display: block;
width: 100%;
position: relative;
text-align: right;
}
.footer-copyright ul li:first-child label{
     border-left: solid 0px #fff;
}
.footer-copyright ul li:first-child{
    padding-left: 15px;
}
.footer-copyright ul li:first-child::after{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f0c0";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.footer-copyright ul li {
    width: auto;
    float: none;
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 0 10px;
}
.footer-copyright ul li label {
    width: auto;
    font-weight: normal;
    padding-right: 5px;
    border-left: solid 2px #fff;
    padding-left: 10px;
    line-height: 13px;
    display: inline-block;
}
.logo-footer {
    text-align: center;
}
.logo-footer img{
    margin: 0 auto;
    max-width: 260px;
    max-height: 80px;
}
.logo-footer .txt-footer{
    margin: 20px 0px;
    color: #f5c718;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
/* --------------------------------------
=========================================
    Breadcrumb Section
=========================================
-----------------------------------------*/
#section-breadcrumb .background-overlay{
   padding: 0px;
   background: #f6f6f6;
}
/* --------------------------------------
=========================================
    Blog Section
=========================================
-----------------------------------------*/
/*---------------------------------------
    Post Style
-----------------------------------------*/

article.comment-body {
    border: solid 1px #f7f9fc;
    background: #fefefe;
    border-radius: 3px;
}
a.post-thumbnail img{
   opacity: 1;
   -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
a.post-thumbnail img:hover{
   opacity: 0.9;
   -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}

header.entry-header {
    padding: 14px 20px;
}
h2.entry-title {
    margin: 0;
    line-height: 28px;
}
h2.entry-title a {
    font-family: Roboto;
    font-size: 22px;
}
.entry-header h2.entry-title {
    font-size: 22px;
    font-family: Roboto;
}
.entry-header {
    display: block;
    width: 100%;
    clear: both;
    padding: 0px;
}
.entry-content {
    display: block;
    width: 100%;
    clear: both;
    padding: 30px;
    background-color: #fff;
}
.entry-content .aligncenter{
    margin: 0 auto;
}
.entry-content .more-link {
    font-family: Roboto;
    padding: 10px 20px;
    border-radius: 30px;
    background: transparent;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.entry-meta{
    text-align: left;
    color: #666;
    display: flex;
    margin-bottom: 20px;
    width: 100%;
}
.entry-meta .post-time{
    width: 50%;
     text-align: left;
}
.entry-meta .fb_iframe_widget{
     width: 50%;
     text-align: right;
}
.entry-meta .fb_iframe_widget > span{
     
}
a.more-link{
    position: relative;
    top: 15px;
}
.entry-content .more-link:hover {
    color: #ffffff;
     -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
/*---------------------------------------
    Post Pagination
-----------------------------------------*/
.paginations {
    margin: 0px;
    text-align: center;
    width: 100%;
    clear: both;
    display: block;
}
.paginations a, span.page-numbers.current {
    border: solid 1px #f2754a;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 1px 0;
    padding: 5px 10px;
    transition: all 0.3s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 100%;
    background-color: #fff;
    color: #f2754a;

}

.paginations a:hover, .paginations a:focus, .paginations a.active, span.page-numbers.current {
    color: #ffffff;
    border-radius: 100%;
    background-color: #f2754a;
}

.paginations .screen-reader-text {
    display: none;
}
/*---------------------------------------
    Error Page
-----------------------------------------*/
.error-page {}
.error-page h1{
    font-family: 'Raleway', sans-serif;
    font-size: 146px;
    font-weight: 800;
    color: #e84c3d;
    line-height: 156px;
    text-shadow: 0 3px 0 #000;
    animation: bounce 2s infinite;
}
.error-page h2{
    font-family: Roboto;
    font-size: 26px;
    line-height: 36px;
    font-weight: 800;
    color: #1c314c;
    margin: 0;
}

/*---------------------------------------
    Top Scroller 
-----------------------------------------*/
.top-scroll {
    bottom: 12%;
    display: none;
    height: 40px;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 40px;
    z-index: 9999;
    border-radius: 30px;
    border-width: 2px;
    border-style: solid;
    animation: bounce 2s infinite;
    color: darkgoldenrod;
}
.top-scroll:hover {
    opacity: 1;
}
.top-scroll i {
    font-size: 26px;
    line-height: 36px;
}
.top-scroll:hover, .top-scroll:focus {
    border-width: 2px;
    border-style: solid;
    transition: all 0.3s ease 0s;
}
/*---------------------------------------
    Search Result
-----------------------------------------*/ 
.page-wrapper .background-overlay{
   padding: 60px 0px;
   background: #f6f6f6;
}
.page-wrapper .posts-navigation a {
    background: transparent;
    font-family: Roboto;
    padding: 12px 24px;
    border-radius: 30px;
    display: table-cell;
    float: left;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.page-wrapper .posts-navigation a:hover {
    color: #fff;
}

.page-wrapper .posts-navigation .nav-next {
    float: right;
}
.info_contact a {
    color: #ffffff !important;
    margin-left: 5px;
}
/*---------------------------------------
    Responsive
-----------------------------------------*/ 
@media (max-width: 768px) {
.title-section{
    font-size: 25px;
}
.header-top-info-1{
    padding: 5px 0px;
}
.navigation-logo > a > img {
    max-height: 80px;
}
.navigation-logo > a {
    margin-top: -18px;
    margin-bottom: -18px;
}
.is-sticky .navigation-logo > a > img{
    max-height: 60px;
}
#section-schools .owl-carousel .owl-nav .owl-next{
    right: -15px;
}
#section-schools .owl-carousel .owl-nav .owl-prev{
    left: -15px;
}
#section-student .owl-carousel .owl-nav .owl-next{
    right: -15px;
}
#section-student .owl-carousel .owl-nav .owl-prev{
    left: -15px;
}
.item-categorires {
    width: 33.33%;
    height: 40px;
    margin-bottom: 15px;
}
.name-categorires{
    font-size: 11px;
}
.item-categorires:first-child .name-categorires{
    font-size: 14px;
}
.col-xs-12.col-sm-4.col-md-4.col-lg-4.featuredbox {
    display: flex;
}
.featured-news{
    width: 50%;
    padding: 15px;
}
.featured-video{
    width: 50%;
    padding: 15px;
}
.box-featurednews{
    height: 200px;
}
#section-student .title-section::before {
    width: 25%;
}
#section-student .title-section::after {
    width: 25%;
}
#section-schools .background-overlay {
    padding: 30px 0;
}
#section-news .background-overlay {
    padding: 30px 0;
}
#section-student .background-overlay {
    padding: 30px 0;
}
.image-register > img{
    margin: 0;
}
#section-register .boxform-register{
    padding: 10px;
}
.social-ring-main {
}
.entry-content{
    padding: 15px;
}
.page-wrapper .background-overlay{
    padding: 30px 0;
}
.entry-content table{
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	height: auto !important;
}
}
@media (max-width: 500px) {
.col-xs-6.col-sm-6.col-md-4.col-lg-4.colums-posts{
    width: 100%;
}
.related-post .colums-posts{
    margin-bottom: 30px;
}
.header-categorires{
    margin: 0;
}
.item-categorires {
    width: 50%;
}
.name-categorires {
    font-size: 12px;
}
.col-xs-6.item-smallnews{
     width: 100%;
     padding: 0px;
}
.col-xs-12.item-bignews{
    padding: 0px;
    margin-bottom: 15px;
}
.item-bignews .img-news {
    height: 125px;
}
.excerpt-news{
    display: none;
}
#section-register .boxform-register {
    display: block;
    text-align: center;
}
#section-register .title-section{
    text-align: center;
    font-size: 22px;
}
.boxform-register .image-register {
    width: 100%;
    padding: 5px 0px;
}
.image-register > img {
    margin: 0 auto;
    max-height: 150px;
}
.boxform-register .infor-register {
    width:100%;
}
.home #section-register .background-overlay{
    padding-top: 30px;
}
.footer-sidebar .background-overlay{
    padding-top: 230px;
}
.col-xs-12.col-sm-4.col-md-4.col-lg-4.featuredbox {
    display: block;
}
.featured-news{
    width: 100%;
    padding: 0px;
}
.featured-video{
    width: 100%;
    padding: 0px;
}
.box-featurednews{
    height: 200px;
}
}
@media (max-width: 320px) {

}
@media (min-width: 768px) and (max-width: 992px) {
#sticky-wrapper .navbar-default .navbar-nav > li > a {
    padding: 15px 8px;
    font-size: 14px;
    font-weight: normal;
}
#sticky-wrapper .navbar-default .navbar-nav > .active > a,#sticky-wrapper  .navbar-default .navbar-nav > .active > a:hover {
    padding: 15px 8px;
    font-size: 14px;

}
.title-section{
    font-size: 30px;
}
.header-top-info-1{
    padding: 5px 0px;
}
.navigation-logo > a > img {
    max-height: 80px;
}
.navigation-logo > a {
    margin-top: -18px;
    margin-bottom: -18px;
}
.navbar-default .navbar-nav > .active > a > .caret, .navbar-default .navbar-nav > li:hover > a > .caret{
    bottom: 5px;
}
.is-sticky .navigation-logo > a > img{
    max-height: 60px;
}
#section-schools .owl-carousel .owl-nav .owl-next{
    right: -20px;
}
#section-schools .owl-carousel .owl-nav .owl-prev{
    left: -20px;
}
#section-student .owl-carousel .owl-nav .owl-next{
    right: -20px;
}
#section-student .owl-carousel .owl-nav .owl-prev{
    left: -20px;
}
.title-widgetfooter{
    font-size: 14px;
    padding-left: 10px;
    line-height: 25px;
}
.footer-sidebar .widget h3.widget-title{
    font-size: 14px;
}
.image-register > img {
    margin: 0;
}
.info-schools .name-schools {
    font-size: 14px;
    line-height: 22px;
    display: block;
    height: 44px;
    margin: 5px 0;
}
.item-categorires {
    width: 33.33%;
    height: 44px;
    margin-bottom: 15px;
}
	.info_contact a {
    color: #ffffff !important;
    margin-left: 5px;
}
#section-student .title-section::before {
    width: 28%;
}
#section-student .title-section::after {
    width: 28%;
}
.excerpt-news{
    height: 66px;
}
.item-bignews .img-news {
    height: 200px;
}
.img-news{
    height: 95px;
}
.tit-featured{
    font-size: 16px;
}
.featured-news {
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    display: block;
    margin-bottom: 10px;
}
.box-featurednews{
    height: 220px;
}
.box-featured-video iframe {
    height: 150px;
}
}
@media (min-width: 992px) and (max-width: 1190px) {
#sticky-wrapper .navbar-default .navbar-nav > li > a {
    padding:25px 10px;
    font-size: 16px;
}
#sticky-wrapper .navbar-default .navbar-nav > .active > a,#sticky-wrapper  .navbar-default .navbar-nav > .active > a:hover {
    padding: 25px 10px;
    font-size: 16px;
}
#sticky-wrapper.is-sticky .navbar-default .navbar-nav > li > a {
    padding:25px 10px;
    font-size: 16px;
}
#sticky-wrapper.is-sticky .navbar-default .navbar-nav > .active > a,#sticky-wrapper.is-sticky  .navbar-default .navbar-nav > .active > a:hover {
    padding: 25px 10px;
    font-size: 16px;
}
.header-top-info-1{
    padding: 5px 0px;
}
.navigation-logo > a > img {
    max-height: 130px;
}
.navbar-default .navbar-nav > .active > a > .caret, .navbar-default .navbar-nav > li:hover > a > .caret{
    bottom: 10px;
}
#section-schools .owl-carousel .owl-nav .owl-next{
    right: -20px;
}
#section-schools .owl-carousel .owl-nav .owl-prev{
    left: -20px;
}
#section-student .owl-carousel .owl-nav .owl-next{
    right: -20px;
}
#section-student .owl-carousel .owl-nav .owl-prev{
    left: -20px;
}
.name-categorires{
    font-size: 12px;
}
.title-widgetfooter{
    font-size: 16px;
}
.footer-sidebar .widget h3.widget-title{
    font-size: 14px;
}
}
@media (min-width: 1190px) and (max-width: 1368px) {

}
@media (min-width: 768px) {
.admin-bar .is-sticky .sticky-nav{
    top: 32px !important;
}
#showmenu{
    display: none;
}
#navbar-homemobile{
    display: none;
}
.entry-content	iframe{height:624px;}
	body.page-template{padding-bottom:0px;}
	.banner-home {
    margin-bottom: 40px;
}
}
/*add-more*/
.table-carrer{}
.table-carrer table th {
    background: #05881c;
    padding: 15px 15px;
}

.table-carrer table {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dedfe1;
    box-sizing: border-box;
    width: 100%;
    table-layout: auto;
}

.table-carrer table td {
    border: 0px;
    border-bottom: 1px solid #dedfe1;
    padding: 20px 15px;
}

a.btn-carrer {
    width: 82px;
    height: 36px;
    background: #f2754a;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
}

.table-carrer table th i {
    margin-right: 5px;
}
.entry-content p span,.entry-content p  {
    font-family: 'times new roman, times, serif' !important;
}
.entry-content * {
    color: #000000;
}
.entry-content img{display:inherit;}
.entry-content a{font-family:inherit;}
.entry-content img.aligncenter {
    display:block;
}
	.entry-content {
    text-align: justify;
}
/* --------------------------------------
=========================================
 Section video Page Css
=========================================
-----------------------------------------*/
.icplay-video:hover{
    background: rgba(0, 0, 0, 0.6);
}
.icplay-video {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.icplay-video i{
    display: table-cell;
    vertical-align: middle;
    color: #05881c;
    opacity: 0.7;
    font-size: 40px;
}
.icplay-video i.fa-play-circle::before {
    border: solid 3px #fff;
    border-radius: 100px;
    padding: 0px;
    background: #fff;
}
.icplay-video i:hover{
    opacity: 0.9;
}
.boxitem-video{
    position: relative;
    display: block;
    overflow: hidden;
    height: 230px;
    margin-bottom: 30px;
}
.boxitem-video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
h3.name-video{
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    margin: 0;
    padding: 10px 0;
    line-height: 22px;
}
  /* --------------------------------------
=========================================
 Section Album Page Css
=========================================
-----------------------------------------*/
.icplay-album:hover{
    background: rgba(0, 0, 0, 0.6);
}
.icplay-album {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
	z-index:9;
}
.icplay-album i{
    display: table-cell;
    vertical-align: middle;
    color: #05881c;
    opacity: 0.7;
    font-size: 40px;
}
.icplay-album i.fa-images::before {
    border: solid 3px #fff;
    border-radius: 100px;
    padding: 6px;
    background: #fff;
}
.icplay-album i:hover{
    opacity: 0.9;
}
.boxitem-album{
    position: relative;
    display: block;
    overflow: hidden;
    height: 230px;
    margin-bottom: 30px;
}
.boxitem-album img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
h3.name-album{
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    margin: 0;
    padding: 10px 0;
    line-height: 22px;
}
.tp-bullets.simplebullets.round .bullet{background:url(images/bullet.png)}
body .alm-btn-wrap .alm-load-more-btn.done{background-color:#05881c}
body .alm-btn-wrap .alm-load-more-btn{background-color:#05881c}
.td-left{width: 188px;
    color: #05881c;
    font-weight: bold;}

.td-link a.btn-carrer {
    width: 150px;
    height: 36px;
    background: #05881c;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    margin: auto;
    display: block;
}
body	img.img-map-mobile{display:none;}
body	img.img-map-pc{display:block;}
#section-news .excerpt-news {
    text-align: justify;
}
#section-news .name-news {
    color: #05881c;
    text-align: justify;
}
.icon-video{background:url(images/icon_youtube.png)}
.box-featured-video {
    position: relative;
}
.box-featured-video img{display:block;width:100%;}
.icon-video {
    background: url(images/icon_youtube.png);
    position: absolute;
    width: 50px;
    height: 35px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -17px;
}
#section-news a.catename-news {color: #f2754a;}

#section-news p.time-news {
    color: #05881c;
}
ul.pagination-ajax li a:hover, ul.pagination-ajax li a:focus, ul.pagination-ajax li.active span, ul.pagination-ajax li.current a{background:#f2754a}
.page-template{background:#f6f6f6}
.page-template #section-breadcrumb .background-overlay{padding:60px  0px  30px}
.page-template{padding-bottom:60px}
a.image-events-popup {
    max-height: 200px;
    overflow: hidden;
    display: block;
    margin-bottom: 25px;
}
.boxitem-album a.fancybox.image:before {
    background: rgba(0,0,0,0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    content: "";
}
.entry-content em{font-weight:normal}
.entry-content strong *{font-weight:bold;}
@media(max-width:768px)
{
	.table-carrer {
    width: 100%;
    overflow: auto;
}
	.table-carrer table{width:1170px;}
body	img.img-map-mobile{display:block;}
body	img.img-map-pc{display:none;}
#mobilenav .mobilenav__inner > div:not(.toplg) {
    overflow-y: auto;
    height: calc(100% - 300px) !important;
}
	#mobilenav .mobile-menu > li > ul.sub-menu > li > .arrow {
    color: #ffffff;
}
	.item-bignews .info-news .name-news{font-size:12px;}
	.section-news a.catename-news {color: #05881c;}

.section-news p.time-news {
    color: #05881c;
}
#mobilenav .mobile-menu > li > ul.sub-menu > li > ul.sub-menu li a{background:#ffffff;color:#333;text-align: left;border-bottom: 1px solid #333333;border-top: 0px;}
	.page-template #section-breadcrumb .background-overlay{padding:30px  0px }
.page-template{padding-bottom:30px}
	.info_contact {
    text-align: left;
}

.info_contact a {
    margin-left: auto;
}

.footer-sidebar .info_contact p {
    display: block;
}
}
.info_contact {
    margin-bottom: 25px;
}
p.copyright {
    color: #ffff;
}
.box-widgetfooter {
    border: 0px;
    margin-bottom: 0px;
}

.logo-footer img {
    max-width: none;
    max-height: none;
}

.logo-footer {
    width: 90px;
}

h3.title-widgetfooter {
    padding-left: 0px;
    margin-top: 0px;
}

p.p-footer1 {
    font-style: italic;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 3px;
    max-width: 336px;
}
.navbar-default .navbar-nav > li > a{font-size:16px !important}
.navbar-default #menu-primary-menu-left.navbar-nav > li > a{padding:20px 6px !important}
