body{
    font-family: 'Montserrat';
}
.fix {
  position:fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999 !important;
  -webkit-transition: position 0.4s;
  -o-transition: position 0.4s;
  transition: position 0.4s;
  -webkit-animation: affix-menu 1s;
  animation: affix-menu 1s;
}

@-webkit-keyframes affix-menu {
  from {
    position: fixed;
    top: -50px; }
  to {
    position: fixed;
    top: 0; 
      
  } 
    
}

@keyframes affix-menu {
  from {
    position: fixed;
    top: -50px; 
      
  }
  to {
    position: fixed;
    top: 0; 
  } 
}
h1, h2, h3, h4, h5{
    font-family: 'Montserrat-bold' !important;
}
.header-top{
    background: #064c87;
    padding: 5px 0px;
}
.header-top > .container > .row{
	display: flex;
	align-items: center;
}
.module-social ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.module-social ul li{
    display: inline-block;
    margin-right: 10px;
}
.module-social ul li:last-child{
    margin-right: 0px;
}
.module-social ul li a img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.language-custom ul{
    margin: 0;
    padding: 0;
}
.language-custom ul li{
    list-style: none;
    display: inline-block;
}

.language-custom ul li:first-child a{
    border-left: none;
    padding-left: 0px;
}
.language-custom ul li:last-child a{
    border-right: 0px;
}
.language-custom ul li a{
    color: #fff !important;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Montserrat-bold' !important;
    position: relative;
}
.language-custom ul li:last-child a{
    padding-right: 0px;
}
.language-custom ul li:last-child a:before{
    content: "|";
    position: absolute !important;
    left:-2px !important;
    top: -1px !important;
}
.language-custom ul li a.click-language{
    color: #fff !important;
}
.language-box{
    float: right;
}
.box-search-custom{
    float: right;
    margin-left: 15px;
}
.box-search-custom .btn-show-search > i{
    color: #fff;
    font-size: 16px;
}
.box-search-mobile .box-search {
	position: absolute;
	left: 0;
	margin: auto;
	display: none;
	background: #fff;
	border-radius: 0;
	z-index: 999;
	padding: 20px;
	box-shadow: 0 0 5px #000;
	width: 300px;
	left: initial;
	padding: 0;
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	right: 0;
	top: 100%;
	padding: 15px;
	transition: opacity .3s;
}
.box-search-mobile .box-search::before, .box-search-mobile .box-search::after {
    bottom: 100%;
    z-index: 999;
    opacity: 1;
    left: 100%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.box-search-mobile .box-search::before {
    border-bottom-color: #ddd;
    border-width: 10px;
    margin-left: -27px;
}
.box-search-mobile .box-search::after {
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -25px;
}
.box-search-mobile .box-search>.form-inline {
	border: none;
}

.box-search-mobile .box-search>.form-inline>.form-group {
	width: calc(100% - 39px);
	min-height: auto;
}

.box-search-mobile .btn-search {
	right: 0;
	height: 38px;
	background-color: #064c87;
	border: 1px solid #064c87;
}
.box-search>.form-inline>.form-group>.input-group>.form-control {
    width: 100%;
    height: 38px;
    border: none;
    box-shadow: none;
    font-size: 13px;
    border: 1px solid #064c87;
}
.box-search-custom .item-dropdown:hover{
	background-color: unset !important;
}
.logo img{
	width: 100px;
	height: auto;
}
.module-camb img{
	width: 250px;
	height: auto;
}
.header-bottom{
	background: #fff;
	padding: 10px 0px;
}
.header-bottom > .container > .row{
	display: flex;
	align-items: center;
}
.mighty-slider{
	height: 50vw !important;
	margin-bottom: 0px !important;
}
.mightyslider_modern_skin .mSPages li{
	width: 12px !important;
	height: 12px !important;
	background: #fff !important;
}
.mightyslider_modern_skin .mSPages li.active{
	background: #3aa5d1 !important;
	border: 2px solid #3aa5d1;
}
.boxTitle h2{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 22px;
	text-transform: uppercase;
}
.img-blogs-custom img{
	width: 100%;
	height: 450px;
	object-fit: cover;
}
.info-custom{
	background: rgba(118, 91, 167, 0.9);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60%;
	padding: 15px 15px 15px 15px;
}
.title-blog-custom{
	margin-top: 0px;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.item-blogs-custom{
	margin-bottom: 15px;
	position: relative;
}
.list-item-custom:nth-child(1) .info-custom{
	background: rgba(70, 173, 113, 0.9);
}
.list-item-custom:nth-child(2) .info-custom{
	background: rgba(118, 91, 167, 0.9);
}
.list-item-custom:nth-child(3) .info-custom{
	background: rgba(248, 185, 27, 0.9);
}
.list-item-custom:last-child .item-blogs-custom{
	margin-bottom: 0px;
}
.title-blog-custom a{
	color: #fff;
}
.desc-blogs-custom{
	color: #fff;
	font-size: 12px;
	line-height: 1.7;
	margin-bottom: 0px;
}
.btn-view-custom{
	display: inline-block;
	margin-top: 15px;
	line-height: 1.6;
	background-color: #064c87;
	padding: 10px 15px;
	border-radius: 100px;
	font-size: 14px;
	color: #fff;
	font-family: 'Montserrat-bold';
}
.btn-view-custom:hover{
	background-color: #3aa5d1;
}
.block-news-home{
	margin-bottom: 30px;
}
#header.fix{
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
}
#header.fix .header-bottom{
	background: #ffffffba;
}
.section-3 {
	background-image: url(/uploads/plugin/custom_img/2021-01-29/1611908040-923093838-custom.png);
	background-size: contain;
	background-repeat: repeat;
	background-position: top;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #064c87;
	margin-bottom: 30px;
}
.number-hot-item{
	width: 100%;
	margin-bottom: 30px;
	display: table;
}
.number-img{
	width: 20%;
	float: left;
}
.number-infor{
	width: 80%;
	float: left;
	padding-left: 15px;
}
.number-img img{
	width: 100%;
	height: auto;
}
.title-custom h2{
	margin-top: 0px;
	color: #333;
	text-align: center;
	margin-bottom: 15px;
	font-size: 22px;
	text-transform: uppercase;
}
.box-number .title-custom h2{
	color: #fff;
}
.is-driver{
	width: 150px;
	background-color: #064c87;
	height: 2px;
	display: table;
	margin: 0 auto;
}
.box-number .is-driver{
	background-color: #fff;
}
.title-custom{
	margin-bottom: 30px;
}

