/*
Theme Name: Flatsome child
Description: Flatsome Team developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.9
*/


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/*************** ADD CUSTOM CSS HERE.   ***************/
/* ------------ header -------------- */
.top_header_right>div {
    display: inline-block;
    color: #fff;
    padding-left: 50px;
    position: relative;
    margin-left: 20px;
}
.top_header_right .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #3aade1;
    text-align: center;
    line-height: 38px;
    font-size: 15px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.top_header_left,.top_header_right{
    margin: 0px;
    font: 100 14px/16px"Roboto";
	padding: 15px 0;
}
.top_header_right p {
    margin: 0px;
    font: 100 14px/16px"Roboto";
}
.top_header_right a {
    color: #fff;
    margin: 0px;
    font: 700 16px/20px "Roboto";
    padding-left: 0px;
}
.header-wrapper .header-main .header-inner{
    box-shadow: -10px 10px rgb(255 255 255 / 60%);
    background: #fff;
    transform: translateY(20%);
	z-index: 9999;
}
.stuck .header-main{
	background: #fff;
}
.stuck .header-main .header-inner{
    box-shadow: unset;
    background: #fff;
	transform: translateY(0);
	z-index: 9999;
}
.header-nav-main>li>a{
   	color: #004fb6;
	font-size: 20px;
	font-weight: 600;
	text-transform: none;
}
.header-nav-main li a i{
    padding-right: 5px;
}
.header-nav-main li.active>a{
    color: #ffd900;
}
.header-nav-main.nav > li {
	color: #333 !important;
}
.nav-line-bottom>li:hover>a:before {
	background: #ffd900;
}
.nav-line-bottom>li.active>a:before {
	background: #ffd900;
}
.nav-dropdown{
	margin-top: 30px;
}
.header-nav-main .header-search .header-button a{
    display: inline-block;
    border: 1px solid #004fb6;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #004fb6;
	opacity: 0.8;
}
.header-nav-main .header-search .header-button a:hover {
	background-color: #fff;
	opacity: 1;
}
.header-nav-main .header-search .header-button a i{
	margin-left: 6px !important;
	font-size: 12px !important;
	font-weight: 600 !important;
}
.st_nav_header_dropdown{
	width: 100vw;
	transition: all 0.5s;
	
}
.st_nav_header_dropdown .section-content .row{
	margin: 0 auto;
}
.st_nav_header_dropdown .nav_dropdown_title{
	text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
	
}
/* ------------ end header -------------- */
/* ------------ bread-crumb (after header) -------------- */
.st_breadcrumb{
	min-height:200px;
}
.st_breadcrumb .title-page span{
	display:inline-block;
    color: #004fb6;
    position: relative;
    font-weight: 700;
    font-size: 28px;
    border-bottom: 3px solid #004fb6;
    line-height: 36px;
    text-transform: uppercase;
    font-family: "Tahoma";
}
/* ------------end bread-crumb (after header) -------------- */

/* ------------ custom image category archive -------------- */
.page-wrapper{
	padding: 0;
}
.archive-page-header {
    height: 200px;
    padding: 30px 40px;
    background-image: url(/wp-content/uploads/2022/09/bg-breadcrum.webp)!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 30px;
}
.archive-page-header .page-title {
	text-align: left;
	font: 700 28px/36px "Tahoma";
	color: #004fb6;
    text-transform: uppercase;	
	position: relative;
	visibility: hidden;
}
.archive-page-header .page-title span {
	border-bottom: 3px solid #004fb6;	
	visibility: visible;
	position: absolute;
	top: 100%;
	left: 0;
}
/* ------------end custom image category archive -------------- */
/* ------------custom sidebar category -------------- */
.menu-menu-trai-container ul#menu-menu-trai-1>li{
	background-color: #e5edf8;
	border-bottom: 1px solid #fff;
	position: relative;
	padding-right: 5px;
}
.menu-menu-trai-container ul#menu-menu-trai-1>li>a {
	padding:6px 10px;
	font-size: 18px;
	text-decoration: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.menu-menu-trai-container ul#menu-menu-trai-1 li:hover>a:before {
	content: "";
    display: inline-block;
    width: 2px;
    height: 41px;
    background: #004fb6;
    position: absolute;
    left: -2px;
    top: 0px;
}
.menu-menu-trai-container ul#menu-menu-trai-1 li:hover>a{
	color: #004fb6;
}

