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

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-main {
    background: transparent;
}

header#header {
    background: #1e407f;
    height: 120px;
}

.header-top .container,.header-main .container{
    margin-left: auto;
    width: calc(100% - 250px);
}

.header-main .container {
    background: #fff;
    border-left: 2px solid #ee2a24;
    position: absolute;
    right: 0;
    left: 32px;
    box-shadow: 0 0 3px #e8e8e8;
}

.header-main .container:after {
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    box-shadow: 2px 0 3px #e8e8e8;
}

.box_bg {
    position: absolute;
    top: -70px;
    left: 0;
}

.icon_bg {
    height: 70px;
    width: 70px;
    background-image: linear-gradient(86deg, #ebebeb, #fff);
    position: relative;
}

.icon_bg i {
    font-size: 30px;
    color: #0a74bf;
    position: absolute;
    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
}

.box_bg:after {
    content: '';
    width: 0;
    position: absolute;
    height: 0;
    border-top: 70px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 35px solid #fefefe;
    left: 100%;
    bottom: 0;
}

.sv h4 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 48px;
}

.sv .box-text {
    padding: 8px 0;
}

.sv a.button {
    font-size: 14px;
}

.home_ss3 .col:first-child {
    background: #0b83d7;
}

.home_ss3 .col:first-child:after {
    content: '';
    width: 0;
    position: absolute;
    height: 0;
    border-top: 179px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 80px solid #0b83d7;
    left: 100%;
    bottom: 0;
}

.home_ss3 .col:first-child:before {
    content: '';
    width: 1000px;
    position: absolute;
    height: 100%;
    right: 100%;
    top: 0;
    background-color: #0b83d7;
}

.home_ss3 .col:first-child p {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.home_ss3 .col:first-child {
    margin-left: auto;
}

.home_ss3 .col:first-child .col-inner {
    display: flex;
    align-items: center;
}

.home_ss3 {
    background-color: #f7f7f7;
    box-shadow: 0px -23px 26px 0px #ddd;
    padding: 0 !important;
}

.home_ss3 .col {
    padding-bottom: 0;
    height: 180px;
}

.home_ss3 .col .col-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_ss3 .col .col-inner .icon-box-img {
    margin-bottom: 0;
}

.home_ss3 .col-inner .icon-box-text #counter span span {
    font-size: 28px;
    padding-right: 5px;
}

.home_ss3 .col-inner .icon-box-text .txt {
    text-transform: uppercase;
    color: #333;
}

.gioi-thieu-2 {
	background-size: cover
}

.td .tabbed-content .nav {
    width: 50%;
}

.td .tabbed-content .tab-panels {
    padding: 0;
}

.td .tabbed-content {
    align-items: flex-start;
    border: 1px solid #ececec;
}

.td .tabbed-content .nav li a {
    padding: 10px;
}

.td {
    padding-top: 100px !important;
}

.td .tabbed-content .nav li {
    display: flex;
    align-items: center;
    height: 59px;
}

.td .tabbed-content .nav li .tab-anchor {
    flex-basis: 30%;
    border-left: 1px solid #ececec;
    padding: 10px;
    display: block;
}

.td .tabbed-content .nav li a {
    flex-basis: 70%;
    font-weight: 600;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.header-top .container, .header-main .container {
    margin: 0;
    width: 100%;
    position: unset;
}

header#header {
    height: 68px;
}

header#header img.header_logo.header-logo {
    max-height: 50px;
}

.td {
    padding-top: 30px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.td .tabbed-content .nav {
    width: 100%;
}
	
.sv h4 {
    height: auto;
}

.home_ss2 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}	

}