.number-infor h3{
	margin-top: 0px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 20px;
}
.number-infor p{
	margin-bottom: 0px;
	font-size: 13px;
	color: #fff;
}
.video-home.row{
	margin: 0 -7.5px;
}
.video-home .nh-video-item{
	padding: 0 7.5px;
}
.nh-video-item .fancybox-gallery img{
	height: 250px !important;
}
.video-des {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #064c87a8;
}
.video-des .title-video {
    font-size: 13px;
    padding: 10px 15px;
    color: #fff;
}
.video-home .image-wrapper{
	margin-bottom: 15px;
}
.video-home{
	margin-bottom: 30px !important;
}
.playhover {
    top: 50%;
    left: 50%;
    width: 30px;
    height: 22px;
    border-radius: 3px;
    position: absolute;
    background: #333333a6;
    transform: translate(-50%, -50%);
}
.video-home .playhover {
    width: 60px;
    height: 40px;
}
.playhover i {
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 9px solid #fff;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.fancybox-gallery:hover .playhover {
    background: #f00;
}
.img-events{
	width: 25%;
	float: left;
}
.img-events img{
	width: 100%;
	height: 80px;
	object-fit: cover;
}
.info-event{
	width: 75%;
	float: left;
	padding-left: 15px;
}
.short_intro p{
	font-weight: bold !important;
}
.title-events{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.3;
}
.title-events a{
    color: #fff;
}
.item-events{
	margin-bottom: 15px;
	background: rgb(0 0 0 / 25%);
	padding: 10px 10px 10px 10px;
}
.section-5{
	background-image: url(/uploads/plugin/custom_img/2021-01-29/1611908040-923093838-custom.png);
    background-size: contain;
    background-repeat: repeat;
    background-position: top;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #064c87;
    margin-bottom: 30px;
}
.block-event .is-driver{
	background-color: #fff;
}
.block-event .title-custom h2{
	color: #fff;
}
.date-evnet{
	margin-bottom: 0px;
	font-size: 12px;
	float: left;
	color: #fff;
}
.btn-event{
	float: right;
	color: #fff;
	font-size: 12px;
}
.readMore-link{
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.readMore-link a{
	background-color: #f8b91b;
	padding: 10px 15px;
	border-radius: 100px;
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
	display: table;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Montserrat-bold';
}
.boxPartner .content-brand .owl-carousel .owl-wrapper-outer{
	padding-bottom: 0px;
}
.boxPartner .owl-theme .owl-controls{
	margin-bottom: 0px;
}
.boxPartner{
	margin-bottom: 30px;
}
.boxPartner .owl-buttons{
	display: none;
}
.boxPartner .owl-wrapper{
	display: flex !important;
	align-items: center;
}
.banner-question {
	margin-bottom: 30px;
}
.banner-question img{
	width: 100%;
	height: auto;
	border: 3px solid #064c87;
}
.banner-question img:hover{
	border: 3px solid #3aa5d1;
}
.question-title h2{
	text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.title-question-item{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 1.3;
}
.title-question-item a{
	color: #333;
	position: relative;
	padding-left: 30px;
	display: inline-block;
	width: 100%;
}
.item-question{
	border-bottom: 1px solid #064c87;
	padding: 10px 0px;
}
.boxQuestion .list-item:first-child .item-question{
	padding-top: 0px;
}
.boxQuestion .list-item:last-child .item-question{
	border-bottom: none;
	padding-bottom: 0px;
}
.title-question-item i{
	background: #000;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	line-height: unset;
	top: 5px;
	left: 0px;
	min-height: unset;
	opacity: 1;
	transition: none;
	border-radius: 999px;
	position: absolute;
}
.item-question .title-question-item a:hover{
	color: #064c87;
}
.item-question .title-question-item a:hover i{
	background: #064c87;
}
.boxQuestion{
	margin-bottom: 30px;
}
.customer-comment {
    background: #064c87;
    padding: 15px 15px;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 15px;
    height: 230px;
    /* overflow: hidden; */
    color: #fff;
    position: relative;
}
.customer-info-img{
    width: 70px;
    float: left;
}
.customer-info-name{
    width: calc(100% - 70px);
    float: left;
    padding-left: 15px;
}
.customer-info-img img{
    width: 100%;
    height: 70px;
    object-fit: cover;
}
.customer-info{
    width: 100%;
    display: flex;
    align-items: center;
}
.chucvu{
    font-size: 13px;
    font-family: 'Montserrat';
    margin-bottom: 0px;
}
.customer-star-left ul{
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.customer-star-left svg{
    width: 35px;
}
.customer-star-left ul li{
    display: inline-block;
}
.customer-star-left ul li svg{
    width: 21px;
}
.customer-star{
    margin-bottom: 15px;
}
.customer-box{
    margin-bottom: 30px;
}
#triangle_down_1{
	width: 0;
	height: 0;
	border-top: 10px solid #064c87;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 30px;
}
.title-menu-ft{
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 16px;
}
.address-ft p:last-child a{
	margin-bottom: 0px;
}
#footer{
	padding-top: 30px;
}
.footer-bottom{
	border-top: 1px solid #fff;
}
.mypage-alo-phone {
    position: fixed;
    left: 0px;
    bottom: 0px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}
.mypage-alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top: 43px;
    left: 43px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(/uploads/plugin/custom_img/2021-01-30/1611993407-791440362-custom.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -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-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #083bf9;
    background-size: 70%;
}
.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    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;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #083bf9d6;
    opacity: .75 !important;
}
.mypage-alo-ph-circle{
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    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: #083bf9;
    opacity: .5;
}
#return-to-top i {
    text-align: center;
    height: 45px;
    width: 45px;
    line-height: 45px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    color: #fff;
    background-color: #d71e1e;
    color: #fff;
    -webkit-flex: 0 0 calc(50% - 240px/16);
    -ms-flex: 0 0 calc(50% - 240px/16);
    flex: 0 0 calc(50% - 240px/16);
    cursor: pointer;
}
.actionToolbar_mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    height: 45px;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    background: #fff;
    padding: 5px 10px;
}

