@font-face{font-family:'BalooBhaina2-SemiBold';src:url(fonts/BalooBhaina2-SemiBold.ttf);}
@font-face{font-family:'Quicksand-Bold';src:url(fonts/Quicksand-Bold.ttf);}
@font-face{font-family:'BalooBhaina2-Regular';src:url(fonts/BalooBhaina2-Regular.ttf);}
@font-face{font-family:'Quicksand-Light';src:url(fonts/Quicksand-Light.ttf);}
@font-face{font-family:'BalooBhaina2-Medium';src:url(fonts/BalooBhaina2-Medium.ttf);}
@font-face{font-family:'SegoeUIItalic';src:url(fonts/SegoeUIItalic.ttf);}
@font-face{font-family:'SegoeUIBold';src:url(fonts/SegoeUIBold.ttf);}

*{
	margin:0;padding:0;
}
img{
	max-width: 100%;
}
header{
    padding-bottom: 5px;padding-top: 5px;overflow: hidden;
}
.cot3_header{
    text-align: right;
}
#btn-search{
padding-bottom: 5px;
border: 1px solid #7695ca;
border-radius: 10px;
padding-left: 100px;
padding-top: 4px;
padding-right: 5px;
}
#btn-close .icon-bar:nth-child(2) {
    transform: translateY(-5.5px) rotate(-45deg);
}
#btn-close .icon-bar:nth-child(1) {
    transform: translateY(4.6px) rotate(45deg);
}
#btn-close .icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    margin: 8px 0px;
    border-radius: 1px;
    background: #919191;
}
#btn-close {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    right: 0;
    background: none;
    border: none;
}
#btn-close:hover .icon-bar, #btn-close:focus .icon-bar {
    background-color: #cc9036;
    border: none;
}
/* Animation fade in up */
@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes fadeOutDown {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    to {
        transform: translate3d(0, 40px, 0)
    }
}
@-webkit-keyframes fadeOutDown {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    to {
        transform: translate3d(0, 40px, 0)
    }
}
.animated {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both
}
.animatedFadeInUp {
    opacity: 0
}
.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.fadeOutDown {
    opacity: 0;
    animation-name: fadeOutDown;
    -webkit-animation-name: fadeOutDown;
}
    /*animation search*/
#form-search {
    position: absolute;
    top: 22px;
    width: 0;

    background: rgba(255, 255, 255, 1);
    float: right;
}
#form-search input{
    height: 36px;
  border: 1px solid #7695ca;
    border-radius: 10px;
}
#form-search.open {
    width: 100%;
    left: 0;
}
.searchbox {
    position: relative;
    top: 0px;
    width: 0%;
    height: 38px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}
.autocomplete-suggestions{
    box-shadow: none;
    border-color: #eee;
}
.autocomplete-suggestion b{
    color: #cc9036;
}
.autocomplete-suggestion{
    padding: 0 20px;
}
.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #fff;
    height: 50px;
    margin: 0;
    padding: 0 20px;
    font-size: 20px;
    color: #6f6f6f;
    width: 100%;
    border-radius: 0;
}
.searchbox-input::-webkit-input-placeholder {
    color: #6f6f6f;
}
.searchbox-input:-moz-placeholder {
    color: #6f6f6f;
}
.searchbox-input::-moz-placeholder {
    color: #6f6f6f;
}
.searchbox-input:-ms-input-placeholder {
   color: #6f6f6f;
}
.searchbox-icon,
.searchbox-submit {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    background: #172b3c;
}
.searchbox-open {
    width: 80%;
    left: 0%;
}
.under_slide{
	    box-shadow: 0px 3px 20px #1b1a1a9e;
}
.under_slide .cot1_do{
height: 125px;
padding-top: 15px;
	background-color: #d54145;
	    width: 45%;
    float: left;
    text-align: center;
}
.under_slide .cot2_text{
	width: 55%;
    float: left;
    display: flex;
    align-items: center;
    text-align: center;
    height: 125px;
    background-color: #f3f3f3;
}
.under_slide .cot2_text p{
		text-align: center;margin: 0 auto;
}
.under_slide .cot2_text p a{
	color:#313a96;

	font-family:'BalooBhaina2-SemiBold';
}

