/*
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.   ***************/
body {
	max-width: 100%;
	overflow: hidden;
}
@font-face {
	font-family: 'SVN-Unthrift';
	src: url(fonts/SVN-Unthrift.otf);
}
.header-main .nav > li > a {
	color: #333;
}
.header .header-nav.nav > li.active > a,
.header-main .nav li:hover > a {
	color: #fc8103;
}
body .at-title-blog {
    padding-bottom: 5px !important;
}
/* */
.ykien-section .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 3em;
    position: relative;
    padding-top: 35px;
}
.ykien-section .icon-box-left .icon-box-img+.icon-box-text:before {
    content: '';
    display: block;
    background: url(images/icon-note.png) 0 0 no-repeat;
    width: 39px;
    height: 33px;
    position: absolute;
    left: 2px;
    top: 0;
}
.ykien-section .icon-box-img {
	padding-top: 40px;
}
/* */
.row-hotline .button {
	margin-bottom: 0;
}
.box-form ::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.box-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.box-form ::placeholder {
  color: #fff;
}/* */
.but-gioithieu {
	background: url(images/bg-button.png) center center no-repeat !important;
	border: none !important;
	box-shadow: 0 0 0 !important;
    margin-bottom: 0;
}
/* */
.page-title-bar {
    margin: 0 0 30px;
    padding: 35px 0 25px;
    position: relative;
    background: #f7f7f7;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.page-title-bar .container {
	overflow: hidden;
}
.page-title-bar .title-bre {
	float: left;
}
.page-title-bar .title-bre .title {
    margin-bottom: 0;
    font-size: 24px;
    color: #2829E2;
}
.page-title-bar .breadcrumb {
	float: right;
}
.archive .col.post-item .box-text {
	display: block;
}
.single .page-title-bar .breadcrumb {
    float: left;
    width: 100%;
}
.row-quytrinh {
    min-height: 385px;
}
.single .entry-content {
	padding-top: 0;
}
/* */
.tab-wrap {
    overflow: hidden;
    padding-top: 0;
}
.tab-wrap .tab-titles {
    margin: 0;
    list-style: none;
}
.tab-wrap .tab-titles span {
    display: block;
    text-align: center;
}
.tab-wrap .tab-titles li {
    width: 25%;
    float: left;
    margin: 0 0 75px;
    position: relative;
}
.tab-wrap .tab-titles li.active:after {
    content: '';
    height: 70px;
    width: 1px;
    background: #fc7f03;
    position: absolute;
    bottom: -75px;
    left: 50%;
}
.tab-wrap .tab-titles li a {
    background: url(images/quytrinh1-2.png) center center no-repeat;
    display: block;
    height: 158px;
    text-indent: -9999999px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tab-wrap .tab-titles li:nth-child(2) a {
    background: url(images/quytrinh2-2.png) center center no-repeat;
}
.tab-wrap .tab-titles li:nth-child(3) a {
    background: url(images/quytrinh3.png) center center no-repeat;
}
.tab-wrap .tab-titles li:nth-child(4) a {
    background: url(images/quytrinh4-4.png) center center no-repeat;
}
.tab-wrap .tab-titles li.active:nth-child(1) a,
.tab-wrap .tab-titles li:hover a{
    transform: rotateY(360deg);
    background: url(images/quytrinh1.png) center center no-repeat;
}
.tab-wrap .tab-titles li.active:nth-child(2) a,
.tab-wrap .tab-titles li:nth-child(2):hover a{
    background: url(images/quytrinh2.png) center center no-repeat;
}
.tab-wrap .tab-titles li.active:nth-child(3) a,
.tab-wrap .tab-titles li:nth-child(3):hover a{
    background: url(images/quytrinh3-3.png) center center no-repeat;
}
.tab-wrap .tab-titles li.active:nth-child(4) a,
.tab-wrap .tab-titles li:nth-child(4):hover a{
    background: url(images/quytrinh4.png) center center no-repeat;
}
.tab-content{
    display: none;
    border-top: 1px solid #fc7f03;
    padding-top: 35px;
    clear: both;
}
@media only screen and (max-width: 767px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.title-about {
		font-size: 25px !important;
	}
	body .at-title-blog .section-title-main {
		font-size: 18px !important;
	}
    .tab-wrap {
        padding-top: 0;
    }
    .tab-wrap .tab-titles li {
        margin-bottom: 30px;
    }
    .tab-wrap .tab-titles li a {
        height: 68px;
        background-size: 90% !important;
    }
    .tab-wrap .tab-titles li.active:after {
        height: 30px;
        bottom: -30px;
    }
}