.actionToolbar_mobile ul.actionToolbar_listing {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    list-style-type: none;
    height: 100%;
}

.actionToolbar_mobile ul.actionToolbar_listing li {
    width: 20%;
    float: left;
}

.actionToolbar_mobile ul.actionToolbar_listing li a {
    display: block;
    color: #696969;
    font-size: 12px;
    text-align: center;
    position: relative;
}

.actionToolbar_mobile ul.actionToolbar_listing li a img{
    width: 20px;
    height: 20px;
}

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a img{
    width: 44px;
    height: 44px;
    margin-top: -25px;
    display: inline-block;
    vertical-align: top;
}
#return-to-top i { 
    text-align: center;
    height: 45px;
    width: 45px;
    line-height: 45px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    color: #fff;
    background-color: #d71e1e;
    color: #fff;
    -webkit-flex: 0 0 calc(50% - 240px/16);
    -ms-flex: 0 0 calc(50% - 240px/16);
    flex: 0 0 calc(50% - 240px/16);
    cursor: pointer;
}
.addThis_listing{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    list-style-type: none;
    display: none;
    z-index: 9;
}

.addThis_listing img{
    width: 44px;
    height: 44px;
    object-fit: cover;
}

.addThis_listing .addThis_item{
    margin-bottom: 5px;
}

.addThis_listing .addThis_item .addThis_item--icon{
    position: relative;
    cursor: pointer;
}

.addThis_listing .addThis_item .addThis_item--icon:hover {
    text-decoration: none;
    opacity: 0.8;
    box-shadow: 0 5px 10px rgba(0,0,0,.15), 0 4px 15px rgba(0,0,0,.13);
}

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 13px;
    font-family: 'Montserrat-bold' !important;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 1);
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 1);
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.contact-admission .close{
	background: #222 !important;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    border: 2px solid #fff !important;
    position: absolute;
    top: -15px;
    right: -15px;
    opacity: 1;
}
.contact-admission .title-lienhe{
	font-size: 20px;
	font-family: 'Montserrat-bold';
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}
.contact-admission .modal-header{
	background: #064c87;
	padding: 15px 0px;
}
.contact-admission .form-control{
	height: 40px;
	font-size: 13px;
}
.contact-admission .modal-content{
	border: 5px solid #064c87;
}
.contact-admission .form-group{
	min-height: auto;
}
.contact-admission .form-group .btn-submit{
	background: #064c87;
	color: #fff;
	padding: 10px 15px;
	border-radius: 100px;
	font-family: 'Montserrat-bold';
	display: table;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}