.bopadding{
	padding:0;
}
.bg_doitac{
background:url(../images/bg_logo_doitac.png)top no-repeat;
padding-bottom: 50px;
padding-top: 40px;
background-size: cover;
}
.doitac_h .around_doitac{
    background-color: #fff;
    margin:0 auto;
    display: flex;
    align-items: center;
        max-width: 65%;
   height: 144px;
    margin-bottom: 20px;
       box-shadow: 6px 3px 15px #00000080;
}
.doitac_h .around_doitac img{
    max-width: 70%;
    max-height: 160px;
    margin:0 auto;

}
.box_gioithieu{
    background:url(../images/blue.jpg)top no-repeat;
    background-size: cover;
    padding-bottom: 20px;
    padding-top: 20px;min-height: 500px;
}
.box_gioithieu h1{
    color: #fff;font-family:'BalooBhaina2-SemiBold';
    text-transform: uppercase;
    margin-top: 20px;
        font-size: 45px;
        margin-bottom: 30px;
    text-align: center;
}
/*nav tab*/
.nav-tabs{ margin: 0 auto;}.nav-tabs:before,.nav-tabs:after{display:table;content:""}.nav-tabs:after{clear:both}.nav-tabs > li{float:left;list-style-type: none;line-height: 54px;background-color: #fff;border-right:2px solid #323a97;}.nav-tabs > li > a{font-size: 18px;padding-right:12px;font-family:'Quicksand-Bold';padding-left:12px;margin-right:2px;color:#313a96;line-height:14px}.nav-tabs > li{margin-bottom:-1px}.nav-tabs > li > a{padding-top:10px;padding-bottom:10px;line-height:18px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.nav-tabs > .active > a,.nav-tabs > .active > a:hover{cursor:default;background-color:#fff;border-bottom-color:transparent}.tab-content.active{display:block}.tab-content.hide{display:none}
/*enad nav tab*/
.slide_gt_home1{
    max-width: 80%;
    margin:0 auto;
        margin-top: 30px;
}
.slide_gt_home1 .slick-prev{
        left: -10%;
}
.slide_gt_home1 .slick-next{
        right: -10%;
}
.slide_gt_home1 .cot2_gt_home .title_gt_home1{
color: #fff;
font-size: 24px;margin-bottom: 10px;
font-family: 'BalooBhaina2-Medium';
}
.slide_gt_home1 .cot2_gt_home .shortdes_gt_home1{
    font-weight: bold;
color: #fff;font-family: 'BalooBhaina2-Regular';font-size:18px;
}
.slide_gt_home1 .slick-track{
	width: 100%!important;
}

.slide_gt_home1 .around_slide_gt_home{
	width: 100%!important;
}



.box_tintuc_home{
     background:url(../images/bg_tintuc_home.png)top no-repeat;
     padding-bottom: 30px;
     padding-top: 30px;background-size: cover;
}
.bopchieurong_tth{
    max-width: 80%;
    margin:0 auto;
}
.box_tintuc_home h1{    margin-bottom: 50px;text-transform: uppercase;
        font-family:'BalooBhaina2-SemiBold';  background:url(../images/hr_tintuc.png)bottom no-repeat;
        text-align: center;color: #313a96;    font-size: 45px;     line-height: 72px;
}
.box_tintuc_home .truonghop1{
    padding-bottom: 40px;overflow:hidden;
}
.box_tintuc_home .truonghop1 .cot1_th1 img{
        box-shadow: 6px 3px 15px #00000080;
}
.box_tintuc_home .truonghop1 .cot2_th1{
    padding-left: 25px;
    padding-right: 15%;
}


.box_tintuc_home .truonghop1 .cot2_th1 h3{
 color: #231f1d; font-family:'BalooBhaina2-Medium';
}
.box_tintuc_home .truonghop1 .cot2_th1 .shortdes_tth{
    color:#2f589c;        font-family:'BalooBhaina2-Regular';
    font-size: 16px;
}
.box_tintuc_home .truonghop1 .cot2_th1 .xemthem_tth{
        margin-top: 10px;
        margin-bottom: 10px;
}
.box_tintuc_home .truonghop1 .cot2_th1 .xemthem_tth span{
    background-color:#ed3237;
    border-radius: 10px;
    color: #fff;
    padding:6px 20px;
    margin-top: 20px;
}
.box_tintuc_home .truonghop1 .cot2_th1 .xemthem_tth span a{
       color: #fff;
}
.box_tintuc_home .truonghop2 img{    min-height: 206px;
        box-shadow: 6px 3px 15px #00000080;    max-height: 205px;
}
.box_tintuc_home .truonghop2 h3{       min-height: 40px; font-size: 18px;
    color: #231f1d; font-family:'BalooBhaina2-Medium';
}
.box_tintuc_home .truonghop2 .shortdes_tth{
    color:#2f589c;        font-family:'BalooBhaina2-Regular';
    font-size: 16px;
}
.box_tintuc_home .truonghop2 .xemthem_tth{
        margin-top: 10px;min-height: 45px;
        margin-bottom: 10px;
}
.box_tintuc_home .truonghop2 .xemthem_tth span{
    background-color:#ed3237;
    border-radius: 10px;
    color: #fff;
    padding:6px 20px;
    margin-top: 20px;
}
.box_tintuc_home .truonghop2 .xemthem_tth span a{
       color: #fff;
}


.box_nhanxet{
    background:url(../images/bg_nhanxet.png)top no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
}
.box_nhanxet .nhanxet_slide{
    max-width: 80%;
    margin:0 auto;
}
.box_nhanxet h1{margin-bottom: 40px;
    text-align: center;text-align: center;
    color: #313a96;font-size: 45px;text-transform: uppercase;
    font-family:'BalooBhaina2-Medium'; 
}

.box_nhanxet .nhanxet_slide .bopchieurong .content_nhanxet_slide{
text-align: center;max-width: 80%;  margin:0 auto;color: #231f20;font-family:'SegoeUIBold';font-style: italic;
}
.box_nhanxet .nhanxet_slide .bopchieurong .danhgiasao{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.box_nhanxet .nhanxet_slide .slick-center{
    max-width: 100%;
}
.box_nhanxet .nhanxet_slide .slick-center .content_nhanxet_slide{
    max-width: 100%; color:#000;font-size: 17px;
    }
.box_nhanxet .nhanxet_slide .slick-center p{
font-size: 19px;
}

.box_nhanxet .nhanxet_slide .bopchieurong p{
text-align: center;color: #231f20;font-family:'SegoeUIBold';font-weight: bold;
}
.box_nhanxet .nhanxet_slide .slick-slide img{
     margin:0 auto;
}
.box_nhanxet .nhanxet_slide .slick-slide img.anhtron1{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
  .box_nhanxet .nhanxet_slide .slick-center img.anhtron1{
   width: 150px;
    height: 150px;  
}
.box_nhanxet .nhanxet_slide .slick-prev {
    background: url(../images/icon_arrow_left2.png)center center no-repeat;
    left: -10%;
}
.box_nhanxet .nhanxet_slide .slick-next {
    background: url(../images/icon_arrow_right2.png)center center no-repeat;
        right: -10%;
}
.lienhe_ft_map{
    background-color: #136eb3;
    overflow: hidden;
}
.lienhe_ft_map .cot1_lienhe_ft{
    text-align: center;
    padding-top: 30px;
}
.lienhe_ft_map .cot1_lienhe_ft h1{
    text-align: left;
    text-transform: uppercase;    font-size: 45px;
font-family:'BalooBhaina2-SemiBold';  color: #fff;
    }
.lienhe_ft_map .cot1_lienhe_ft p{  
  text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
font-family:'BalooBhaina2-Medium';  color: #fff;
    }
.lienhe_ft_map .cot2_lienhe_ft{
    padding-left: 0;padding-top:45px;
    padding-right: 0;
}
.lienhe_ft_map .cot2_lienhe_ft iframe{
    width: 100%;margin-bottom: -5px;
}

.ft2{
    background: url(../images/bg_ft2.png)top no-repeat;
     padding-bottom: 50px;
    padding-top: 50px;
    background-size: cover;
}
.ft2 .cot1_ft2 ul {
    padding-left: 0;
}
.ft2 .cot1_ft2 ul li{
list-style-type: none;
line-height:50px;
}
.ft2 .cot1_ft2 ul li a{
    color: #2f589c;font-family:'BalooBhaina2-Regular';    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
}
.ft2 .cot1_ft2 ul li.address{
    background:url(../images/icon_map_ft2.png)left no-repeat;
    padding-left: 30px;
}
.ft2 .cot1_ft2 ul li.facebook{
    background:url(../images/icon_fb_ft2.png)left no-repeat;
    padding-left: 30px;
}
.ft2 .cot1_ft2 ul li.website{
    background:url(../images/icon_website_ft2.png)left no-repeat;
    padding-left: 30px;
}
.ft2 .cot1_ft2 ul li.tel{
    background:url(../images/icon_phone_ft2.png)left no-repeat;
    padding-left: 30px;
}
.ft2 .cot1_ft2 ul li.email{
    background:url(../images/icon_email_ft2.png)left no-repeat;
    padding-left: 30px;
}


.lienhe_ft_map .cot1_lienhe_ft ul {
    padding-left: 0;
    margin: 0 auto;
}
.lienhe_ft_map .cot1_lienhe_ft ul li{
list-style-type: none;
line-height:40px;text-align: left;
}
.lienhe_ft_map .cot1_lienhe_ft ul li a{
    color: #fff;font-family:'BalooBhaina2-Regular';    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
}
.lienhe_ft_map .cot1_lienhe_ft ul li.address{
    background:url(../images/icon_map.png)left no-repeat;
    padding-left: 30px;
}
.lienhe_ft_map .cot1_lienhe_ft ul li.facebook{
    background:url(../images/icon_fb_ft.png)left no-repeat;
    padding-left: 30px;
}
.lienhe_ft_map .cot1_lienhe_ft ul li.website{
    background:url(../images/icon_website_ft.png)left no-repeat;
    padding-left: 30px;
}
.lienhe_ft_map .cot1_lienhe_ft ul li.tel{
    background:url(../images/icon_phone_ft.png)left no-repeat;
    padding-left: 30px;
}
.lienhe_ft_map .cot1_lienhe_ft ul li.email{
    background:url(../images/icon_email_ft.png)left no-repeat;
    padding-left: 30px;
}


#form_ft2 input{
    border: 1.5px solid #2e599c;
    border-radius: 10px;
    margin-bottom: 20px;
}
#form_ft2 input::-webkit-input-placeholder {
   color: #2e599c;font-family:'Quicksand-Light';font-weight: bold;
}
#form_ft2 textarea::-webkit-input-placeholder {
   color: #2e599c;font-family:'Quicksand-Light';font-weight: bold;
}
#form_ft2 textarea{
      border: 1.5px solid #2e599c;
    border-radius: 10px; margin-bottom: 15px;
}
#form_ft2 button{
    background-color: #d54145;
    padding-right: 17px;
    padding-left: 17px;font-family:'Quicksand-Bold';
    color: #fff;margin-right: 15px;font-size: 16px;
    border-radius: 10px;
}
footer{
    color: #fff;font-family:'Quicksand-Bold';
    background-color: #0f1932;
    padding-top: 20px;
    padding-bottom: 20px;
        overflow: hidden;
}
footer .title_ft{
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
footer .cot1_ft ul {
    padding-left: 0;
}
footer .cot1_ft ul li{
list-style-type: none;
line-height:28px;
}
footer .cot1_ft ul li a{
    color: #fff;
    text-decoration: none;
}
footer .cot1_ft ul li.address{
    background:url(../images/icon_map.png)left no-repeat;
    padding-left: 30px;
}
footer .cot1_ft ul li.facebook{
    background:url(../images/icon_fb_ft.png)left no-repeat;
    padding-left: 30px;
}
footer .cot1_ft ul li.website{
    background:url(../images/icon_website_ft.png)left no-repeat;
    padding-left: 30px;
}
footer .cot1_ft ul li.tel{
    background:url(../images/icon_phone_ft.png)left no-repeat;
    padding-left: 30px;
}
footer .cot1_ft ul li.email{
    background:url(../images/icon_email_ft.png)left no-repeat;
    padding-left: 30px;
}
footer .cot2_ft ul {
    padding-left: 0;
}
footer .cot2_ft ul li{
list-style-type: none;

}
footer .cot2_ft ul li a{
    color: #fff;
    text-decoration: none;
}

.icon_hotline {
    position: fixed;
    bottom: 30px;
}
.icon_hotline span {
    position: absolute;
    margin-left: -143px;
    color: #fff;font-family:'Quicksand-Bold';
    font-size: 18px;
    margin-top: 17px;
}

@media (max-width: 767px){
.cot1_header {
    text-align: center;
}
.cot3_header {
    text-align: left;
}
.under_slide .cot1_do {
    width: 33%;
    }
.under_slide .cot2_text {
    width: 67%;
    }
    .under_slide .cot2_text p {
    padding-left: 15px;
    padding-right: 15px;
}
.cot1_undersl:hover{
    transform: translateY(0px);
}
.cot2_undersl:hover{
    transform: translateY(0px);
}
.cot3_undersl:hover{
    transform: translateY(0px);
}
.cot4_undersl:hover{
    transform: translateY(0px);
}
.box_gioithieu .nav-tabs > li {    min-height: 75px;
    margin-bottom: 10px;width: 20%;line-height: 24px;text-align: center;
}
.box_gioithieu .nav-tabs > li > a {
    font-size: 12px;
    padding-left: 0;
     padding-right: 0;
    text-align: center;
}
.slide_gt_home1 .cot2_gt_home .title_gt_home1{
    margin-top: 10px;
}
.slide_gt_home1 .cot2_gt_home .title_gt_home1 a{
    font-weight: bold;
}
.slide_gt_home1 {
    max-width: 100%;
    }
.slide_gt_home1 .slick-prev{
        left: -15%;
}
.slide_gt_home1 .slick-next{
        right: -15%;
}

.box_tintuc_home h1{
    line-height: 58px;font-size: 28px;
}

.bopchieurong_tth {
    max-width: 100%;
}
.box_tintuc_home .truonghop1 .cot1_th1 img {
    margin-bottom: 25px;
}
.box_tintuc_home .truonghop2 .xemthem_tth {
    margin-top: 15px;
    margin-bottom: 30px;
}
.ft2 .cot1_ft2 ul li a{
    font-size: 14px;
}
.ft2 .cot2_ft2{
    padding-left: 0;
    padding-right: 0;
}
.lienhe_ft_map .cot2_lienhe_ft{
    padding-top: 35px;
    padding-bottom: 25px;
}
footer {
    padding-bottom: 90px;
}
}