/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-block{
	width: auto;
}
img{
	width: auto;
}
.header-bg-color{
	background-color: unset !important;
}
#masthead .header-nav > li{
	margin: 0;
}
#masthead .header-nav > li > a{
	font-size: 15px;
	color: #0854A2;
	padding-left: 8px;
	padding-right: 8px;
}
#masthead .header-nav > li > a:hover{
	color: #FCB315;
	transition: 0.3s;
}
#masthead .header-nav > li.current-menu-item > a{
	font-weight: 700;
	color: #FCB315;
}
#masthead .header-nav > li.active > a{
	font-weight: 700;
	color: #FCB315;
}
#masthead .header-nav > li.col2 > .sub-menu {
	width: 436px;
}
#masthead .header-nav > li.col2 > .sub-menu > li{
	width: 50%;
	float: left;
}
#masthead .header-nav > li.col2 > .sub-menu > li > a{
	font-size: 14px;
	font-weight: 400;
	line-height: 21.82px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #0854A2;
}
#masthead .header-nav > li.col2 > .sub-menu > li > a:hover{
	color: #FCB315;
	transition: 0.3s;
}
#masthead .header-nav > li.col2 > .sub-menu > li.current-menu-item > a{
	color: #FCB315;
}
.header-button-1 a{
	font-size: 16px;
    text-transform: inherit;
    font-weight: 400;
    border: none;
    background: #0854A2 !important;
    box-shadow: unset;
    color: #fff;
    min-height: 38px;
    padding: 0 9px;
}
.absolute-footer{
	display: none;
}
.Footer-xp{
	padding: 0 112px;
}
.Footer-xp img{
	width: auto;
	padding: 0;
}
.Footer-xp .col1 .icon-box{
	margin-bottom: 24px;
}
.Footer-xp .col1 .icon-box p{
	font-size: 16px;
	line-height: 21px;
	color: #0854A2;
	letter-spacing: 0.05em;
}
.Footer-xp .col1 .icon-box a{
	color: #0854A2;
}
.Footer-xp .col1 .link{
	display: inline-block;
    width: 44px !important;
    height: 44px;
    text-align: center;
    line-height: 44px;
    margin-right: 18px;
    box-shadow: 4px 4px 5px 0px #0000001A;
    border-radius: 50%;
}
.Footer-xp .ux-menu .menu-item a{
	padding: 0;
	min-height: unset;
	font-size: 12px;
	line-height: 16.37px;
	letter-spacing: 0.05em;
	color: #6F6F6F;
}
.Footer-xp .ux-menu .menu-item a:hover{
	color: #0854A2;
}
.Footer-xp .col2 .icon-box{
	margin-bottom: 4px;
}
.Footer-xp .col2 .icon-box img{
	position: relative;
	top: -3px;
}
.Footer-xp .col2 .icon-box h3{
	font-size: 18px;
	line-height: 24px;
	color: #0854A2;
	letter-spacing: 0.05em;
}
.Footer-xp .col2 .icon-box .icon-box-text{
	padding-left: 5px;
}
.Footer-xp .col1{
	flex-basis: 28%;
    max-width: 28%;
}
.Footer-xp .col2{
	flex-basis: 44%;
    max-width: 44%;
}
.Footer-xp .col4{
	flex-basis: 28%;
    max-width: 28%;
}
#footer{
	box-shadow: 0px -2px 20px 0px #0000001A;
	padding-top: 55px;
}
.sec_01{
	padding: 20px 0 0px 0 !important;
}
.title_h2 h2{
	text-align: center;
	font-size: 32px;
	line-height: 43px;
	color: #0854A2;
}
.sec_01 p{
	font-size: 18px;
	font-weight: 400;
	line-height: 24.55px;
	letter-spacing: 0.05em;
	text-align: justify;
	color: #6A6A6A;
	margin-bottom: 30px;
}
.sec_01 .href{
	text-align: center;
}
.sec_01 .href p{
	margin-bottom: 0;
}
.sec_01 .href a{
	display: block;
	max-width: 171px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #FCB315;
	color: #FCB315;
	font-weight: 700;
	border-radius: 40px;
	text-decoration: unset;
}
.sec_01 .href a svg{
	position: relative;
	top: 5px;
}
.sec_01 .href a:hover{
	background: #FCB315;
	color: #fff;
	transition: 0.3s;
}
.sec_02 .box{
	border-radius: 15px;
	overflow: hidden;
}
.sec_02 .box .overlay{
	background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, rgba(59, 59, 59, 0.297222) 17.1%, rgba(0, 0, 0, 0.7) 39.6%);
}
.sec_02 .box .box-text{
	padding: 25px 50px;
}
.sec_02 .box .box-text h4{
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 0px;
	color: #fff;
}
.sec_02 .box .box-text p{
	font-size: 18px;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 0px;
	color: #fff;
	margin-top: 15px;
}
.sec_02 .box .box-text .text2{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.sec_02 .box .box-text .button{
	margin-bottom: 0;
    border: 1px solid #FCB315;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    min-width: 180px;
    color: #FCB315;
    line-height: 54px;
    min-height: 54px;
}
.sec_02 .box .box-text .button:hover{
	background-color: unset;
}
.sec_02 .active .button{
	background: #fff !important;
	border: 1px solid #fff !important;
	margin-top: 30px;
}
.sec_02 .active .box-text .text2{
	display: block;
    max-height: 420px;
    overflow: auto;
    padding-right: 5px;
}
/* width */
.sec_02 .active .box-text .text2::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.sec_02 .active .box-text .text2::-webkit-scrollbar-track {
  background: #0854A2; 
}
 
/* Handle */
.sec_02 .active .box-text .text2::-webkit-scrollbar-thumb {
  background: #f1f1f1; 
}

/* Handle on hover */
.sec_02 .active .box-text .text2::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.sec_02 .active .overlay{
	background: #0854A2;
}
.sec_03 .title_h2 h2{
	text-align: left;
	margin-bottom: 0;
}
.sec_03 .title_h2 a{
	float: right;
	font-size: 18px;
	line-height: 43px;
	font-weight: 400;
	color: #2AA7DF;
}
.news-widget-sidebar-widget{
	margin: 0 -12px;
	padding-left: 37px;
}
.news-widget-sidebar-widget .news-item-sidebar-clear{
	padding: 0 12px;
}
.news-widget-sidebar-widget .slick-list{
	padding-right: 400px;
}
.news-widget-sidebar-widget .news-thumb{
	width: 100%;
	height: 377px;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	margin-bottom: 28px;
}
.news-widget-sidebar-widget .news-thumb img{
	width: 100%;
	height: 377px;
	object-fit: cover;
}
.news-widget-sidebar-widget .box__slider .date{
	font-size: 13px;
	line-height: 17px;
	font-weight: 700;
	color: #FCB315;
	margin-bottom: 5px;
	display: block;
}
.news-widget-sidebar-widget .box__slider .date svg{
	margin-right: 5px;
	position: relative;
	top: 3px;
}
.news-widget-sidebar-widget .box__slider .news-title{
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 32.74px;
	letter-spacing: 0.05em;
	color: #0854A2;
}
.news-widget-sidebar-widget .box__slider .news-title:hover{
	color: #FCB315;
	transition: 0.3s;
}
.news-widget-sidebar-widget .box__slider .exp p{
	font-size: 18px;
	font-weight: 400;
	line-height: 24.55px;
	letter-spacing: 0.05em;
	text-align: justified;
	color: #6A6A6A;
}
.sec_03 .box .overlay{
	background-color: unset;
}
.sec_03 .box .box-text{
	background: #fff;
    padding: 0px 30px 40px 30px;
    text-shadow: unset;
    bottom: 0;
}
.sec_03 .box .box-text:before{
	position: absolute;
    content: "";
    background: url(img/bg2.png) top center no-repeat;
    top: -61px;
    left: 0;
    width: 100%;
    height: 61px;
}
.sec_03 .box .box-text .box-text-inner{
	text-shadow: unset;
}
.sec_03 .box .box-text .text1 p{
	font-size: 12px;
	font-weight: 500;
	line-height: 16.37px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #0854A2;
	margin-bottom: 3px;
}
.sec_03 .box .box-text .text1 h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 27.28px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #0854A2;
	margin-bottom: 12px;
}
.sec_03 .box .box-text .text2{
	display: none;
	margin-bottom: 20px;
}
.sec_03 .box:hover .box-text .text2{
	display: block;
	transition: 0.3s;
}
.sec_03 .box .box-text .text2 p{
	font-size: 16px;
	font-weight: 400;
	line-height: 21.82px;
	letter-spacing: 0.05em;
	text-align: justified;
	color: #6A6A6A;
}
.sec_03 .box .box-text .icon .b{
	display: none;
}
.sec_03 .box:hover .box-text .icon .a{
	display: none;
}
.sec_03 .box:hover .box-text .icon .b{
	display: block;
}
.sec_fb  .slick-arrow{
	max-width: 51px;
    box-shadow: 2px 3px 5px 0px #00000040;
    border-radius: 50%;
    line-height: 51px;
    text-align: center;
    color: #0854A2;
    font-size: 22px;
    position: absolute;
    z-index: 99;
    background: #fff;
    top: 40%;
    left: -70px;
    cursor: pointer;
}
.sec_fb .slick-next{
	left: unset;
	right: -70px;
}
.popup_home .left img{
	width: auto;
}
#newsletter-signup-link{
/*	background-color: unset;*/
border-radius: 15px;
}
.popup_home .right{
	background: #fff;
	padding: 30px 60px 0px 0 !important;
	border-radius: 0 15px 15px 0;
}
.popup_home .right label{
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #0854A2;
}
.popup_home .right .wpcf7-text,.popup_home .right .wpcf7-number,.popup_home .right .wpcf7-date{
	border: 1px solid #A3A3A3;
	box-shadow: unset !important;
	line-height: 40px;
	min-height: 40px;
	border-radius: 15px;
}
.popup_home .right .wpcf7-submit{
	background-color: #FCB315;
	border-radius: 15px;
	min-width: 172px;
	text-align: center;
	line-height: 45px;
	min-height: 45px;
	border: none;
	margin: 0 !important;
	font-size: 16px;
}
.bg-breadcrumb{
	position: relative;
}
.bg-breadcrumb > img{
	width: 100%;
	object-fit: cover;
}
.bg-breadcrumb .icon{
	display: block;
	margin: 0 auto;
}
.bg1{
	height: 580px;
}
.bg1 > img{
	height: 580px;
}
.bg1 .bg-row{
	height: 580px;
}
.bg2{
	height: 327px;
}
.bg2 > img{
	height: 327px;
}
.bg2 .bg-row{
	height: 327px;
}
.bg-breadcrumb .bg-row{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.bg-breadcrumb .bg-row h1{
	text-align: center;
	font-size: 32px;
	line-height: 43.65px;
	letter-spacing: 0.05em;
	color: #fff;
	text-transform: uppercase;
}

.box-menugt{
	background: url(img/Mask-groupbghd.png) no-repeat #fff;
	background-size: cover;
	box-shadow: 0px 2px 20px 0px #0000001A;
}
.box-menugt .row{
	display: block;
	width: 100%;
}
.box-menugt .widget{
	margin: 0;
	list-style: none;
}
.box-menugt .menu{
	display: block;
}
.box-menugt .menu li{
	width: 16.66%;
	float: left;
	position: relative;
}
.box-menugt .menu li a{
	font-size: 20px;
	font-weight: 700;
	line-height: 27.28px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #0854A2;
	display: flex;
	height: 114px;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    flex-direction: column;
}
.box-menugt .menu li.current-menu-item a{
	color: #fff;
	background: #FCB315;
}
.box-menugt .menu li.current-menu-item:before{
	width: 100%;
    height: 14px;
    background: #FCB315;
    border-radius: 15px 15px 0 0;
    position: absolute;
    content: "";
    top: -14px;
    left: 0;
    opacity: 1;
}
.gt_01{
	padding: 180px 0 !important;
}
.gt_01 .div2{
	position: relative;
}
.gt_01 .div2 .large-12{
	padding-bottom: 0;
}
.gt_01 .div2 .left{
	flex-basis: 40%;
    max-width: 40%;
}
.gt_01 .div2 .right{
	background: url(img/bggt2.png) top right no-repeat;
    background-size: contain;
    flex-basis: 60%;
    max-width: 60%;
    position: absolute;
    z-index: 9;
    padding: 100px 54px 10px 230px;
    min-height: 540px;
    top: -3px;
    text-align: justify;
}
.gt_01 .div2 .right p{
	font-size: 18px;
	font-weight: 400;
	line-height: 24.55px;
	letter-spacing: 0.05em;
	text-align: justified;
	color: #fff;
}
.gt_01 .title_gt p{
	font-size: 40px;
	font-weight: 300;
	line-height: 54.56px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #0854A2;
	margin-bottom: 8px;
}
.gt_01 .title_gt h2{
	font-size: 64px;
	font-weight: 900;
	line-height: 87.3px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #001831;
}
.gt_01 .title_gt span{
	color: #FFAE00;
}
.gt_01 .div3{
	position: relative;
}
.gt_01 .div3 .left{
	flex-basis: 60%;
    max-width: 60%;
    background: url(img/bggt1.png) top left no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 9;
    padding: 100px 230px 10px 54px;
    min-height: 540px;
    top: -3px;
    text-align: justify;
}
.gt_01 .div3 .right{
    flex-basis: 60%;
    max-width: 60%;
}
.gt_01 .div3 .left p{
	font-size: 18px;
	font-weight: 400;
	line-height: 24.55px;
	letter-spacing: 0.05em;
	text-align: justified;
	color: #fff;
}
.page-id-93 #footer{
	box-shadow: unset;
}
.sumenh_01{
	padding: 55px 0 30px 0 !important;
}
.sumenh_01 p{
	font-size: 18px;
	line-height: 24px;
	color: #0854A2;
}
.giatri-cl{
	margin-top: 44px;
	padding: 60px 0 30px 0 !important;
}
.giatri-cl h3{
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
}
.giatri-cl .after:after{
	position: absolute;
    content: "";
    background: url(img/a1.png) no-repeat;
    width: 396px;
    height: 61px;
    top: 55px;
    right: -222px;
}
.giatri-cl .icon-box-img{
	z-index: 9;
}
.giatri-cl:before{
	position: absolute;
	content: "";
	background: url(img/before.png) no-repeat;
	width: 119px;
	height: 75px;
	top: 62px;
	left: 0;
}
.giatri-cl:after{
	position: absolute;
	content: "";
	background: url(img/after.png) no-repeat;
	width: 205px;
	height: 155px;
	bottom: 58px;
	right: 0;
}
.page-csvc{
	margin-top: 30px;
}
.page-csvc p{
	font-size: 18px;
	line-height: 24px;
	color: #0854A2;
	text-align: justify;
}
.page-csvc h2{
	font-size: 32px;
	font-weight: 900;
	line-height: 43.65px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #FCB315;
}
.page-csvc .slick-arrow{
	width: 51px;
    box-shadow: 2px 3px 5px 0px #00000040;
    border-radius: 50%;
    line-height: 51px;
    text-align: center;
    color: #FCB315;
    font-size: 22px;
    position: absolute;
    z-index: 99;
    background: #fff;
    top: 45%;
    left: -70px;
    cursor: pointer;
}
.page-csvc .slick-next{
	left: unset;
	right: -70px;
}
.page-csvc .gallery-1{
	margin-bottom: 30px;
}
.page-csvc .gallery-1 .item
{
	display: flex;
  height: 697px;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
}
.page-csvc .gallery-1 img{
	border-radius: 15px;
	display: block;
	margin: 0 auto;
	max-height: 697px;
}
.page-csvc .gallery-2{
	margin-bottom: 40px;
}
.page-csvc .gallery-2 .slick-list{
	margin: 0 -13px;
}
.page-csvc .gallery-2 .slick-list .item{
	padding: 0 13px;
}
.page-csvc .gallery-2 .slick-list .item img{
	border-radius: 10px;
	display: block;
	margin: 0 auto;
	max-height: 164px;
	object-fit: cover;
}
.page-csvc .gallery-2 .slick-current img{
	border: 5px solid #0854A2;
}
.dongu_01{
	padding: 50px 0 30px 0 !important;
}
.dongu_01 p{
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}
.dongu_02{
	padding: 80px 0 50px 0 !important;
}
.dongu_02 h2{
	font-size: 64px;
	line-height: 87.3px;
	letter-spacing: 0.05em;
	color: #000;
	margin-bottom: 0;
}
.dongu_02 p{
	font-size: 24px;
	font-weight: 500;
	line-height: 32.74px;
	letter-spacing: 0.05em;
	color: #000;
	margin-bottom: 0;
}
.dongu_03{
	padding-top: 80px !important;
}
.slide_doingu .slick-arrow{
	max-width: 51px;
    border-radius: 50%;
    line-height: 51px;
    text-align: center;
    color: #0E0F2E;
    font-size: 22px;
    position: absolute;
    z-index: 99;
    background: #fff;
    top: 40%;
    left: -70px;
    cursor: pointer;
    background: #D9D9D9;
}
.slide_doingu .slick-next{
	left: unset;
	right: -70px;
}
.slide_doingu .box-image img{
	width: 100%;
	height: 460px;
	object-fit: cover;
	border-radius: 15px;
}
.slide_doingu  .box-text{
	padding: 40px 0 0 0;
}
.slide_doingu  .box-text h4{
	font-size: 24px;
	font-weight: 700;
	line-height: 32.74px;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 8px;
	color: #000000;
}	
.slide_doingu  .box-text p{
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}
.chuongtrinh_01{
	background: #0854A20D;
}
.chuongtrinh_01 img{
	width: auto !important;
	float: right;
}
.chuongtrinh_01{
	padding-top: 50px !important;
	padding-bottom: 20px !important;
}
.chuongtrinh_01 h2{
	font-size: 32px;
	font-weight: 700;
	line-height: 43.65px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #FCB315;
}
.chuongtrinh_01 p{
	font-size: 18px;
	font-weight: 400;
	line-height: 24.55px;
	letter-spacing: 0.05em;
	text-align: justified;
	color: #0854A2;
	padding-right: 75px;
}
.chuongtrinh_02{
	padding-bottom: 10px !important;
}
.chuongtrinh_02 .title_h2 h2{
	text-align: left;
}
.chuongtrinh_02 .large-6 h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 27.28px;
	letter-spacing: 0.05em;
	color: #FCB315;
	margin-bottom: 20px;
}
.chuongtrinh_02 .large-6 p{
	font-size: 18px;
	font-weight: 400;
	line-height: 24.55px;
	letter-spacing: 0.05em;
	text-align: justified;
	color: #0854A2;
	margin-bottom: 0;
}
.chuongtrinh_02 .large-12 p{
	font-size: 18px;
	font-weight: 700;
	line-height: 24.55px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #0854A2;
}
.chuongtrinh_03 .title_h2 h2{
	text-align: left;
	color: #fff;
}
.chuongtrinh_03{
	padding: 100px 0 30px 0 !important;
}
.chuongtrinh_03 .box-image img{
	width: 100%;
	height: 246px;
	object-fit: cover;
	border-radius: 15px;
}
.chuongtrinh_03 .box-text{
	padding: 20px 0 0 0;
}
.chuongtrinh_03 .box-text h3{
	font-size: 18px;
	font-weight: 700;
	line-height: 24.55px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #fff;
	margin-bottom: 8px;
}
.chuongtrinh_03 .box-text p{
	font-size: 18px;
	font-weight: 400;
	line-height: 24.55px;
	letter-spacing: 0.05em;
	text-align: justified;
	color: #fff;
	margin-bottom: 12px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.chuongtrinh_03 .active .box-text p{
	display: block;
}
.chuongtrinh_03 .active .text3 .a1{
	font-size: 0;
	position: relative;
}
.chuongtrinh_03 .active .text3 .a1:before{
	content: "Thu gọn";
	font-size: 18px;
	font-weight: 700;
	line-height: 24.55px;
	letter-spacing: 0.05em;
	text-align: justified;
	color: #FCB315;
	cursor: pointer;
}
.chuongtrinh_03 .box-text .text3 a{
	font-size: 18px;
	font-weight: 700;
	line-height: 24.55px;
	letter-spacing: 0.05em;
	text-align: justified;
	color: #FCB315;
	cursor: pointer;
}
.chuongtrinh_03 .box-text .text3 a svg{
	margin-left: 8px;
	position: relative;
	top: 2px;
}
.chuongtrinh_03 .active .box-text .text3 a svg{
	transform: rotate(90deg);
}
.chuongtrinh_03 .box-text .text3 .a2{
	display: none;
}
.chuongtrinh_03 .slick-arrow {
    max-width: 51px;
    box-shadow: 2px 3px 5px 0px #00000040;
    border-radius: 50%;
    line-height: 51px;
    text-align: center;
    color: #0854A2;
    font-size: 22px;
    position: absolute;
    z-index: 99;
    background: #fff;
    top: 25%;
    left: -70px;
    cursor: pointer;
}
.chuongtrinh_03 .slick-next{
	left: unset;
	right: -70px;
}
.chuongtrinh_04{
	padding: 70px 0 20px 0 !important;
}
.chuongtrinh_04 .title_h2 h2{
	text-align: left;
	margin-bottom: 30px;
}
.chuongtrinh_04 h3{
	font-size: 18px;
	line-height: 24px;
	color: #FCB315;
	margin-bottom: 20px;
}
.chuongtrinh_04 .icon-box{
	margin-bottom: 20px;
}
.chuongtrinh_04 .icon-box .icon-box-img{
	width: 18px !important;
}
.chuongtrinh_04 .icon-box .icon-box-img img{
	padding-top: 0;
}
.chuongtrinh_04 .icon-box .icon-box-text p{
	font-size: 18px;
	font-weight: 400;
	line-height: 24.55px;
	letter-spacing: 0.05em;
	text-align: justified;
	color: #0854A2;
}
.chuongtrinh_04 .img_full img{
	width: auto !important;
	display: block;
	margin: 0 auto;
}
.goc_tv_02{
	background: url(img/bg4.png) center center no-repeat;
	background-size: cover;
	padding: 340px 0 !important;
}
.goc_tv_02 .box{
	border-radius: 20px;
	overflow: hidden;
}
.goc_tv_02 .box .box-image{
	background: #fff;
}
.goc_tv_02 .box .box-image img{
	width: 100%;
	height: 287px;
	object-fit: cover;
}
.goc_tv_02 .box .box-text{
	padding: 0;
	background: #fff;
}
.goc_tv_02 .box .box-text .text1{
	padding: 32px;
	position: relative;
}
.goc_tv_02 .box .box-text .text1:before{
	position: absolute;
	content: ""
	top: 0;
	left: 0;
}
.goc_tv_02 .box .box-text .text1 p{
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 19.1px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #0854A2;
}
.goc_tv_02 .box .box-text .text1 h4{
	font-size: 24px;
	font-weight: 700;
	line-height: 32.74px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #0854A2;
}
.goc_tv_02 .box .box-text .text2{
	background: url(img/bg5.png) bottom center no-repeat;
	background-size: cover;
	padding: 50px 32px 16px 32px;
	min-height: 193px;
}
.goc_tv_02 .box:hover .box-text .text2{
	background: url(img/bg6.png) bottom center no-repeat;
	background-size: cover;
	min-height: 199px;
}
.goc_tv_02 .box .box-text .text2 p{
	font-size: 18px;
	font-weight: 400;
	line-height: 24.55px;
	letter-spacing: 0.05em;
	text-align: justified;
	color: #1C1C1C;
	margin: 0 0 10px 0;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.goc_tv_02 .box .box-text .text2 svg{
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 50%;
	padding: 2px;
}
.goc_tv_02 .box:hover .box-text .text2 p{
	color: #fff;
}
.slick-dots{
	text-align: center;
	display: block;
}
.slick-dots li{
	list-style: none;
	display: inline-block;
}
.slick-dots li button{
	border: none;
	margin: 0 2px;
	font-size: 0;
	padding: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #FCB315;
	opacity: 0.5;
}
.slick-dots li.slick-active button{
	background: #FCB315;
	width: 25px;
	opacity: 1;
	border-radius: 20px;
}
.goc_tv_01{
	padding: 99px 0 0 0 !important;
}	
.goc_tv_01 .title_h2 h2{
	text-align: left;
	margin-bottom: 40px;
}
.goc_tv_01 .img{
	position: relative;
	top: 215px;
	margin-top: -215px;
}
.goc_tv_01 img{
	width: auto !important;
	display: block;
	margin: 0 auto;
}
.goc_tv_03{
	padding: 0 !important;
    top: -345px;
    margin-bottom: -345px;
}
.goc_tv_03 .col{
	padding-bottom: 0;
}
.goc_tv_03 img{
	width: auto !important;
}
.goc_tv_03 .left h2{
	font-size: 40px;
	font-weight: 900;
	line-height: 54.56px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #0854A2;
	margin-bottom: 30px;
}
.goc_tv_03 .left p{
	font-size: 19px;
	font-weight: 400;
	line-height: 25.92px;
	letter-spacing: 0.05em;
	text-align: justify;
	color: #464646;
	max-width: 407px;
}
.goc_tv_03 .right .col-inner{
	background: #0854A2;
	border-radius: 30px;
	padding: 20px 48px 30px 48px;
}
.goc_tv_03 .right .col-inner h2{
	font-size: 40px;
	font-weight: 900;
	line-height: 54.56px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	margin-bottom: 16px;
}
.goc_tv_03 .right .col-inner label{
	font-size: 18px;
	font-weight: 700;
	line-height: 24.55px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #fff;
}
.goc_tv_03 .right .col-inner .wpcf7-text,.goc_tv_03 .right .col-inner .wpcf7-number,.goc_tv_03 .right .col-inner .wpcf7-date{
	border: 1px solid #fff;
    box-shadow: unset;
    background: unset;
    border-radius: 30px;
    line-height: 58px;
    min-height: 58px;
    margin-bottom: 30px;
    color: #fff;
}
.goc_tv_03 input::placeholder { /* chạy tốt trên Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 0.5; /* Firefox */
}

.goc_tv_03 input:-ms-input-placeholder { /* chạy trên Internet Explorer 10-11 */
    color: #fff !important;
    opacity: 0.5; /* Firefox */
}

.goc_tv_03 input::-ms-input-placeholder { /* chạy trên Microsoft Edge */
    color: #fff !important;
    opacity: 0.5; /* Firefox */
}
.goc_tv_03 .col2{
	margin: 0 -12px;
	overflow: hidden;
}
.goc_tv_03 .col2 > div{
	width: 50%;
	float: left;
	padding: 0 12px;
}
.goc_tv_03 .wpcf7-submit{
	background: #FCB315;
	margin: 0 !important;
	float: right;
	border-radius: 30px;
	min-width: 186px;
	line-height: 55px;
	min-height: 55px;
	font-size: 18px;
}
.tuyensinh01{
	padding: 90px 0 40px 0 !important;
}
.tuyensinh01 .large-2{
/* 	flex-basis: 20%; */
/*     max-width: 20%; */
}
.tuyensinh01 h3{
	font-size: 18px;
	font-weight: 700;
	line-height: 24.55px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #0854A2;
	max-width: 199px;
	display: block;
	margin: 0 auto;
}
.tuyensinh01 .right:before{
	position: absolute;
    content: "";
    background: url(img/before2.png) no-repeat;
    width: 148px;
    height: 26px;
    top: 50px;
    right: -90px;
}
.tuyensinh01 .right .icon-box-img{
	z-index: 9;
}
.tuyensinh02{
	padding: 56px 0 30px 0 !important;
	background: #0854A2 !important;
}
.tuyensinh02 .title_h2 h2{
	color: #fff;
}
.tuyendung_01{
	background: #fff !important;
}
.tuyendung_02 .title_h2 p{
	text-align: left !important;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}
.tuyendung_02 img{
	border-radius: 16px;
}
.row_lien_he{
	margin-top: 47px;
}
.row_lien_he .right{
	padding-left: 115px;
}
.row_lien_he .right h2{
	font-size: 32px;
	font-weight: 900;
	line-height: 22px;
	color: #FCB315;
	margin-bottom: 30px;
}
.row_lien_he .right .icon-box{
	margin-bottom: 24px;
}
.row_lien_he .right .icon-box img{
	padding: 0;
}
.row_lien_he .right .icon-box p{
	font-size: 18px;
	font-weight: 400;
	line-height: 24.55px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #0854A2;
}
.form_xp label{
	font-size: 18px;
	font-weight: 700;
	line-height: 24.55px;
	letter-spacing: 0.05em;
	color: #0854A2;
	margin-bottom: 4px;
}
.form_xp input{
	line-height: 63px;
	min-height: 63px;
	border: 0.5px solid #A3A3A3;
	border-radius: 15px;
	box-shadow: unset !important;
	margin-bottom: 20px;
}
.form_xp .wpcf7-submit{
	border: none;
	box-shadow: unset;
	min-width: 172px;
	background: #FCB315;
	font-size: 18px;
}
.tintuc01{
	padding-top: 60px !important;
}
.tintuc01 .title_h2 h2{
	text-align: left;
	margin-bottom: 50px;
}
.news-style-2{
	overflow: hidden;
}
.news-style-2 .col1{
	width: 500px;
	float: left;
}
.news-style-2 .col1 .news-thumb{
	width: 100%;
	height: 468px;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 27px;
}
.news-style-2 .col1 .news-thumb img{
	width: 100%;
	height: 468px;
	object-fit: cover;
}
.news-style-2 .col1 .box__slider h3{
	margin-bottom: 8px;
}
.news-style-2 .col1 .box__slider .news-title{
	font-size: 18px;
	font-weight: 700;
	line-height: 24.55px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #FCB315;
	display: block;
}
.news-style-2 .col1 .box__slider .date{
	font-size: 12px;
	font-weight: 400;
	line-height: 16.37px;
	letter-spacing: 0.05em;
	color: #918E8E;
	display: block;
	margin-bottom: 10px;
}
.news-style-2 .col1 .box__slider .des p{
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 24.55px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #0854A2;
}	
.news-style-2 .col2{
	width: 290px;
	float: left;
	margin: 0 25px;
}
.news-style-2 .col2 .news-item-posts{
	margin-bottom: 12px;
}
.news-style-2 .col2 .news-thumb{
	width: 100%;
	height: 173px;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 20px;
}
.news-style-2 .col2 .news-thumb img{
	width: 100%;
	height: 173px;
	object-fit: cover;
}
.news-style-2 .col2 h3{
	margin-bottom: 4px;
}
.news-style-2 .col2 .news-title{
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 24.55px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #FCB315;
}
.news-style-2 .col2 .date{
	font-size: 12px;
	font-weight: 400;
	line-height: 16.37px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #918E8E;
}
.news-style-2 .col3{
	width: calc(100% - 840px);
	float: right;
}
.news-style-2 .col3 .news-item-posts{
	margin-bottom: 32px;
	overflow: hidden;
}
.news-style-2 .col3 .news-item-posts .boxx__innner .news-thumb{
	width: 185px;
	height: 124px;
	border-radius: 10px;
	overflow: hidden;
	float: left;
}
.news-style-2 .col3 .news-item-posts .boxx__innner .news-thumb img{
	width: 100%;
	height: 124px;
	object-fit: cover;
}
.news-style-2 .col3 .news-item-posts .boxx__innner .box__slider{
	width: calc(100% - 210px);
	float: right;
	padding-top: 27px;
}
.news-style-2 .col3 .news-item-posts .boxx__innner .box__slider h3{
	margin-bottom: 4px;
}
.news-style-2 .col3 .news-item-posts .boxx__innner .box__slider .news-title{
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 24.55px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #0854A2;
}
.news-style-2 .col3 .news-item-posts .boxx__innner .box__slider .date{
	font-size: 12px;
	font-weight: 400;
	line-height: 16.37px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #918E8E;
}
.tintuc01 .section-title{
	margin-top: 50px;
}
.tintuc01 .section-title span{
	text-transform: initial;
	font-size: 18px;
	color: #AEA9A9;
	font-weight: 400;
}
.news-widget-sidebar-widget3{
	margin: 0 -12px;
}
.news-widget-sidebar-widget3 .news-item-sidebar-clear{
	width: 33.33%;
	float: left;
	padding: 0 12px;
	margin-bottom: 24px;
}
.news-widget-sidebar-widget3 .news-item-sidebar-clear .news-thumb{
	width: 100%;
	height: 250px;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 24px;
}
.news-widget-sidebar-widget3 .news-item-sidebar-clear .news-thumb img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.news-widget-sidebar-widget3 .news-item-sidebar-clear .box__slider h3{
	margin-bottom: 8px;
}
.news-widget-sidebar-widget3 .news-item-sidebar-clear .box__slider .news-title{
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 24.55px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #0854A2;
}
.news-widget-sidebar-widget3 .news-item-sidebar-clear .box__slider .news-title:hover{
	color: #FCB315;
	transition: 0.3s;
}
.news-widget-sidebar-widget3 .news-item-sidebar-clear .box__slider .exp p{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	height: 66px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #0854A2;
	overflow: hidden;
	display: block;
}
.news-widget-sidebar-widget3 .news-item-sidebar-clear .box__slider a{
	font-size: 18px;
	font-weight: 700;
	line-height: 24.55px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #FCB315;
}	
.tintuc02{
	padding: 0 !important;
	box-shadow: 0px -2px 20px 0px #0000001A;
}
.tintuc02 .right{
	padding: 30px 250px 0px 100px !important;
}
.tintuc02 .right h2{
	font-size: 32px;
	font-weight: 900;
	line-height: 43.65px;
	text-align: left;
	color: #0854A2;
	margin-bottom: 36px;
}
.tintuc02 .col{
	padding-bottom: 0;
}
.tintuc02 .form_xp input{
	line-height: 50px;
    min-height: 50px;
}
.page-numbers{
	clear: both;
}
.header-language-dropdown .image-icon{
	margin-left: 3px;
    position: relative;
    top: -2px;
}

@media (max-width: 1230px) {
	#masthead .header-nav > li > a{
		font-size: 15px;
	}
	.Footer-xp{
		padding: 0 0px;
	}
	.giatri-cl .after:after{
		right: -210px;
	}
	.giatri-cl:before{
		display: none;
	}
	.tintuc02 .right{
		padding: 30px !important;
	}
}
@media (max-width: 1200px) {
	.gt_01 .div2 .right{
		min-height: 511px;
		padding: 100px 54px 10px 200px;
	}
	.gt_01 .div3 .left{
		min-height: 511px;
		padding: 100px 200px 10px 54px;
	}
}
@media (max-width: 1170px) {
	#masthead .header-nav > li > a{
		font-size: 13px;
        padding-left: 8px;
        padding-right: 8px;
	}
	.news-widget-sidebar-widget .slick-list{
		padding-right: 200px;
	}
	.news-style-2 .col3{
		clear: both;
		float: left;
		width: 100%;
		margin-top: 30px;
	}
}
@media (max-width: 1024px) {
	#masthead .header-nav > li > a{
		font-size: 13px;
        padding-left: 4px;
        padding-right: 4px;
	}
	.header-button-1 a{
		font-size: 14px;
		min-height: 30px;
		padding: 0 8px;
	}
	.news-widget-sidebar-widget .news-thumb,.news-widget-sidebar-widget .news-thumb img{
		height: 220px;
	}
	.box-menugt .menu li.current-menu-item:before{
		top: -13px;
	}
	.bg1 .bg-row,.bg1,.bg1 > img{
		height: 345px;
	}
	.gt_01 .div2 .right{
		min-height: 480px;
		padding: 55px 45px 10px 120px;
	}
	.gt_01 .div3 .left{
		min-height: 480px;
		padding: 55px 120px 10px 45px;
	}
	.giatri-cl:after{
		display: none;
	}
	.giatri-cl .after:after{
		width: 350px;
		right: -185px;
	}
	.page-csvc .gallery-1 .item{
		height: 560px;
	}
}
@media (max-width: 770px) {
	.sec_01 .large-6{
		flex-basis: 100%;
        max-width: 100%;
	}
	.sec_02 .large-6{
		flex-basis: 100%;
        max-width: 100%;
	}
	.news-widget-sidebar-widget{
		padding-left: 15px;
	}
	.Footer-xp .col1{
		flex-basis: 100%;
        max-width: 100%;
	}
	.Footer-xp .col1 .gap-element{
		padding-top: 20px !important;
	}
	.Footer-xp .col2{
		flex-basis: 100%;
        max-width: 100%;
	}
	.Footer-xp .col4{
		flex-basis: 100%;
        max-width: 100%;
	}
	.bg1 .bg-row, .bg1, .bg1 > img{
		height: 250px;
	}
	.gt_01 .div2 .right{
		position: relative;
		flex-basis: 100%;
   		max-width: 100%;
   		padding: 55px 45px 10px 290px;
	}
	.gt_01 .div3 .left{
		position: relative;
		flex-basis: 100%;
   		max-width: 100%;
   		padding: 55px 290px 10px 45px;
	}
	.gt_01 .div3 .large-12{
		display: none;
	}
	.gt_01 .title_gt h2{
		font-size: 38px;
		line-height: 48px;
	}
	.bg-breadcrumb .bg-row h1{
		font-size: 22px;
		line-height: 32px;
	}
	.giatri-cl .after:after {
        width: 270px;
        right: -150px;
    }
    .goc_tv_03 .left{
    	flex-basis: 100%;
        max-width: 100%;
    }
    .goc_tv_03 .right{
    	flex-basis: 100%;
        max-width: 100%;
    }
    .goc_tv_03 .left p{
    	max-width: 100%;
    }
    .row_lien_he .large-6{
    	flex-basis: 100%;
        max-width: 100%;
        padding-left: 15px;
    }
    .row_lien_he iframe{
    	max-height: 400px !important;
    }
    .news-style-2 .col1{
    	width: 100%;
    	margin-bottom: 30px;
    }
    .news-style-2 .col2{
    	width: 100%;
    	margin: 0;
    }
    .box-menugt .menu li{
    	width: 33.33%;
    }
    .page-csvc .gallery-1 .item{
			height: 416px;
	}
	.page-csvc .gallery-2 .slick-list .item img{
			max-height: 93px;
	}
}
@media (max-width: 480px) {
	.header-button-1 a{
		font-size: 12px;
	}
	.title_h2 h2{
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 0;
	}
	.news-widget-sidebar-widget .slick-list{
		padding-right: 100px;
	}
	#newsletter-signup-link .left{
		display: none;
	}
	.popup_home .right{
		padding: 15px !important;
		border-radius: 15px !important;
	}
	.bg1 .bg-row, .bg1, .bg1 > img{
		height: 200px;
	}
	.box-menugt .menu li a{
		font-size: 13px;
		line-height: 22px;
		height: 60px;
	}
	.gt_01{
		padding: 40px 0 !important;
	}
	.gt_01 .title_gt p{
		font-size: 16px;
		line-height: 26px;
	}
	.gt_01 .title_gt h2{
		font-size: 22px;
		line-height: 32px;
	}
	.gt_01 .div2 .left{
		display: none;
	}
	.gt_01 .div2 .right{
		padding: 35px 25px 10px 25px;
        background: #fba702;
        min-height: unset;
	}
	.gt_01 .div2 .right p{
		font-size: 15px;
		line-height: 22px;
	}
	.gt_01 .div3 .left{
		padding: 35px 25px 10px 25px;
        background: #0854A2;
        min-height: unset;
	}
	.gt_01 .div3 .left p{
		font-size: 15px;
		line-height: 22px;
	}
	.giatri-cl .after:after{
		display: none;
	}
	.bg2,.bg2 .bg-row,.bg2 > img{
		height: 200px;
	}
	.chuongtrinh_01 p{
		padding-right: 0;
	}
	.chuongtrinh_03{
		padding: 50px 0 30px 0 !important;
	}
	.goc_tv_02{
		padding-top: 250px !important;
	}
	.goc_tv_03 .right .col-inner{
		padding: 15px;
	}
	.goc_tv_03 .col2 > div{
		width: 100%;
	}
	.tuyensinh01{
		padding: 40px 0 !important;
	}
	.tuyensinh01 .large-2{
		flex-basis: 50%;
    	max-width: 50%;
	}
	.tuyensinh01 .right:before{
		display: none;
	}
	.tuyensinh02{
		padding: 50px 0 30px 0 !important;
	}
	.chuongtrinh_01 h2{
		font-size: 28px;
		line-height: 38px;
	}
	.row_lien_he iframe{
    	max-height: 200px !important;
    }
    .news-style-2 .col1 .news-thumb,.news-style-2 .col1 .news-thumb img{
    	height: auto;
    }
    .news-style-2 .col2 .news-thumb, .news-style-2 .col2 .news-thumb img{
    	height: auto;
    }
    .news-widget-sidebar-widget3 .news-item-sidebar-clear{
    	width: 100%;
    }
    .sec_02 .box .box-text{
    	padding: 15px;
    }
    .sec_02 .box .box-text h4{
    	font-size: 18px;
    	line-height: 28px;
    }
    .sec_02 .box .box-text .button{
    	line-height: 40px;
    	min-height: 40px;
    	font-size: 16px;
    	min-width: 125px;
    }
    .sec_02 .box .box-text p{
    	font-size: 15px;
    	line-height: 22px;
    	margin-top: 10px;
    }
    .sec_02 .active .box-text .text2{
    	max-height: 197px;
    }
	.header-block{
		padding: 15px !important;
	}
	.page-csvc .gallery-1 .item{
		height: 216px;
	}
	.page-csvc .gallery-2 .slick-list .item img{
		height: 43px;
	}
}
.home-slider .img-inner {
	display: flex;
	justify-content: center;
}
.home-slider img {
	max-width: 1728px;
	max-height: 611px;
	object-fit: cover;
}