.menu-menu-trai-container ul#menu-menu-trai-1 .sub-menu{
	border-left: 0;
	padding: 0;
	margin:0;
}
.menu-menu-trai-container ul#menu-menu-trai-1 .sub-menu>li{
	border-top: 1px solid #fff;
	position: relative;
	
}
.menu-menu-trai-container ul#menu-menu-trai-1 .sub-menu>li>a {
	font-size: 18px;
	text-decoration: #fff;
	text-transform: uppercase;
	font-weight: 500;
	padding: 3px 10px;
}
.menu-menu-trai-container ul#menu-menu-trai-1 .sub-menu li:hover>a:before {
	content: "";
    display: inline-block;
    width: 2px;
    height: 100%;
    background: #004fb6;
    position: absolute;
    left: -2px;
    top: 0px;
}

/* ------------end custom sidebar category -------------- */


.footer-cprt a { color: #FF4D00;}
.footer-cprt {padding-left: 5px;margin-left: 5px;border-left: 1px solid;}


.pricing-table-header .price {
    display: none;
}
.section-thuong-hieu .box-text{
    min-height: 170px;
}
.pricing-table-items .line-2{
    color: yellow;
}
.section-danh-gia .icon-box-text {
        color: white;
    background: #1C4B51;
    padding: 10px;
    font-size: 15px;
}
.section-thuong-hieu h4{
    color: yellow;
}
.section-thuong-hieu .box-text{
    background: #1A4559;
}
.section-cach-lam h4{
    color: yellow;
}
.section-cach-lam .box-image{
        border: 4px solid white;
}
.text-tron h3{
    font-size: 33px;
    text-transform: uppercase;
    color: white;
    border-bottom: 1px solid white;
}
.text-tron{
        background: #1a4559;
    padding: 20px;
    text-align: center;
    height: 300px;
    width: 300px;
    padding-top: 50px;
    border-radius: 50%;
    color: #fff;
    margin: 0 auto 30px;
}
.section-quy-trinh{
    padding-top: 0px !important
}
.row-quy-trinh .col .col-inner{
    padding-bottom: 27px;
}
.quytrinh-1{
    border-bottom: 4px solid  #E23A59;
}
.quytrinh-2{
    border-bottom: 4px solid  #1B75BB;
}
.quytrinh-3{
    border-bottom: 4px solid  #FCC82B;
}
.quytrinh-4{
    border-bottom: 4px solid  #45AEAE;
}
.stt-1{
background: #E23A59;
}
.sott-2{
background: #1B75BB;
}
.sott-3{
background: #FCC82B;
}
.sott-4{
background: #45AEAE;
}
.entry-content{
    padding-top: 0px;
}
.accordion-item i[class^="icon-"], .accordion-item i[class*=" icon-"] {
    font-family: FontAwesome !important;
    color: #aeb5c0;
    font-size: 16px;
}
/* .accordion-item .active .icon-angle-down:before {
    content: "\f068";
} */
/* .accordion-item .icon-angle-down:before {
    content: "\f067";
} */
.accordion-item{
	position:relative;
}
.accordion-item .accordion-title {
	padding: 20px;
}
.accordion-item .toggle {
	position: absolute;
	left: 95%;
	top: 15px;
}
.form-lien-he{
    margin-left: 0px;
    margin-right: 0px;
}
.form-lien-he .large-6,.form-lien-he .large-12{
    padding: 0px 10px;
}
.footer .widget-title{
    display: block;
    width: 100%;
 
}
.footer .widget-title:after{
    background-image: url(wp-content/uploads/2019/08/border.png);
    background-size: 52% 10%;
    display: inline-block;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    background-position: 0% 50%;
    width: 100%;   
}

/* footer .back-to-top .icon-angle-up:before {
	content: "\f176" !important;
	 font-family: 'Font Awesome 5 Free' !important;
} */
.back-to-top  i[class^="icon-"], .back-to-top  i[class*=" icon-"] {
    font-family: FontAwesome !important;
    color: #fff;
    font-size: 18px;
}
.back-to-top .icon-angle-up:before {
	content: "\f176";
}
footer .back-to-top.icon {
	padding:10px 22px;
}
footer .button.is-outline{
	background-color: #004fb6;
	border:none;
}
 footer .button.is-outline:hover {
    background-color: #87642e;
}

.is-divider{
    display: none;
}
.section-tin-tuc button,.section-dich-vu button{
        background: #1B75BB !important;
    border: none !important;
    color: white;
}
.p-dem{
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 10px;
}
.section-quy-trinh .icon-box{
    padding: 16px;
}
.section-quy-trinh .icon-box p{
    font-size: 12px;
    font-weight: bold;
}
.so-ttt{
        font-weight: bold;
    margin-bottom: 0px;
    font-size: 60px;
    color: white;
}
.section-chuyen .icon-box-text h3{
        color: #FCC82B;
}
.tieu-de-home{
        margin-bottom: 30px;
    color: #1B75BB;
    font-size: 28px;
    text-transform: uppercase;
}

/*Màu sắc button*/
.social-button, .social-icons .button.icon:not(.is-outline), .social-icons .button.icon:hover {
    background-color: currentColor !important;
    border-color: currentColor !important;
}
.button.facebook,.button.facebook:not(.is-outline), .button.facebook:hover {
color: #fff;
    background-color: #446084;
    border-color: #446084;
}
.button.twitter,.button.twitter:not(.is-outline), .button.twitter:hover {
	color: white !important;
   background : #2478ba !important;
    border-color: #2478ba;
}
.button.email,.button.email:not(.is-outline), .button.email:hover {
    color: #fff;
    background-color: black !important;
    border-color: black !important;
}
.button.pinterest,.button.pinterest:not(.is-outline), .button.pinterest:hover {
color: #fff !important;
    background-color: #cb2320  !important;
    border-color: #cb2320  !important;
}

.button.google-plus,.button.google-plus:not(.is-outline), .button.google-plus:hover {
color: #fff !important;
    background-color: #dd4e31 !important;
    border-color: #dd4e31  !important;
}
.button.linkedin,.button.linkedin:not(.is-outline), .button.linkedin:hover {
color: #fff !important;
    background-color: #0072b7 !important;
    border-color: #0072b7     !important;
}

.single-date{
        border-bottom: 1px dashed #ededed;
}
h1.entry-title{
    font-size: 24px !important;
}
/*Kết thúc màu sắc*/



footer.entry-meta {

    border-top: none !important;
    border-bottom: 1px dashed #ececec !important;
    
}

.entry-content img{
	width: auto !important
}
.duong-line {
    background: rgba(0,0,0,0) url(images/line.png) repeat scroll 0 0;
    height: 12px;
    margin-top: 5px;
    overflow: hidden;
}
.related-post h7{
	font-weight: bold;
	    font-size: 18px;
    float: left;
    margin: -8px 20px 0 0;
}
/* ------------hompage --------------- */
.st_thanhtuu .st_thanhtuu_left {
	background-color: #002e5b;
}
.st_thanhtuu .st_thanhtuu_left .item {
    flex: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
/*     min-height: 500px; */
    position: relative;
}
.st_thanhtuu .st_thanhtuu_left h1 {
    color: #fff;
    margin: 0 0 10px;
    text-transform: uppercase;
    font: 700 40px/46px 'Roboto';
}
.st_thanhtuu .st_thanhtuu_left .item .bg-dot {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #002e5b;
    z-index: -1;
}
.st_thanhtuu .st_thanhtuu_left .item .single-funfact {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    width: 450px;
    max-width: 100%;
}
.st_thanhtuu .st_thanhtuu_left .it .fa{
	font-size: 50px;
}
.st_thanhtuu .st_thanhtuu_left .it h3 {
    color: #fff;
    margin: 20px 0 15px;
    font: 900 40px/40px "Roboto";
}
.st_thanhtuu .st_thanhtuu_left .it p {
    font-style: normal;
    color: #fff;
}

.st_thanhtuu .st_thanhtuu_right{
/*     min-height: 500px; */
	position:relative;
}
.st_thanhtuu .st_thanhtuu_right .divider {
    position: absolute;
    top: 0;
    height: 100%;
    width: 5vw;
    max-width: 72px;
    left: -1px;
    pointer-events: none;
    transform: scaleX(-1);
    z-index: 2;
    background-color: #002e5b;
}
.st_thanhtuu .st_thanhtuu_right .divider {
    -webkit-mask-image: url(//bizweb.dktcdn.net/100/347/311/themes/762254/assets/bg-svg.svg?1628673443580);
    mask-image: url(//bizweb.dktcdn.net/100/347/311/themes/762254/assets/bg-svg.svg?1628673443580);
    mask-size: 100% 100%;
}
.st_thanhtuu .st_thanhtuu_right .st_thanhtuu_right_img {
	width: 100%;
	min-height:500px;
	object-fit:cover;
}

.st_whychoose .st_whychoose_right {
    background-image: url("//bizweb.dktcdn.net/100/347/311/themes/762254/assets/why-choose2.jpg?1638763817195");
	background-position:center;
	background-repeat: no-repeat;
	background-size:cover;
	display:flex;
	align-items:center;
	padding-left:30px !important;
}
.st_whychoose .st_whychoose_right h2{
	color: #fff;
	font-size:28px;
	font-weight:700;
}
.st_whychoose .st_whychoose_right p{
	color: #fff;
	font-size:14px;
	font-weight:500;
	letter-spacing:1px;
}
.st_whychoose .st_whychoose_right .features-list{
	display: flex;
    flex-wrap: wrap;
}
.st_whychoose .st_whychoose_right .features-list .it{
	flex: 50%;
    align-items: center;
    display: flex;
    margin-bottom: 30px;
}
.st_whychoose .st_whychoose_right .features-list .it .icon{
	display: inline-flex;
    width: 68px;
    height: 60px;
    margin-right: 10px;
    border-radius: 50%;
    background: #3aade1;
    align-items: center;
    justify-content: center;
}
.st_whychoose .st_whychoose_right .features-list .it h3{
	color: #fff;
	font-size:18px;
	font-weight:500;
}

.st_whychoose .st_whychoose_right .features-list .it .icon i{
	color: #fff;
    font-size: 26px;
}

.st_tamnhin .st_tamnhin-content {
	position: relative;
}
.st_tamnhin .st_tamnhin-content::before{
	content:'';
	display: inline-block;
    width: 100%;
    height: calc(100% - 100px);
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #3aade1;
    z-index: -1;
}
.st_tamnhin .st_tamnhin-content-img{
	padding-bottom: 0;
}
.st_tamnhin .st_tamnhin-content-img img{
	width: 350px;
}
.st_tamnhin  .st_tamnhin-content  .st_tamnhin-text h2 {
	color: #fff;
	font-size: 36px;
    margin-bottom: 30px;
}
.st_tamnhin  .st_tamnhin-content  .st_tamnhin-text ul li {
	list-style:none;
	margin: 0;
	font-size: 20px;
}
.st_tamnhin  .st_tamnhin-content  .st_tamnhin-text ul li i{
	margin-right: 10px;
}

/* ------------ hỗ trợ khách hàng --------------- */
.st_chungtu .section-content .row-collapse>.col {
	background-color: #fff;
	border-right: 1px solid #cdcdcd;
}
.st_chungtu .section-content .row-collapse>.col:last-child {
	background-color: #fff;
	border-right: none;
}

.col.quyenloi_item>.col-inner {
	height: 310px;
}
.table-htkh th,td{
	border-left: 1px solid #ececec;
	font-size: 18px;
}
.table-htkh th:first-child, td:first-child {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

/* ------------end hỗ trợ khách hàng --------------- */
/* ------------ footer hompage --------------- */
.st_footer_gioithieu .list-menu li {
	list-style:none;
	margin-left: 0;
}
.st_footer_gioithieu .list-menu li a{
	color: #fff;
	text-transform: uppercase;
	transition: all .3s
}
.st_footer_gioithieu .list-menu li:hover a{
	color:#999;
	padding:5px;
}
.st_footer_gioithieu .list-menu li i{
	color: #fcdb2c;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    width: 20px;
}
.st_footer_gioithieu .list-menu.infomation li {
	padding-left: 20px;
    position: relative;
}
.st_footer_gioithieu .list-menu.infomation li .fa-map-marker {
    position: absolute;
    left: 0px;
    top: 5px;
}
.form_footer{
	display: inline-block;
    position: relative;
    width: 100%;
	margin-top: 50px;
}
.form_footer_input input {
    margin: 0px;
    background: #fff;
    height: 50px;
    color: #333;
    font-size: 18px;
    padding-right: 70px;
    border-radius: 4px;
}
.form_footer .form_footer_btn button{
	min-height: 43px !important;
    font-size: 24px;
    background: #004fb6;
    color: #fff;
    margin: 2.5px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
	position: absolute;
    border-left: none;
    border: none;
	line-height: 38px;
    top: 1px;
	right: 1px;
}
.wpcf7 .wpcf7-not-valid-tip{
	margin-top: 12px !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
	color: #b20000;
	background-color: #f1f1f1;
	border-radius: 4px;
}
/* ------------end footer hompage --------------- */
/* ------------ end hompage --------------- */
/* ------------ page giới thiệu --------------- */
.st_whychoose .title-page {
	max-width: 830px;
    margin: 0 auto;
	text-align:center;
}
.st_whychoose .title-page h3 {
    text-transform: uppercase;
    font: 700 28px/30px "Roboto";
    color: #333;
}
.st_whychoose .title-page p {
    font: 400 18px/24px "Roboto";
	color: #333;
}
.st_whychoose .count {
    color: #004fb6;
    margin: 10px 0;
    font: 700 50px/1 "Roboto";
	padding: 0 10px;
}
.st_whychoose .text {
	padding: 0 10px;align-content;
	color: #333;
}
.st_whychoose .count span {
    font: 400 20px/1.4 "Roboto";
    display: inline-block;
    vertical-align: top;
}
.st_whychoose .box-about {
    display: inline-block;
    width: 100%;
    height: 270px;
    padding: 30px;
}
.st_whychoose .box-about h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 20px;
    color: #fff;
}
.st_whychoose .box-about p {
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 16px;
    color: #fff;
}
.st_whychoose .padding_bottom{
	padding-bottom: 0px;
}
/* ------------ end page giới thiệu --------------- */
/* ------------ page sản phẩm --------------- */
.st_sp_content h3 {
    text-transform: uppercase;
    font: 700 28px/30px "Roboto";
    color: #333;
}
.st_sp_content .sanpham_item .col-inner {
	background: #e5edf8;
    padding: 15px;
	height: 240px;
}
.st_sp_content .sanpham_item:nth-child(2)  .col-inner ,.st_sp_content .sanpham_item:nth-child(4)  .col-inner {
    background: bisque;
}
.st_sp_content .sanpham_item:nth-child(3)  .col-inner  {
    background: #86bf86;
}
.st_sp_content .sanpham_item:nth-child(6)  .col-inner {
    background: #b1def4;
}
.st_sp_content .sanpham_item .col-inner h2 a {
    color: #004fb6;
    text-transform: uppercase;
    font: 600 20px/20px "Roboto";
}
.st_sp_content .sanpham_item .col-inner .desc p {
    color: #333;
    font: 400 16px/24px "Roboto";
}
.st_sp_content .sanpham_item .col-inner .sp_viewmore{
    display: inline-block;
    padding: 8px 20px;
    background-color: #ffd900;
    color: #004fb6;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    border-radius: 5px;
	border: none;
	margin-left: 82px;
}
.st_sp_content .sanpham_item .col-inner .sp_viewmore:hover {
	background-color: #004fb6;
	color: #fff;
}
/* ------------ end page sản phẩm --------------- */

/* -------------- page hỗ trợ khách hàng ---------- */
.st_htkh .st_htkh_item .col-inner {
	margin-top: 30px;
    background: #e5edf8;
    text-align: center;
    padding: 30px;
	height: 350px;
}
.st_htkh .st_htkh_item .col-inner h2 a {
    color: #004fb6;
    text-transform: uppercase;
    font: 600 18px/20px "Roboto";
}
.st_htkh .st_htkh_item .col-inner .desc p {
    color: #333;
    font: 400 15px/20px "Roboto";
}
.st_htkh .st_htkh_item .col-inner .st_htkh_viewmore {
    display: inline-block;
    padding: 8px 20px;
    background-color: #ffd900;
    color: #004fb6;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    border-radius: 5px;
	border: none;
}
.st_htkh .st_htkh_item .col-inner .st_htkh_viewmore:hover {
	background-color: #004fb6;
	color: #fff;
}
/* --------------end page hỗ trợ khách hàng ---------- */
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.footer-cprt {display: block;border-left: 0;}
}
@media(max-width: 768px){
    .p-dem {
    font-size: 30px !important;}
    .tieu-de-home{
        font-size: 18px !important;
        margin-bottom: 0px !important
    }
	.st_tamnhin .st_tamnhin-content {
		
	}
	.st_tamnhin .st_tamnhin-content::before{
		height: 100%;
	}
	.st_tamnhin  .st_tamnhin-content  .st_tamnhin-text {
		margin-top: 40px;
	}
	.st_tamnhin  .st_tamnhin-content  .st_tamnhin-text h2 {
	font-size: 24px;
	margin-bottom: 10px;
	}
	.st_tamnhin  .st_tamnhin-content  .st_tamnhin-text ul li {
	font-size: 18px;
	}
}
@media(max-width: 1024px and min-width: 769px){
	.st_tamnhin  .st_tamnhin-content  .st_tamnhin-text h2 {
	font-size: 20px;
	margin-bottom: 10px;
	}
	.st_tamnhin  .st_tamnhin-content  .st_tamnhin-text ul li {
	font-size: 14px;
	}
}