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

/*************** ADD CUSTOM CSS HERE.   ***************/
.titH-1 {
    font-weight: 300;
    font-size: 26px;
    color: #000;
    text-align: center;
    margin: 0;
    line-height: 36px
}

.border-line-1 {
    height: 30px;
    position: relative;
    display: block
}

.border-line-1 span {
    display: block;
    position: absolute;
    top: 15px;
    width: 100px;
    height: 1px;
    background: #0f74ba;
    left: 50%;
    transform: translateX(-50px)
}

.border-line-1 span:after,
.border-line-1 span:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 60px;
    background: #0f74ba;
    top: 3px;
    left: 20px
}

.border-line-1 span:after {
    top: -3px
}
.box-circle-v1 {
    width: 1140px;
    height: 480px;
    display: table;
    margin: 10px auto;
    position: relative
}

.box-circle-v1 .circle {
    background: url(images/bg-circle.webp) center no-repeat;
    width: 100%;
    height: 100%;
    animation-name: spin;
    animation-duration: 100s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.box-circle-v1 .logo-itc {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%)
}

.box-circle-v1 .logo-itc img {
    height: 120px
}

.box-circle-v1 .around {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.box-circle-v1 .around>* {
    position: absolute;
    width: 420px;
    transition: all .35s
}

.box-circle-v1 .around .item-1 {
    left: 55%;
    top: 5%
}

.box-circle-v1 .around .item-2 {
    top: 40%;
    left: 63%
}

.box-circle-v1 .around .item-3 {
    top: 74%;
    left: 56%
}

.box-circle-v1 .around .item-4 {
    top: 74%;
    right: auto;
    left: 8%
}

.box-circle-v1 .around .item-5 {
    top: 40%;
    right: 82%
}

.box-circle-v1 .around .item-6 {
    right: auto;
    top: 5%;
    left: 8%
}

.box-circle-v1 .around .box {
    width: 100%;
    display: table
}

.box-circle-v1 .around .box .avt {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    text-align: center;
    line-height: 98px;
    float: left
}

.box-circle-v1 .around .box .desc {
    float: left;
    padding: 0 20px;
    width: calc(100% - 98px)
}

.box-circle-v1 .around .box .desc .tit {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 36px;
    margin-bottom: 5px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.box-circle-v1 .around .box .desc span {
    font-size: 14px;
    font-weight: 300;
    color: #454545;
    line-height: 24px;
    display: block
}

.box-circle-v1 .around .right {
    text-align: left
}

.box-circle-v1 .around .left {
    text-align: right
}

.box-circle-v1 .around .box .bg-1 {
    background: #68c593
}

.box-circle-v1 .around .box .bg-2 {
    background: #a0cc46
}

.box-circle-v1 .around .box .bg-3 {
    background: #df64aa
}

.box-circle-v1 .around .box .bg-4 {
    background: #f76d6c
}

.box-circle-v1 .around .box .bg-5 {
    background: #ec9452
}

.box-circle-v1 .around .box .bg-6 {
    background: #1892dc
}

.box-circle-v1 .around .left .box .avt {
    float: right
}

@keyframes spin {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}
@media (max-width: 991px){
    .box-circle-v1 {
        width: 100%;
        padding: 0 30px;
    }
    .box-circle-v1 .logo-adc {
        transform: none;
        top: 0;
        width: 350px;
        height: 350px;
        transform: translate(-50%,0);
        line-height: 200px;
        text-align: center;
    }
    .box-circle-v1 .circle {
        width: 200px;
        height: 200px;
        margin: auto;
        background-size: 100% 100%;
    }
    .box-circle-v1 .logo-itc {
        transform: none;
        top: 0;
        width: 350px;
        height: 350px;
        transform: translate(-50%,0);
        line-height: 200px;
        text-align: center;
    }
    .box-circle-v1 .around {
        position: relative;
        width: 100%;
        margin-top: 20px;
    }
    .box-circle-v1 .around>* {
        width: 100%;
        position: initial;
        margin-bottom: 15px;
        text-align: left !important;    
    }
    .box-circle-v1 .around .box .avt {
        float: left !important;
    }
}

.sticky-link {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 100;
    border-radius: 5px 0 0 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 12px 0 rgba(0,0,0,.08);
}
.hide.sticky-link{
    right: -76px;
}
.btn-close-sticky {
    max-height: 27px;
    overflow: hidden;
    position: absolute;
    left: -27px;
    top: 0;
    cursor: pointer;
    border-radius: 5px 0 0 5px
}
.btn-close-sticky i {
    background: #fff;
    font-size: 26px;
    padding: 0;
    margin-top: -5px;
}
.icon-close-sticky:before {
    content: "\f147";
    color: #f3b13f;
    font-family: FontAwesome;
    font-size: 31px;
}
.hide .icon-close-sticky:before {
    content: "\f196";
    color: #f3b13f;
    font-family: FontAwesome;
    font-size: 31px;
}
.box-open-sticky .btn-close-sticky .icon-close-sticky:before {
    content: "\f196";
    font-family: FontAwesome;
}
.sticky-link .list-sticky-link .item-sticky-link {
    width: 75px;
    background: #fff;
    text-align: center;
    height: 64px;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    list-style: none;
    margin: 0;
}
.sticky-link .list-sticky-link .item-sticky-link:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 80%;
    height: 1px;
    opacity: .2;
    background-color: #015198;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sticky-link .list-sticky-link .item-sticky-link:hover:after {
    right: 0;
}
.sticky-link .list-sticky-link .item-sticky-link:hover .hover-sticky-link {
    visibility: visible;
}
.sticky-link .list-sticky-link .item-sticky-link a {
    display: block;
    height: 100%;
}
.sticky-link .list-sticky-link .item-sticky-link a div {
    width: 100%;
    height: 100%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.sticky-link .list-sticky-link .hover-sticky-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    visibility: hidden;
}
.sticky-link .list-sticky-link .item-sticky-link:after {
    position: absolute;
    content: '';
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f3b13f;
    -webkit-transition: right .2s;
    -o-transition: right .2s;
    transition: right .2s;
}
.nguonluc .page-col .box-text{
    margin: -6% auto 0;
    /*border-radius: 5px;*/
    /*padding: 10px 20px;*/
    border-left: 1px solid #fff;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    border-right: 1px solid #fff;
    position: relative;
    transition: all 0.3s linear;
    padding: 0;
}
/*.nguonluc .page-col:hover .box-text{
    background: rgba(15,116,186,0.6) !important;
}*/

.nguonluc .page-col .box-text:before {
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    background: #fff;
    bottom: 0;
    right: 0;
    transition: all 0.3s linear;
}
.nguonluc .page-col .box-text:after {
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    background: #fff;
    top: 0;
    left: 0;
    transition: all 0.3s linear;
}
.nguonluc .page-col:hover .box-text {
    color: #fff;
    background: rgba(15,116,186) !important;
}
.nguonluc .page-col:hover .box-text:before {
    width: 100%;
}
.nguonluc .page-col:hover .box-text:after {
    width: 100%;
}

.nguonluc .box-text-inner{
    font-weight: bold;
    text-transform: uppercase;
}
.absolute-footer.dark{
    border-top: 1px solid rgba(255,255,255,.1);
}

.button.is-link{
    width: 270px;
    height: 50px;
    border-left: 1px solid #0f74ba !important;
    text-align: center;
    line-height: 50px;
    color: #0f74ba;
    font-size: 16px;
    border-right: 1px solid #0f74ba !important;
    position: relative;
    transition: all 0.3s linear;
    display: inline-block;
    color: #0f74ba !important;
    text-transform: inherit !important;
}
.button.is-link:before {
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    background: #0f74ba;
    bottom: 0;
    right: 0;
    transition: all 0.3s linear;
}
.button.is-link:after {
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    background: #0f74ba;
    top: 0;
    left: 0;
    transition: all 0.3s linear;
}
.button.is-link:hover {
    color: #0f74ba;
    background: #fff !important;
}
.button.is-link:hover:before {
    width: 100%;
}
.button.is-link:hover:after {
    width: 100%;
}
.trang.border-line-1 span{
    background: #fff;
}
.trang.border-line-1 span:after, .trang.border-line-1 span:before{
    background: #fff;
}
.trang.border-line-1 span:after {
    top: -3px;
}
.cus-say .col-inner{
    padding: 30px 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;

    height: 389.891px;
    visibility: visible;
    animation-duration: 0.75s;
    animation-delay: 0s;
}
.cus-say .col-inner:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 90%;
    background: #fff;
    top: 0;
    right: 1px;
    transition: all 0.3s linear;
}
.cus-say .col-inner:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 90%;
    bottom: 0;
    left: 0;
    background: #fff;
    transition: all 0.3s linear;
}
.cus-say .col-inner img {
    height: 100px;
    width: 100px !important;
    border-radius: 50%;
    object-fit: cover;
}
.cus-say .col-inner:hover:before {
    height: 100%;
}
.cus-say .col-inner:hover:after {
    height: 100%;
}
.cus-say .col-inner .icon-box{
    margin-bottom: 30px;
}
.cus-say .col-inner .icon-box-text p{
    font-size: 16px;
    color: #fff;
    font-style: italic;
}
.contact i{
    display: inline-block;margin-right: 10px;
}
.contact p{
    line-height: 35px;
}
.wpcf7 input[type=email], 
.wpcf7 input[type=number], 
.wpcf7 input[type=search], 
.wpcf7 input[type=tel], 
.wpcf7 input[type=text], 
.wpcf7 input[type=url], 
.wpcf7 textarea{
    background: transparent;
}
.topbar {
    padding-top: 10px;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    text-align: center;
}
.topbar ul {
    padding-left: 20px;
    list-style-type: disc;
    margin-bottom: 0;
}
.topbar ul li {
    font-size: 0.875rem;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    border-bottom: 4px solid transparent;
    padding: 7px 0;
    margin-bottom: 0;
    margin: 0 15px;
}

.topbar ul li.active {
    font-weight: 600;
    border-bottom: 4px solid #e31019;
}
.topbar ul li a {
    display: block;
    color: #000;
}

.itc-dichvu .box-bounce .box-text {
    padding: 15px 15px 20px;
    z-index: 1;
    min-height: 85px;
}
table {
    border-collapse: collapse;
    border: 1px solid #000;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
}
table tr:first-child {
    background: #263977;
    color: #fff !important;
}
td, th {
    padding: 0.5em;
    text-align: left;
    border-bottom: 1px solid #ececec;
    line-height: 1.3;
    font-size: .9em;
}
td:first-child, th:first-child {
    padding-left: 0;
}
table td {
    border: 1px solid #000;
} 
table tr > td:first-child{
    text-align: center;
}
tbody tr:first-child td{
    color: #fff;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

    .itc-dichvu .box-bounce .box-text{
        min-height: auto;
    }
}