.contact-admission .list-button{
	margin-bottom: 0px;
}
.image-wrapper-custom {
    border: 1px solid #064c87;
    display: table;
    width: 100%;
    height: auto !important;
}
.image-wrapper-custom {
    margin-bottom: 15px !important;
}
.image-wrapper-custom img {
    height: 200px !important;
    object-fit: cover;
    -webkit-transition: opacity .6s, -webkit-filter .6s, -webkit-transform .6s, -webkit-box-shadow .3s;
    transition: opacity .6s, -webkit-filter .6s, -webkit-transform .6s, -webkit-box-shadow .3s;
    -o-transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s, -webkit-filter .6s, -webkit-transform .6s, -webkit-box-shadow .3s;
    width: 100%;
}
.image-wrapper-custom .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #064c87c9;
    padding: 15px 15px;
}
.image-wrapper-custom .info .title-blogs-item {
    margin: 0px 0px;
    height: auto;
    text-align: center;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
}
.image-wrapper-custom:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.album-home{
	margin-bottom: 30px;
}
.album-home .image-wrapper-custom{
	margin-bottom: 15px !important;
}
.album-home .light-gallery:last-child .image-wrapper-custom{
	margin-bottom: 0px;
}
.album-home > .row{
	margin: 0 -7.5px;
}
.light-gallery{
	padding: 0 7.5px;
}
.bre-box{
	background-image: url(/uploads/plugin/custom_img/2021-02-08/1612747221-1802565573-custom.jpg);
    width: 100%;
    background-size: cover;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 15px;
    position: relative;
}
.block-breadcrumb .title-main{
	background: unset;
	padding: 0px 0px;
}
.bre-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0006;
}
.breadcrumb-box {
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 0px 0px;
    transform: translateY(-50%);
}
.block-breadcrumb{
	height: 120px;
}
.breadcrumb>li a, .breadcrumb .active {
    color: #fff !important;
    font-size: 13px;
}
.block-breadcrumb .title-main h1 {
    font-size: 24px;
    color: #fff;
    text-align: left;
    position: relative;
    margin: 0;
    text-transform: uppercase;
}
.block-breadcrumb .title-breadcrumb{
	margin-top: 10px;
}
.project-related-main .content-item{
    padding: 15px 15px 15px 15px;
    border: none;
    border-radius: 0px;
    display: table;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}
.project-related-main .item-product:last-child .content-item{
    border-bottom: none;
}
.boxProject{
    width: 100%;
    background: #f0f0f0;
    margin-bottom: 15px;
    display: inline-block;
}
.box-title-projcet{
    background: #064c87 none repeat scroll 0 0;
    color: #fff;
    line-height: 19px;
    padding: 10px 10px;
    margin-bottom: 0px;
}
.box-title-projcet a {
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat-bold';
}
.project-related-main .item-product{
    margin-bottom: 0px;
}
.project-related-main .item-product .content-item .img{
    position: unset;
    padding-top: 0;
    width: 75px;
    float: left;
    min-height: auto;
}
.project-related-main .item-product .content-item .img > a{
    position: unset;
}
.project-related-main .item-product .content-item img{
    width: 100%;
    height: auto;
    position: static;
}
.project-related-main .item-product .info{
    width: calc(100% - 75px);
    float: left;
    padding-left: 15px;
    min-height: auto;
    padding-right: 0px;
}
.project-related-main .item-product .info .title-product{
    max-height: 100%;
    text-transform: unset;
}
.project-related-main .item-product .info .title-product a{
    font-family: 'Montserrat-bold';
    font-size: 13px;
}
.header-top .menu-top li a{
	padding: 0px 0px;
	font-size: 11px;
	color: #fff;
}
.header-top .menu-top li{
	margin-right: 7.5px;
	margin-left: 7.5px;
	display: inline-block;
}
.header-top .menu-top li:first-child{
	margin-left: 0px;
}
.header-top .menu-top li:last-child{
	margin-right: 0px;
}
.header-top .btn-toggle{
	padding: 0px 0px;
	display: none !important;
}
.header-top .menu-top{
	display: table !important;
	margin-left: auto;
	margin-right: auto;
}
.wrap-custom .item-blogs .img-blogs{
	padding-top: 0;
	margin-bottom: 0px;
}
.wrap-custom .item-blogs .img-blogs img{
	position: relative;
	width: 100%;
	height: 200px !important;
	object-fit: cover;
}
.wrap-custom .item-blogs .info .title-blogs-item{
	height: auto;
	margin-bottom: 10px;
	margin-top: 0px !important;
}
.wrap-custom .item-blogs .info .title-blogs-item a{
	font-size: 15px !important;
	color: #333;
}
.wrap-custom .item-blogs .info .title-blogs-item a:hover{
	color: #064c87;
}
.wrap-custom .item-blogs{
	background-color: #F5F5F5;
	padding: 0px 0px;
	margin-bottom: 15px;
	border-bottom: none;
}
.wrap-custom .item-blogs .btn-view-more{
	display: block;
	float: left;
	font-family: 'Montserrat-bold';
	padding: 0px 0px;
	font-size: 13px;
}
.wrap-custom .item-blogs .btn-view-more:hover{
	color: #064c87;
}
.wrap-custom .box-blogs.view-list .info .desc-blogs{
	font-size: 13px;
	color: #333;
}
#video-gallery.row{
	margin: 0 -7.5px;
}
#video-gallery.row > .nh-video-item{
	padding: 0 7.5px;
}
.row-images{
	margin: 0 -7.5px;
}
.introdue-page .item-blogs{
	background: #f5f5f5;
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 15px;
}
.introdue-page .item-blogs .img-blogs{
	padding-top: 60%;
	margin-bottom: 0px;
}
.introdue-page .item-blogs .info{
	padding: 15px 15px 15px 15px;
}
.introdue-page .item-blogs .title-blogs-item{
	height: 40px;
}
.introdue-page .item-blogs .title-blogs-item a{
	color: #333;
	font-size: 14px !important;
}
.introdue-page .item-blogs .title-blogs-item:hover a{
	color: #064c87;
}
.introdue-page .item-blogs .desc-blogs{
	height: 40px;
	overflow: hidden;
	font-size: 13px;
	color: #333;
}
.page-rec .item-blogs .img-blogs img{
	position: static;
	width: 100%;
	height: auto;
}
.page-rec .item-blogs .img-blogs{
	margin-bottom: 0px;
	padding-top: 0;
}
.page-rec .item-blogs{
	background: #EBEBEB;
	padding: 0px 0px 0px 0px;
	border-bottom: none;
}

.page-rec .box-blogs.view-list .info{
	padding: 15px 15px 15px 15px;
}
.page-rec .title-blogs-item{
	height: auto;
	margin-bottom: 10px;
	margin-top: 0px !important;
}
.page-rec .title-blogs-item a{
	font-size: 16px !important;
	color: #333;
}
.page-rec .title-blogs-item a:hover{
	color: #064c87;
}
.page-rec .item-blogs .desc-blogs{
	color: #333;
	font-size: 13px;
}
.file-infor ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.file-infor ul li{
	margin-bottom: 5px;
	font-size: 13px;
}
.file-infor ul li strong{
	font-family: 'Montserrat-bold';
}
.file-infor ul li:last-child{
	margin-bottom: 0px;
}
.read-rec a{
	display: inline-block;
	background: #064c87;
	color: #fff;
	font-size: 13px;
	font-family: 'Montserrat-bold';
	padding: 10px 20px;
	border-radius: 100px;
	margin-top: 15px;
}
.read-rec a:hover{
	background: #3aa5d1;
	color: #fff;
}
.rec-content-detail h1{
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 22px;
	color: #064c87'
}
.rec-content-main{
	border: 1px solid #064c87;
	background: #f5f5f5;
}
.rec-content-item h2{
	margin-top: 0px;
	margin-bottom: 0px;
}
.rec-content-item h2{
	padding: 10px 15px;
	background: #064c87;
	color: #fff;
	font-size: 20px;
}
.info-rec-item{
	padding: 15px 15px 15px 15px;
}
.info-rec-item ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.info-rec-item-1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.info-rec-item-1 ul li{
	margin-bottom: 5px;
	font-size: 14px;
}
.info-rec-item-1 ul li:last-child{
	margin-bottom: 0px;
}
.info-rec-item-1 ul li strong{
	font-family: 'Montserrat-bold';
}
.detail-post-rec{
	margin-bottom: 30px;
}
.boxContact-information-title{
	margin-top: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 20px;
}
.boxContact-information-content p{
	font-size: 14px;
}
.name-company{
	text-transform: uppercase;
	font-family: 'Montserrat-bold';
	color: #064c87;
	font-size: 16px;
	margin-bottom: 10px;
}
.boxContact-information-content p span{
	font-family: 'Montserrat-bold';
}
.boxContact-top{
	margin-bottom: 30px;
}
.boxContact-map{
	margin-bottom: 30px;
}
.boxContact-form-top{
	text-align: center;
    margin-bottom: 30px;
}
.boxContact-form-top h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #323c3f;
    text-transform: uppercase;
    font-size: 20px;
}
.boxContact-form-top p {
    font-size: 13px;
    color: #9f9f9f;
}
.boxContact-form-bottom .form-contact.row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.boxContact-form-bottom .form-contact.row > div {
    padding-left: 7.5px;
    padding-right: 7.5px;
    clear: initial;
}
.boxContact-form-bottom input.form-control {
    height: 40px;
    border: 1px solid #d1d1d1;
    border-radius: 0px !important;
}
.boxContact-form-bottom .form-group>.captcha-img {
    margin-top: 0px;
    margin-right: 15px;
    height: 40px;
    width: auto !important;
    margin-bottom: 0px;
}
.captcha-reload{
	border: 1px solid #d1d1d1;
    border-radius: 0px !important;
    margin-top: 0px;
    float: left;
    width: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
}
.text {
    float: left;
    width: 45%;
}
.boxContact-form-bottom .captcha-input {
    border: 1px solid #d1d1d1;
    border-radius: 0px !important;
    margin-top: 0px;
    max-width: 150px;
	padding: 10px 5px;
}
.boxContact-form-bottom form#frm-send-contact .txt-upper {
    background: #064c87;
    font-family: 'Montserrat-bold';
    border-radius: 3px;
    box-shadow: none;
    border: none;
    float: right;
}
.boxContact-form-bottom form#frm-send-contact .txt-upper:hover{
	background: #3aa5d1 !important;
}
.ckeditor-post img{
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.img_intro1{
	margin-bottom: 30px;
}
.rec-school-title{
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 18px;
}
.rec-school-content p{
	font-size: 14px;
}
.rec-school-img img{
	display: table;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}
.rec-school{
	margin-bottom: 30px;
}
@media(min-width: 768px){
    .mighty-slider{
		height: 25vw !important;
	}
}

@media(min-width: 992px){
    .header-top{
        padding: 0px 0px;
    }
    .module-social ul li a img{
        width: 20px;
        height: 20px;
        object-fit: contain;
    }
    .language-custom ul li a{
        font-size: 13px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .box-search-mobile .box-search{
        right: 0px;
        top: 31px;
    }
    .logo img{
		width: 150px;
		display: inline-block;
	}
	.module-camb img{
		width: 150px;
		float: right;
	}
	.wsmenu-list > li{
		margin: 0px 10px !important;
	}
	.wsmenu-list > li > .navtext{
		font-size: 13px;
		padding: 5px 0px !important;
		line-height: unset!important;
	}
	.wsmenucontainer{
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	.wsmenu-submenu {
		position: absolute;
		top: 100%;
		z-index: 1000;
		margin: 0px;
		background-color: #fff;
		border-radius: 0;
		box-shadow: 0 2px 3px rgba(0,0,0,.15);
		padding: 0;
		min-width: 215px;
		border-top: 5px solid #3aa5d1 !important;
		opacity: 0;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.1s 0.1s;
		transition: transform 1s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.1s 0.1s;
		padding: 0px 0px;
		background: #fff;
		border: 1px solid #3aa5d1;
	}
	.wsmenu-submenu > li > a{
		 font-size: 13px;
		 padding: 7.5px 15px;
		 border-bottom: none;
		 text-transform: uppercase;
	}
	.wsmenu-submenu > li:last-child > a{
		border-bottom: none;
	}
	.wsmenu-submenu > li:hover>a{
		background: #3aa5d1 !important;
		color: #fff;
	}
	.mighty-slider{
		height: 35vw !important;
		margin-bottom: 0px !important;
	}
	.img-blogs-custom img{
		width: 100%;
		height: 400px;
	}
	.boxTitle h2{
		font-size: 25px;
		margin-bottom: 40px;
	}
	.item-blogs-custom{
		margin-bottom: 15px;
	}
	.info-custom{
		left: 0;
		right: unset;
		width: 50%;
		height: 100%;
		top: 0;
		padding: 30px 30px 30px 30px;
	}
	.list-item-custom:nth-child(even) .info-custom{
		left: unset;
		right: 0;
	}
	.title-blog-custom{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.desc-blogs-custom{
		font-size: 14px;
		line-height: 1.7;
	}
	.btn-view-custom{
		padding: 10px 30px;
		font-size: 14px;
		margin-top: 30px;
	}
	.block-news-home{
		margin-bottom: 50px;
	}
	.section-3 {
		padding-top: 50px;
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	.number-img{
		width: 100%;
		float: left;
		margin-bottom: 15px;
	}
	.number-infor{
		width: 100%;
		float: left;
		padding-left: 15px;
	}
	.number-img img{
		width: 70px;
	}
	.number-hot-item{
		text-align: center;
	}
	.title-custom h2{
		font-size: 25px;
		margin-bottom: 15px;
	}
	.is-driver{
		width: 150px;
		height: 2px;
	}
	.title-custom{
		margin-bottom: 50px;
	}
	.box-number-content > .row{
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
	.box-number-content > .row > div{
		/* padding-left: 7.5px; */
		/* padding-right: 7.5px; */
		/* width: 20%; */
	}
	.number-hot-item{
		margin-bottom: 0px;
	}
	.number-infor h3{
		font-size: 30px;
	}
	.number-infor p{
		font-size: 14px;
	}
	.nh-video-item .fancybox-gallery img{
		height: 250px !important;
	}
	.video-des .title-video {
		font-size: 13px;
		padding: 10px 15px;
	}
	.image-wrapper{
		margin-bottom: 15px;
	}
	.video-home .image-wrapper{
		margin-bottom: 0px;
	}
	.video-home{
		margin-bottom: 50px !important;
	}
	.playhover {
		width: 60px;
		height: 40px;
		border-radius: 3px;
	}
	.video-home .playhover {
		width: 60px;
		height: 40px;
	}
	.playhover i {
		border-bottom: 10px solid transparent;
		border-top: 10px solid transparent;
		border-left: 14px solid #fff;
	}
	.video-home .playhover i {
		border-bottom: 10px solid transparent;
		border-top: 10px solid transparent;
		border-left: 14px solid #fff;
	}
	.img-events{
		width: 25%;
	}
	.img-events img{
		width: 100%;
		height: 80px;
	}
	.info-event{
		width: 75%;
		padding-left: 15px;
	}
	.title-events{
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 1.3;
	}
	.item-events{
		margin-bottom: 30px;
		padding: 10px 10px 10px 10px;
	}
	.section-5{
		padding-top: 50px;
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	.date-evnet{
		color: #fff;
		font-size: 13px;
	}
	.btn-event{
		font-size: 13px;
	}
	.readMore-link a{
		padding: 10px 30px;
		font-size: 14px;
		margin-top: 20px;
	}
	.boxPartner{
		margin-bottom: 50px;
	}
	.banner-question {
		margin-bottom: 50px;
	}
	.question-title h2{
		margin-bottom: 30px;
		font-size: 20px;
		text-align: left;
	}
	.title-question-item{
		font-size: 14px;
	}
	.item-question{
		padding: 15px 0px;
	}
	.title-question-item a{
		padding-left: 30px;
	}
	.title-question-item i{
		width: 10px;
		height: 10px;
	}
	.boxQuestion{
		margin-bottom: 50px;
    }  
    .customer-comment{
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 1.5;
        padding: 15px 15px;
        height: 230px;
    }
    .customer-info-img{
        width: 80px;
        float: left;
    }
    .customer-info-name{
        width: calc(100% - 80px);
        float: left;
        padding-left: 15px;
    }
    .customer-info-img img{
        width: 100%;
        height: 80px;
        object-fit: cover;
    }
    .customer-box{
        margin-bottom: 50px;
    }  
    .title-menu-ft{
		margin-bottom: 15px;
		font-size: 18px;
	}
	.menu-footer-vertical{
		margin-bottom: 30px;
	}
	#footer{
		padding-top: 50px;
	}
	.coppyright{
		padding: 15px 0px;
		font-size: 13px;
	}
	.contact-admission .title-lienhe{
		font-size: 22px;
	}
	.contact-admission .modal-dialog{
		width: 400px;
	}
	.contact-admission .form-control {
		height: 40px;
		font-size: 14px;
	}
	.contact-admission .form-group .btn-submit{
		padding: 10px 20px;
		font-size: 14px;
	}
	.image-wrapper-custom {
		margin-bottom: 15px !important;
	}
	.image-wrapper-custom img {
		height: 250px !important;
	}
	.image-wrapper-custom .info .title-blogs-item {
		font-size: 14px;
	}
	.album-home{
		margin-bottom: 50px;
	}
	.album-home .image-wrapper-custom{
		margin-bottom: 0px !important;
	}
	.bre-box{
		height: 200px;
        margin-bottom: 30px;
	}
	.block-breadcrumb{
		height: 200px;
	}
	.breadcrumb>li a, .breadcrumb .active {
		font-size: 14px;
	}
	.block-breadcrumb .title-main h1{
		font-size: 30px;
	}
	.block-breadcrumb .title-breadcrumb{
		margin-top: 15px;
	}
	.box-title-projcet{
        line-height: 19px;
        padding: 15px 10px;
        margin-bottom: 0px;
    }
    .box-title-projcet a {
        font-size: 16px;
    }
    .boxProject{
        margin-bottom: 30px;
    }
    .project-related-main .item-product .info .title-product a{
        font-size: 14px;
    }
    .project-related-main .item-product .content-item .img{
        width: 75px;
    }
    .project-related-main .item-product .info{
        width: calc(100% - 75px);
    }
    .header-top .menu-top li{
    	margin-left: 0px;
    	margin-right: 0px;
	}
	.header-top .menu-top li a{
		padding: 10px 15px;
	}
	.header-top .menu-top li a:hover{
		background: #3aa5d1;
		color: #fff;
	}
	.header-top .menu-top li a{
		font-size: 13px;
		color: #fff;
	}
	.header-top .menu-top{
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	.wrap-custom .item-blogs .info .title-blogs-item{
		margin-bottom: 10px;
	}
	.wrap-custom .item-blogs .info .title-blogs-item a{
		font-size: 18px !important;
	}
	.wrap-custom .item-blogs .img-blogs img{
		height: 200px
	}
	.box-blogs.view-list .info{
		padding: 15px 20px;
	}
	.wrap-custom .item-blogs .btn-view-more{
		font-size: 13px;
	}
	.wrap-custom .box-blogs.view-list .info .desc-blogs{
		font-size: 14px;
	}
	.top-list-blogs-subpage{
		margin-bottom: 30px !important;
	}
	.introdue-page .item-blogs{
		margin-bottom: 30px;
	}
	.introdue-page .item-blogs .title-blogs-item{
		height: 40px;
	}
	.introdue-page .item-blogs .title-blogs-item a{
		font-size: 16px !important;
	}
	.introdue-page .item-blogs .desc-blogs{
		height: 40px;
		font-size: 14px;
	}
	.page-rec .item-blogs{
		padding: 15px 15px 15px 15px;
		margin-bottom: 15px;
	}
	.page-rec .box-blogs.view-list .info{
		padding: 0px 0px 0px 20px;
	}
	.page-rec .title-blogs-item{
		margin-bottom: 10px;
	}
	.page-rec .title-blogs-item a{
		font-size: 18px !important;
	}
	.page-rec .item-blogs .desc-blogs{
		font-size: 14px;
	}
	.file-infor ul li{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.read-rec a{
		margin-top: 0px;
		padding: 15px 30px;
		font-size: 14px;
		float: right;
	}
	.row-rec{
		display: flex;
		align-items: center;
	}
	.rec-content-detail h1{
		font-size: 24px;
	}
	.rec-content-item h2{
		padding: 10px 15px;
		font-size: 20px;
	}
	.info-rec-item{
		padding: 15px 15px 15px 15px;
	}
	.info-rec-item-1 ul li{
		margin-bottom: 10px;
		font-size: 14px;
    }
    .info-rec-item-1 ul li strong{
    	width: 150px;
    	display: inline-block;
    }
    .detail-post-rec{
    	margin-bottom: 30px;
    }
    .boxContact-information-title{
    	font-size: 20px;
    	margin-bottom: 15px;
    }
    .name-company{
    	margin-bottom: 10px;
    	font-size: 18px;
    }
    .boxContact-information-content p{
		font-size: 14px;
	}
	.boxContact-top{
		margin-bottom: 30px;
	}
	.boxContact-map{
		margin-bottom: 0px;
	}
	.boxContact-form-top h3 {
		font-size: 20px;
	}
	.boxContact-form-top p {
		font-size: 13px;
    }
    .boxContact-form-bottom {
		padding: 0px 20%;
	}
	.rec-school-title{
		margin-bottom: 30px;
		font-size: 22px;
	}
	.rec-school-content p{
		font-size: 14px;
	}
	.rec-school-img img{
		width: auto;
		height: auto;
	}
	.rec-school{
		margin-bottom: 30px;
	}
	.box-number-content > .row > div {
        padding-left: 7.5px;
        padding-right: 7.5px;
        width: 20%;
    }
    .header-bottom > .container > .row{
    	margin: 0px 0px;
    }
    .header-bottom > .container > .row > div{
    	padding: 0px 0px;
    }
    .header-bottom > .container > .row > div:nth-child(1),
    .header-bottom > .container > .row > div:nth-child(3){
    	width: 150px !important;
    }
    .header-bottom > .container > .row > div:nth-child(2){
    	width: calc(100% - 30px) !important;
    }
}

@media(min-width: 1200px){
    .mighty-slider{
		height: 35vw !important;
	}
}

@media(min-width: 1400px){
    .mighty-slider{
		height: 35vw !important;
	}
}

@media(max-width: 768px){
    .boxPartner .content-brand .item{
    	padding: 0 7.5px;
    }
    .boxPartner .tab-content.row{
    	margin: 0 -7.5px;
    }
    .header-mobile{
    	padding: 10px 0px;
    	background: #fff;
    }
    .language-custom ul li a{
    	color: #000 !important;
    }
    .language-custom ul li a.click-language {
		color: #000 !important;
	}
	.language-box{
		margin-right: 0px !important;
	}
	.header-mobile > .container  >.row{
		display: flex;
		align-items: center;
	}
	.wsmenucontainer.wsoffcanvasopener .animated-arrow{
		display: none;
	}
	.searchMobile {
		background-color: rgba(255,255,255,0.1);
		padding: 15px 10px;
		width: 100%;
		display: inline-block;
	}
	.searchMobile form {
		width: 100%;
		background: #fff;
	}
	.searchMobile form .form-group {
		width: 86%;
		float: left;
		margin-bottom: 0px;
		min-height: 30px;
		background: #fff;
	}
	.searchMobile form .btn-search {
		width: 14%;
		float: left;
		text-align: center;
		background: #002865 !important;
		border: 1px solid #002865 !important;
	}
	.searchMobile .input-group{
		width: 100%;
	}
	.searchMobile .input-group input{
		font-size: 13px;
	}
	.header-mobile .wsoffcanvasopener .wsmain {
		background-color: #222 !important;
	}
	.header-mobile .wsoffcanvasopener .wsmenu > .wsmenu-list > li > a{
		color: #fff;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		padding: 10px 15px;
		font-size: 14px;
	}
	.header-mobile .wsmenu-submenu li a {
		background-color: rgba(255,255,255,0.1) !important;
		border-top: 1px solid rgba(255,255,255,0.1);
		color: #fff;
		padding-left: 30px;
	}
	.header-mobile .wsoffcanvasopener .wsmenu .wsmenu-submenu {
		background-color: rgba(255,255,255,0.1) !important;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.mightyslider_modern_skin.isTouch .mSPages{
		bottom: 5px !important;
	}
	.block-news-home .info-custom .btn-view-custom{
		font-size: 12px;
	}
	.number-hot-item{
		display: flex;
		align-items: center;
	}
	.header-top .hidden-mobile{
		position: static;
		background: unset;
		border: none;
		min-width: auto;
		padding: 0px 0px;
	}
	.wrap-custom .box-blogs.view-list .item-blogs .img-blogs{
		width: 100%;
	}
	.wrap-custom .box-blogs.view-list .info{
		width: 100%;
		padding: 15px 15px 15px 15px !important
	}
	.wrap-custom .box-blogs.view-list .info .desc-blogs, .box-blogs.view-list .btn-view-more{
		display: block !important;
	}
	.page-rec .box-blogs.view-list .item-blogs .img-blogs{
		width: 100% !important;
	}
	.page-rec .box-blogs.view-list .info{
		width: 100%;
	}
	.boxContact-form-bottom .form-group>.captcha-img {
		width: 135px !important;
		margin-right: 15px;
	}
	.boxContact-form-bottom .captcha-reload {
		width: 40px;
		margin-right: 15px;
	}
    .boxContact-form-bottom .text {
		width: calc(100% - 205px);
		float: left;
		margin-top: 10px;
	}
	.boxContact-form-bottom .captcha-input {
		max-width: 100%;
		width: 100%;
	}
	.boxContact-form-bottom form#frm-send-contact .txt-upper {
        float: none !important;
        display: table;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 30px;
    }
    .navbar-header{
    	text-align: center;
    }
    .ckeditor-post img {
    	width: 100%;
    	height: auto !important
    }
}


.content-text-head {
	margin-bottom: 15px;
}
.row-item-main {
	margin-bottom: 15px;
}
.cva-title {
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 20px;
}
.cvt-list ul {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}
.cvt-list ul li {
	margin-bottom:10px;
}
.cva-img img {
	width: 100% !important;
	height: auto !important;
	margin-bottom: 15px;
}
.item-counter ul {
    color: white;
    list-style: none;
}

.item-counter ul li {
    margin-bottom: 10px;
}
.item-counter ul li i {
    margin-right: 5px;
    min-width: 15px;
}
@media(min-width: 992px) {
	.content-text-head {
		margin-bottom: 30px;
	}
	.row-item-main:nth-child(even) >  .row > div:nth-child(1) {
		float:  right;
	}
	.row-item-main:nth-child(even) >  .row > div:nth-child(2) {
		float:  left;
	}
	.row-item-main {
		margin-bottom: 30px;
	}
	.cva-title {
		margin-bottom: 15px;
		font-size: 22px;
	}
	.cva-img img {
		width: 100% !important;
		height: auto !important;
		margin-bottom: 30px;
	}
}